Skip to content

Instantly share code, notes, and snippets.

@anantshri
Created June 6, 2015 03:09
Show Gist options
  • Save anantshri/54dfb341b84a30a993df to your computer and use it in GitHub Desktop.
Save anantshri/54dfb341b84a30a993df to your computer and use it in GitHub Desktop.
netsparker automaton
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