Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zpettry/nmapexdbsearch
- Owner: zpettry
- License: mit
- Created: 2017-05-10T19:53:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-13T22:38:17.000Z (over 7 years ago)
- Last Synced: 2023-10-21T00:07:37.125Z (over 1 year ago)
- Topics: exploit-db, nmap, python3, python3-script, searchsploit, xml
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.