Hi,
Please help me with the following:
1. I tried running the following command in windows to generate the reports
zap.bat -daemon -quickurl <url> -quickprogress -quickout \tmp\scanresults.xml
I gave tmp as random directory
error: The directory of given '-quickout' file is not writable:
C:\tmp
If I use a real path
zap.bat -daemon -quickurl<url> -quickprogress -quickout \Users\Arpit.Singh\OWASP ZAP\reports\scanresults.xml
error: File not found 'ZAP\reports\scanresults.xml'
2. Tried running script through command line but got error
zap.bat -session /C:/Users/Arpit.Singh/OWASP ZAP/session -script /C:/Program Files/OWASP/Zed Attack Proxy/scripts/templates/active/Active default template.js
error: Unable to find file
3. Can you provide command for fuzzing and Forced Browse Site.
Thank you!
Arpit Singh