-
-
Save fr34k8/ae78de307c04d50129f95c06e31be9aa to your computer and use it in GitHub Desktop.
netsparker automaton
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for /F "tokens=*" %%A in (url.txt) do ( | |
"C:\Program Files (x86)\Netsparker\Netsparker.exe" /a /silent /p %Profile% /u http://%%A /rt "Detailed Scan Report" /r "scan_%%A_80_report.html" | |
"C:\Program Files (x86)\Netsparker\Netsparker.exe" /a /silent /p %Profile% /u https://%%A /rt "Detailed Scan Report" /r "scan_%%A_443_report.html" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment