framework.rb:156:in `block in run'
Hi, after restarting the computer , run Arachne stopped and reinstalling does not help .
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 29 Apr, 2016 03:43 PM
Hello,
I'm afraid I'm going to need a lot more information.
Can you please show me the entire error as well as tell me what version you're using, OS and system resources?
Cheers
2 Posted by Sergey on 29 Apr, 2016 03:47 PM
What? I have attached a file ? I apologize.
Ubuntu 15 , Intel HD, 2GB RAM
Support Staff 3 Posted by Tasos Laskos on 29 Apr, 2016 03:50 PM
No worries.
Are you trying to run a lot of scans at the same time or was the system under heavy load in general at the time?
4 Posted by Sergey on 29 Apr, 2016 03:51 PM
The system was normal.
No, I was not trying to run more than one scan .
Support Staff 5 Posted by Tasos Laskos on 29 Apr, 2016 03:54 PM
This is strange, can you retry with
--output-debug
and attach the output?6 Posted by Sergey on 29 Apr, 2016 03:59 PM
Hmm, maybe I do not understand something
http://i.imgur.com/bDItm8P.png
Support Staff 7 Posted by Tasos Laskos on 29 Apr, 2016 04:00 PM
I thought you were using the CLI, can you try with the
arachni
executable please?8 Posted by Sergey on 29 Apr, 2016 04:05 PM
I'm sorry , an executable file ? :D
9 Posted by Sergey on 29 Apr, 2016 04:06 PM
Got it
10 Posted by Sergey on 29 Apr, 2016 04:07 PM
11 Posted by Sergey on 29 Apr, 2016 04:09 PM
http://i.imgur.com/eEZewdo.png
12 Posted by Sergey on 29 Apr, 2016 04:10 PM
hmm
http://i.imgur.com/eEZewdo.png
Support Staff 13 Posted by Tasos Laskos on 29 Apr, 2016 04:12 PM
Try putting it after the URL.
14 Posted by Sergey on 29 Apr, 2016 04:17 PM
.
Support Staff 15 Posted by Tasos Laskos on 29 Apr, 2016 04:18 PM
I actually need the output of the process, not the error log.
16 Posted by Sergey on 29 Apr, 2016 04:20 PM
This?
Support Staff 17 Posted by Tasos Laskos on 29 Apr, 2016 04:21 PM
No, the output you saw in the terminal window.
18 Posted by Sergey on 29 Apr, 2016 04:24 PM
I'm sorry for those awkward moments
Support Staff 19 Posted by Tasos Laskos on 29 Apr, 2016 04:28 PM
Looks like the browser process is not starting up in time, can you please run the following and attach the output?
20 Posted by Sergey on 29 Apr, 2016 04:29 PM
sergey@G560:~/opt/arachni/arachni-1.4-0.5.10/bin$ ./arachni_shell -c 'phantomjs --webdriver = 9999'
Fontconfig error: Cannot load default config file
Can't open '9999'
Support Staff 21 Posted by Tasos Laskos on 29 Apr, 2016 04:33 PM
You didn't run it properly, can you please copy paste the command I mentioned?
You put some spaces in the
--webdriver
option.22 Posted by Sergey on 29 Apr, 2016 04:36 PM
That's what I did .
Just I tried again , the result did not change .
Support Staff 23 Posted by Tasos Laskos on 29 Apr, 2016 04:37 PM
Somehow some extra spaces got in there, the option must be
--webdriver=9999
instead of--webdriver = 9999
.24 Posted by Sergey on 29 Apr, 2016 04:39 PM
./arachni_shell -c 'phantomjs --webdriver=9999' Fontconfig error: Cannot load default config file
PhantomJS is launching GhostDriver...
[INFO - 2016-04-29T16:36:45.635Z] GhostDriver - Main - running on port 9999
Support Staff 25 Posted by Tasos Laskos on 29 Apr, 2016 04:40 PM
Did that last message take long to appear?
I'd be very helpful if you time it in seconds.
26 Posted by Sergey on 29 Apr, 2016 04:43 PM
Do not quite understand what you mean, I understand very little English .
Last Post ([INFO - 2016-04-29T16: 41 : 58.306Z] GhostDriver - Main - running on port 9999 ) hangs until I complete the process .
Support Staff 27 Posted by Tasos Laskos on 29 Apr, 2016 04:47 PM
No problem, can you count the seconds from when you run the command until the message "GhostDriver - Main - running on port 9999" appears?
The process itself does not hang, it starts a server and waits, so don't worry about that.
What I'm interested in is how long it takes for the server to start.
28 Posted by Sergey on 29 Apr, 2016 04:49 PM
9 seconds
Support Staff 29 Posted by Tasos Laskos on 29 Apr, 2016 04:52 PM
OK, Arachni waits for 10 seconds, so if you put a couple more extra seconds of overhead in the mix I can see why you'd be having trouble.
I'll increase the timeout and upload a package for you to test, I'll let you know once it's up, it's going to take a couple of hours.
Cheers
30 Posted by Sergey on 29 Apr, 2016 04:57 PM
Do not understand. Now I need to do something about it ?