Ryan Dewhurst

Results 25 comments of Ryan Dewhurst

Maybe a popular one that has an msf module On 26 Apr 2015 13:24, "erwanlr" [email protected] wrote: > Any preferred vulnerable plugins / themes to add ? > > Was...

Same error using the nightlies (Arachni v2.0dev - WebUI v1.0dev)

Same error when trying to scan a domain on the Internet (rather than localhost). That should rule out the target being on localhost as the culprit.

/etc/hosts has these other entries which I think are default: ``` 127.0.0.1 localhost 255.255.255.255 broadcasthost ::1 localhost fe80::1%lo0 localhost ``` Browser.new output: https://gist.github.com/ethicalhack3r/8d91e483703b21a11353b9de8729e5ad BrowserCluster.new output: https://gist.github.com/ethicalhack3r/a324bad11480f0d331b0100122adbf9a (both give the same...

I get ``` Unrecognized switch``` error when running ```$ ./bin/arachni_console --browser-cluster-job-timeout=60``` Assuming the switch isn't for arachni_console?

Seems to work! https://gist.github.com/ethicalhack3r/3c4c835ed7272d8a0dec1ff62ff6b62c

Sorry! I spoke a few seconds too soon. :( Same error if I actually wait longer than 60 seconds. Tried 120 seconds with the same ```Net::ReadTimeout``` error.

Sorry for the delayed response. Terminal 1 output: https://gist.github.com/ethicalhack3r/04475775e09783e1625c193e54c4649f Terminal 2 output: https://gist.github.com/ethicalhack3r/70bf2e2b15a68eaf22dae92e501f2355

Thanks for the quick response. I don't know too much about multi-threading, maybe X amount of persistent HTTP connections can be opened?! Either way seems like a difficult task to...