Metasploit Exploitation
#Enumeration
nmap -sV 192.173.104.380/tcp open http Apache httpd 2.4.6 ((Unix))Check the website via a browser:
http://192.173.104.3/
View Page Source
http://192.173.104.3/gettime.cgigettime.cgiscript can be utilized as the attack vector

Check if the server is vulnerable to ShellShock
#Metasploit

Last updated