prompt error : "ArgumentError] all arguments must be String: [nil, "--webdriver=11956", "--proxy=http://127.0.0.1:21609/", "--ignore-ssl-errors=true", "--debug=false"]"
when implement in console:
arachni http://testfire.net
--scope-page-limit=1 --checks=xss --plugin=autologin:url=http://testfire.net/bank/login.aspx,parameters='uid=jsmith&...
Off|MY ACCOUNT' --scope-exclude-pattern logout
prompt below error:
[~] AutoLogin: System paused. [-] [ArgumentError] all arguments
must be String: [nil, "--webdriver=11956", "--proxy=http://127.0.0.1:21609/",
"--ignore-ssl-errors=true", "--debug=false"]
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 23 Sep, 2014 03:18 AM
Hello there,
The error occurs because the session handling subsystem expects PhantomJS to be installed. However, it should degrade gracefully when that's not the case and fallback to using the non-browser legacy code.
I'll update this discussion when I push the fix.
Thanks for the feedback.
Support Staff 2 Posted by Tasos Laskos on 23 Sep, 2014 10:31 AM
Fixed: https://github.com/Arachni/arachni/commit/120a5dc96f9af3ba318428808...
Tasos Laskos closed this discussion on 23 Sep, 2014 10:31 AM.