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 - Ignore / skip ports

J-Lucci opened this issue · comments

commented

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.