You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: