Metasploit

The Metasploit Project is a computer security project that provides information about security vulnerabilities and aids in penetration testing and IDS signature development.

WordPress

Identify a Remote Host

msf > db_nmap -v -sV 192.168.111.xxx

Scan an Entire Network

  • This will save the results to the Metasploit database

  • hosts will list all the hosts found by nmap.

  • hosts -R will add them to the list of hosts to exploit.

Searching for a WordPress Vulnerability

Use an Exploit

  • This will select an exploit to use:

  • This will show you the attacks that the exploit will take advantage of:

  • This will show what software and version will be targeted:

Next configure the Exploit

  • Here is where we set all the options:

Run the Exploit

Last updated