Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 596 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 596 Bytes

nmapexdbsearch

This code will run an Nmap scan with XML output and pass the services running on various ports to the (Exploit-DB) searchsploit program (available from github). The searchsploit program can already do operations of this type with an additional xml library installation, but the XML file from Nmap must already be created. The searches are also either too specific in searchsploit or includes incorrect unparsed service information that ultimately returns missed results.

This code was created and tested inside Kali Linux with Python 3.X and requires the searchsploit program.