cisagov / mesa-toolkit

0 stars 2 forks source link

Update vuln_scans to only scan for critical, high, and med vulns #2

Closed m1j09830 closed 4 months ago

m1j09830 commented 4 months ago

🗣 Description

Updated the vulnerability scans function to only scan for critical, high, and medium vulnerabilities to minimize the amount of time spent scanning a network.

💭 Motivation and context

Scans were taking an excessive amount of time to complete in large part due to the number of templates being used by Nuclei. Reducing the severity ratings scanned will reduce the number of requests sent to each asset by multiple thousands. This will translate to a reduction in the amount of time it takes to perform a scan on the provided network range.

🧪 Testing

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

✅ Pre-approval checklist

✅ Pre-merge checklist