cisagov / mesa-toolkit

0 stars 2 forks source link

Remove service enumeration checks from full port nmap scans #4

Closed m1j09830 closed 4 months ago

m1j09830 commented 4 months ago

πŸ—£ Description

Updated nmap full port scans to no longer perform service enumeration checks.

πŸ’­ Motivation and context

Full port scans were taking an excessive amount of time to complete due to service enumeration checks. Removing service enumeration checks will substantially reduce the amount of time it takes for the full port nmap scans to complete.

πŸ§ͺ Testing

[ ] Validate the tool still runs as expected and that service enumeration checks are not being performed against provided input range:

MESA-Toolkit -o full -p <Project_Name> -i <Target_File>

βœ… Pre-approval checklist

βœ… Pre-merge checklist