arachni_reporter --skip_responses option
Hi,
Does anyone know how to get this to work? Running it from a docker and the reporter works as expected until I add in the --skip_responses=true. Is there different syntax I should be using. I haven't been able to find documentation on this.
This is my command line:
docker run -v /root/Desktop/data:/data --rm --entrypoint "/opt/arachni/bin/arachni_reporter" secure-automation/sa-arachni /data/webgoat.afr --reporter=xml:outfile=/data/webgoat2.xml --skip_responses=true
Any help is appreciated!
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Tasos Laskos on 08 Jun, 2017 03:15 PM
There are a couple of issues with this, the option is for the reporter, like the
outfile
one, not thearachni_reporter
executable.Secondly, that option is obsolete, I just forgot to remove it and unfortunately there's no replacement.
Sorry.
2 Posted by Phil Pfalzgraf on 08 Jun, 2017 03:38 PM
No worries. Thanks for the quick response.
Tasos Laskos closed this discussion on 11 Jun, 2017 10:36 AM.