tools

linux tools, tools

Jar Files

If we have Java files, such as one from the blockyBlocky Writeup machine, which is BlockyCore.class We need to decompile it to see the content. To do this, we can do wget https://www.benf.org/other/cfr/cfr-0.152.jar # Now we do java -jar cfr-0.152.jar BlockyCore.class And we see the contents. We can also decompile them recursively. So java -jar […]

linux writeups, suid, tools, Writeups

Venom Writeup

This time we have the writeup of the Vulhub Venom machine. Initial Reconnaissance in the Writeup We see that we have the IP 192.168.1.225 Now we run a trace to see if we have a connection to the machine. We see that we have a connection and the “ttl=64” attribute, meaning we are dealing with

Scroll to Top