AutoRecon icon indicating copy to clipboard operation
AutoRecon copied to clipboard

Suggestion - Ignore / skip ports

Open J-Lucci opened this issue 1 year ago • 1 comments

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

J-Lucci avatar Jun 06 '23 12:06 J-Lucci

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.

Tib3rius avatar Jun 11 '23 23:06 Tib3rius