The Academy Exploit
This is the Academy VMware exploit. I was asked not to post the whole thing so I have most of it on here.
This is me getting access to the box
First you run "dhclient" then "ip a" to get the ip address of the box you are going to attack
Here we run "nmap" to find out what ports are open, what can we exploit?
Here we use "ftp" to connect and see an interesting "note.txt" file
Here we "cat" the "note.txt" file. If you notice it gives us a lot of valuable info
Here we use "dirb" to directory bust the target
Here is the first time I used "ffuf"
Here listened and were able to obtain root access and capture the flag
Comments
Post a Comment