192.168.84.92
nmap 192.168.84.92 -p- -sV
Banner grab.
Found at site source code at 192.168.84.92
Robots.txt
Converted from Base64 : cybersploit{youtube.com/c/cybersploit}
Nikto scan
Had to get a hint and cybersploit{youtube.com/c/cybersploit} is the ssh password.
Did not find anything interesting looking through the files. Grabbed and ran Linpeas.
Tried CVE-2018-13665, unsuccessful. Using CVE-2015-8660 from https://www.exploit-db.com/exploits/37292arrow-up-right
Copied the code.
Last updated 3 years ago
nikto -h http://192.168.84.92/ -C all
touch exploit.c #made file for exploit. nano exploit.c #paste code from exploit into file and saved. gcc exploit.c #compiled exploit ./a.out #ran exploit