1N3 / Sn1per

Attack Surface Management Platform
https://sn1persecurity.com
Other
8.06k stars 1.85k forks source link

Support scanning file with multiple subnets via discover mode #256

Closed 1N3 closed 3 years ago

clive7391 commented 3 years ago

I know this is a placeholder for you but, if anybody wants something in the meantime, I created a simple script. Place all networks in scope.txt and run... discover.sh workspace-alias

!/bin/bash

discover.sh workspace

for a in cat scope.txt; do sniper -t $a -w $1 -m discover; done;

fi

1N3 commented 3 years ago

Thanks. I will try and have both the command line mode and GUI option to allow this in the next release.

1N3 commented 3 years ago

We added a new feature to Sn1per Professional to allow this. More info here: https://xerosecurity.com/wordpress/sn1per-professional-v9-1-se-update-released/

Hope that helps.