AutoRecon
AutoRecon copied to clipboard
Suggestion - Ignore / skip ports
It would be nice to be able to tell Autorecon to ignore some ports - specifically if there is a port open on several machines that is used for a specific tool that may be outside the scope of an exercise. I let it run and it can end up eating a lot of time especially if it fires a dirbuster against it.
Something simple like --ignore-ports 0,1,2..10
This is an idea so obvious I can't believe I didn't implement it already. It should be relatively easy to do. I believe Nmap has an --exclude-ports
option too.
That should stop the automated scanning of those ports. I'll need to code a check to handle when --force-services
is used and potentially add an override.