cisagov / mesa-toolkit

0 stars 2 forks source link

Remove service enumeration checks from full port scans #3

Closed m1j09830 closed 4 months ago

m1j09830 commented 4 months ago

💡 Summary

Remove service enumeration checks from full port scans to minimize the amount of time it takes to run all checks.

Motivation and context

This would be useful because service enumeration for full port scans takes an excessive amount of time to complete. For purposes of this tool, identifying the services is not necessary to generate the associated report summary.

Implementation notes

Acceptance criteria

How do we know when this work is done?

m1j09830 commented 4 months ago

Changes have been made and PR has been merged. Tool was validated for functionality.