Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zpettry/nmapexdbsearch

Extract Nmap XML output and lookup services in (Exploit-DB) searchsploit program.
https://github.com/zpettry/nmapexdbsearch

exploit-db nmap python3 python3-script searchsploit xml

Last synced: 3 months ago
JSON representation

Extract Nmap XML output and lookup services in (Exploit-DB) searchsploit program.

Awesome Lists containing this project

README

        

# 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.