Tib3rius / AutoRecon

AutoRecon is a multi-threaded network reconnaissance tool which performs automated enumeration of services.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

suggestion - "Searchsploit" services reported by Nmap

adamast0r opened this issue · comments

Anyway we could integrate "searchsploit" into autorecon?

While a quick fix integration would be doing something like:
searchsploit --nmap xml/_full_tcp_nmap.xml

The problem is the number of searches that are generic like: "smtp" give so many results that is not helpful.

So might be handy to export the services directly and search them individually:
searchsploit postfix

That would save some time just to know there are potential exploits to try regarding that service.