Metasploit Exploitation

#Enumeration

nmap -sV 192.173.104.3
80/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.cgi

    • gettime.cgi script can be utilized as the attack vector

  • Check if the server is vulnerable to ShellShock

#Metasploit

Last updated