Discoverer is a tool I wrote while preparing for the eCPTP certification by eLearnSecurity. It follows the recon methodology described in the course. It currently runs:
- Host discovery using
nmap
- OS discovery using
nmap
- TCP port scan using TheMayor's code from his Threader3000 project
- UDP scan of top 25 ports using
nmap
- Service detection using
nmap
As mentioned above, I shamelessly stole TheMayor's code for the TCP port scan, since nmap was just too slow. I hope he doesn't mind ;)