How to enable the debug model when call arachni framework
Hi,
How to enable the flag when direct the call the arachni framework?
I set "opts.debug = true" but no debug infromation.
When use arachni command interface, i can use arachni --debug to output the debug infromation
The Arachni::UI::Output.flush_buffer only display below infotmation:
XSS in HTML element event attribute: Analyzing response #12096
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 26 Jul, 2013 12:25 PM
Transmission of output messages over RPC has been deprecated and is going to be removed altogether in v0.5. To get status/debug messages start the Dispatcher with
--reroute-to-logfile --debug
. The messages will be written to the Instance log files.Tasos Laskos closed this discussion on 26 Jul, 2013 12:25 PM.