cisagov / mesa-toolkit

2 stars 3 forks source link

Add ability to provide exclude file to full port scan operation #6

Closed m1j09830 closed 5 months ago

m1j09830 commented 5 months ago

🗣 Description

This PR satisfies issue #5

💭 Motivation and context

The full port scans were not properly accounting for exclude files when ran directly from the CLI. This could potentially be detrimental if the tool is ran without first using the scoper operation.

🧪 Testing

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

✅ Pre-approval checklist

✅ Pre-merge checklist