List of commands and sites to quickly find and fire off pre-made exploits
Comes default with kali and will include common metasploit modules as well
# To search on keywords (usually all you need)
$ searchsploit blabla keywords
# To exact match a string
$ searchsploit -e "Wordpress 4.1"
# Example result
$ searchsploit wordpress theme test
## --------------------------------------------------- ---------------------------------
## Exploit Title | Path
## --------------------------------------------------- ---------------------------------
## Multiple WordPress WooThemes Themes - 'test.php' C | php/webapps/35830.txt
## --------------------------------------------------- ---------------------------------
## Shellcodes: No Results
# To have searchsploit scan your Nmap result xml
$ nmap -sV -oX searchable.xml $targetIP
$ searchsploit --nmap searchable.xml
# To clone a result to the local directory ( using the path number we showed above! )
$ searchsploit -m 35830
## Path: /usr/share/exploitdb/exploits/php/webapps/35830.txt
## File Type: ASCII text, with CRLF line terminators
##
## Copied to: /home/kali/35830.txt
💀 Sploitus | Exploits & Tools Search Engine