Latest stable Arachni Web UI does not work on Linux 64 bit

Vojta's Avatar

Vojta

22 Feb, 2016 08:57 AM

Hi, I tried to run latest stable Arachni 1.4 on my Arch Linux. When I run
./arachni_web the server starts, but I can not connect on localhost:9292. It simply sits and does nothing.
When I try
./arachni_web -s webrick I can connect, but it fails when I try to log in. I am attaching a output of Webrick server when it fails. Thin and Mongrel even don't start, they simply crash. I can provide more output if you wish.
I am running 64 bit version of Arachni for Linux on my 64 bit Arch Linux. I tried it with latest stable version and also with nightly version. If you need more information, just ask me and I will try to send it to you.

  1. Support Staff 1 Posted by Tasos Laskos on 22 Feb, 2016 09:03 AM

    Tasos Laskos's Avatar

    Hello,

    I'm pretty sure it does work, although I don't know what the problem might be in your case.
    Also, I'm not seeing anything attached to this discussion.

    Cheers

  2. 2 Posted by Vojta on 22 Feb, 2016 09:30 AM

    Vojta's Avatar

    Okay, I am sending it here. This is output of running web UI with Thin, Webrick and Mongrel. Puma simply sits and does nothing. The Webrick error occurs after I try to log in with a valid user account.

    [vojta@metalbox ~]$ cd software/pentesting/arachni/bin/
    [vojta@metalbox bin]$ ./arachni_web -s thin
    /home/vojta/software/pentesting/arachni/system/gems/gems/activesupport-4.2.5.1/l
    ib/active_support/dependencies.rb:274:in `require': cannot load such file -- thi
    n (LoadError)
            from /home/vojta/software/pentesting/arachni/system/gems/gems/activesupp
    ort-4.2.5.1/lib/active_support/dependencies.rb:274:in `block in require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/activesupp
    ort-4.2.5.1/lib/active_support/dependencies.rb:240:in `load_dependency'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/activesupp
    ort-4.2.5.1/lib/active_support/dependencies.rb:274:in `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/handler/thin.rb:1:in `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/handler.rb:20:in `const_get'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/handler.rb:20:in `block in get'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/handler.rb:20:in `each'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/handler.rb:20:in `inject'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/handler.rb:20:in `get'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:290:in `server'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:214:in `block in logging_middleware'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:327:in `call'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:327:in `block in build_app'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:326:in `reverse_each'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:326:in `build_app'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:336:in `wrapped_app'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:272:in `start'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:147:in `start'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /bin/rackup:4:in `<top (required)>'
            from /home/vojta/software/pentesting/arachni/bin/../system/gems/bin/rack
    up:22:in `load'
            from /home/vojta/software/pentesting/arachni/bin/../system/gems/bin/rack
    up:22:in `<main>'
    [vojta@metalbox bin]$ ./arachni_web -s webrick
    [2016-02-22 10:28:16] INFO  WEBrick 1.3.1
    [2016-02-22 10:28:16] INFO  ruby 2.2.3 (2015-08-18) [x86_64-linux]
    [2016-02-22 10:28:16] INFO  WEBrick::HTTPServer#start: pid=11054 port=9292
    127.0.0.1 - - [22/Feb/2016:10:28:27 +0100] "GET /unauthenticated HTTP/1.1" 302 -
     0.0863
    127.0.0.1 - - [22/Feb/2016:10:28:27 +0100] "GET /d/users/sign_in HTTP/1.1" 200 -
     0.0555
    127.0.0.1 - - [22/Feb/2016:10:28:27 +0100] "GET %2Fassets%2Fapplication-32191bc7
    f5f5b68de4111f6d763a46be.css HTTP/1.1" 304 - 0.0007
    127.0.0.1 - - [22/Feb/2016:10:28:39 +0100] "POST /d/users/sign_in HTTP/1.1" 302
    - 0.2220
    [2016-02-22 10:28:39] ERROR NoMethodError: undefined method `merge' for #<Arachn
    i::URI:0x007fca802ba398>
            /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/2.2.0/webric
    k/httpresponse.rb:276:in `setup_header'
            /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4/lib/
    rack/handler/webrick.rb:16:in `setup_header'
            /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/2.2.0/webric
    k/httpresponse.rb:206:in `send_response'
            /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/2.2.0/webric
    k/httpserver.rb:110:in `run'
            /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/2.2.0/webric
    k/server.rb:294:in `block in start_thread'
    127.0.0.1 - - [22/Feb/2016:10:28:40 +0100] "POST /d/users/sign_in HTTP/1.1" 302
    - 0.1213
    [2016-02-22 10:28:40] ERROR NoMethodError: undefined method `merge' for #<Arachn
    i::URI:0x007fca802ba398>
            /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/2.2.0/webric
    k/httpresponse.rb:276:in `setup_header'
            /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4/lib/
    rack/handler/webrick.rb:16:in `setup_header'
            /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/2.2.0/webric
    k/httpresponse.rb:206:in `send_response'
            /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/2.2.0/webric
    k/httpserver.rb:110:in `run'
            /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/2.2.0/webric
    k/server.rb:294:in `block in start_thread'
    ^C[2016-02-22 10:28:45] INFO  going to shutdown ...
    [2016-02-22 10:28:45] INFO  WEBrick::HTTPServer#start done.
    [vojta@metalbox bin]$ ./arachni_web -s mongrel
    /home/vojta/software/pentesting/arachni/system/gems/gems/activesupport-4.2.5.1/l
    ib/active_support/dependencies.rb:274:in `require': cannot load such file -- mon
    grel (LoadError)
            from /home/vojta/software/pentesting/arachni/system/gems/gems/activesupp
    ort-4.2.5.1/lib/active_support/dependencies.rb:274:in `block in require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/activesupp
    ort-4.2.5.1/lib/active_support/dependencies.rb:240:in `load_dependency'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/activesupp
    ort-4.2.5.1/lib/active_support/dependencies.rb:274:in `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/handler/mongrel.rb:1:in `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/handler.rb:20:in `const_get'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/handler.rb:20:in `block in get'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/handler.rb:20:in `each'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/handler.rb:20:in `inject'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/handler.rb:20:in `get'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:290:in `server'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:214:in `block in logging_middleware'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:327:in `call'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:327:in `block in build_app'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:326:in `reverse_each'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:326:in `build_app'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:336:in `wrapped_app'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:272:in `start'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:147:in `start'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /bin/rackup:4:in `<top (required)>'
            from /home/vojta/software/pentesting/arachni/bin/../system/gems/bin/rack
    up:22:in `load'
            from /home/vojta/software/pentesting/arachni/bin/../system/gems/bin/rack
    up:22:in `<main>'
    [vojta@metalbox bin]$
    
  3. Support Staff 3 Posted by Tasos Laskos on 22 Feb, 2016 09:36 AM

    Tasos Laskos's Avatar

    Unfortunately these don't help much, Puma is the bundled server so is there anything interesting (or anything at all) printed when just running arachni_web?

  4. 4 Posted by Vojta on 22 Feb, 2016 11:41 AM

    Vojta's Avatar

    Here is the ebugging output when just starting it. If I try to visit http://localhost:9292, it does nothing.

    [vojta@metalbox bin]$ ./arachni_web -w -d
    nil
    /home/vojta/software/pentesting/arachni/system/arachni-ui-web/config/environment
    .rb:9: warning: setting Encoding.default_external
    /home/vojta/software/pentesting/arachni/system/arachni-ui-web/config/environment
    .rb:10: warning: setting Encoding.default_internal
    /home/vojta/software/pentesting/arachni/system/arachni-ui-web/config/boot.rb:14:
     warning: File.exists? is a deprecated name, use File.exist? instead
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/usr/lib/
    ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55 - cannot load such f
    ile -- bundler/setup
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/usr/lib/
    ruby/2.2.0/resolv.rb:168 - LoadError
    Exception `Errno::EEXIST' at /home/vojta/software/pentesting/arachni/system/usr/
    lib/ruby/2.2.0/fileutils.rb:252 - File exists @ dir_s_mkdir - /home/vojta/softwa
    re/pentesting/arachni/system/gems
    Exception `NameError' at /home/vojta/software/pentesting/arachni/system/usr/lib/
    ruby/2.2.0/psych/class_loader.rb:67 - uninitialized constant BigDecimal
    Exception `NameError' at /home/vojta/software/pentesting/arachni/system/usr/lib/
    ruby/2.2.0/psych/core_ext.rb:16 - method `to_yaml' not defined in Object
    Exception `NameError' at /home/vojta/software/pentesting/arachni/system/usr/lib/
    ruby/2.2.0/psych/core_ext.rb:29 - method `yaml_as' not defined in Module
    Exception `NameError' at /home/vojta/software/pentesting/arachni/system/usr/lib/
    ruby/2.2.0/psych/deprecated.rb:81 - undefined method `to_yaml_properties' for cl
    ass `Object'
    Using Ext extension for JSON.
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/nokogiri-1.6.8.rc2/lib/nokogiri.rb:30 - cannot load such file -- nokogiri/2.2/
    nokogiri
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/sqlite3-1.3.11/lib/sqlite3.rb:4 - cannot load such file -- sqlite3/2.2/sqlite3
    _native
    /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.19/lib/sass/ve
    rsion.rb:5: warning: loading in progress, circular require considered harmful -
    /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.19/lib/sass.rb
            from /home/vojta/software/pentesting/arachni/bin/../system/gems/bin/rack
    up:22:in  `<main>'
            from /home/vojta/software/pentesting/arachni/bin/../system/gems/bin/rack
    up:22:in  `load'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /bin/rackup:4:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:147:in  `start'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:264:in  `start'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:336:in  `wrapped_app'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:208:in  `app'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:299:in  `build_app_and_options_from_config'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:40:in  `parse_file'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:49:in  `new_from_string'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:49:in  `eval'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g.ru:0:in  `<main>'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g.ru:0:in  `new'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:55:in  `initialize'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:55:in  `instance_eval'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g.ru:3:in  `block in <main>'
            from /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/site_ru
    by/2.2.0/rubygems/core_ext/kernel_require.rb:55:in  `require'
            from /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/site_ru
    by/2.2.0/rubygems/core_ext/kernel_require.rb:55:in  `require'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g/environment.rb:13:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/site_ru
    by/2.2.0/rubygems/core_ext/kernel_require.rb:55:in  `require'
            from /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/site_ru
    by/2.2.0/rubygems/core_ext/kernel_require.rb:55:in  `require'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g/application.rb:15:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler.rb:99:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:61:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:61:in  `each'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:72:in  `block in require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:72:in  `each'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:77:in  `block (2 levels) in require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:77:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bootstrap-
    sass-2.3.1.0/lib/bootstrap-sass.rb:45:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bootstrap-
    sass-2.3.1.0/lib/bootstrap-sass.rb:14:in  `load!'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bootstrap-
    sass-2.3.1.0/lib/bootstrap-sass.rb:14:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass-rails.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass-rails.rb:1:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass/rails.rb:8:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass/rails.rb:8:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass/rails/helpers.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass/rails/helpers.rb:1:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sprockets-
    2.12.4/lib/sprockets/sass_functions.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sprockets-
    2.12.4/lib/sprockets/sass_functions.rb:1:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass.rb:9:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass.rb:9:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/version.rb:5:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/version.rb:5:in  `require'
    /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.19/lib/sass/ve
    rsion.rb:115: warning: File.exists? is a deprecated name, use File.exist? instea
    d
    /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.19/lib/sass/ve
    rsion.rb:90: warning: File.exists? is a deprecated name, use File.exist? instead
    /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.19/lib/sass/ve
    rsion.rb:95: warning: File.exists? is a deprecated name, use File.exist? instead
    /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.19/lib/sass/tr
    ee/node.rb:73: warning: method redefined; discarding old children=
    /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.19/lib/sass/tr
    ee/visitors/perform.rb:197: warning: literal in condition
    /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.19/lib/sass/sc
    ript/literal.rb:8: warning: loading in progress, circular require considered har
    mful - /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.19/lib/
    sass/script/string.rb
            from /home/vojta/software/pentesting/arachni/bin/../system/gems/bin/rack
    up:22:in  `<main>'
            from /home/vojta/software/pentesting/arachni/bin/../system/gems/bin/rack
    up:22:in  `load'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /bin/rackup:4:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:147:in  `start'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:264:in  `start'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:336:in  `wrapped_app'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:208:in  `app'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:299:in  `build_app_and_options_from_config'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:40:in  `parse_file'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:49:in  `new_from_string'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:49:in  `eval'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g.ru:0:in  `<main>'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g.ru:0:in  `new'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:55:in  `initialize'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:55:in  `instance_eval'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g.ru:3:in  `block in <main>'
            from /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/site_ru
    by/2.2.0/rubygems/core_ext/kernel_require.rb:55:in  `require'
            from /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/site_ru
    by/2.2.0/rubygems/core_ext/kernel_require.rb:55:in  `require'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g/environment.rb:13:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/site_ru
    by/2.2.0/rubygems/core_ext/kernel_require.rb:55:in  `require'
            from /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/site_ru
    by/2.2.0/rubygems/core_ext/kernel_require.rb:55:in  `require'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g/application.rb:15:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler.rb:99:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:61:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:61:in  `each'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:72:in  `block in require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:72:in  `each'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:77:in  `block (2 levels) in require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:77:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bootstrap-
    sass-2.3.1.0/lib/bootstrap-sass.rb:45:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bootstrap-
    sass-2.3.1.0/lib/bootstrap-sass.rb:14:in  `load!'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bootstrap-
    sass-2.3.1.0/lib/bootstrap-sass.rb:14:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass-rails.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass-rails.rb:1:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass/rails.rb:8:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass/rails.rb:8:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass/rails/helpers.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass/rails/helpers.rb:1:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sprockets-
    2.12.4/lib/sprockets/sass_functions.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sprockets-
    2.12.4/lib/sprockets/sass_functions.rb:1:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass.rb:93:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass.rb:93:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/engine.rb:40:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/engine.rb:40:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script.rb:4:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script.rb:4:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/operation.rb:2:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/operation.rb:2:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/string.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/string.rb:1:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/literal.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/literal.rb:7:in  `<module:Script>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/literal.rb:8:in  `<class:Literal>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/literal.rb:8:in  `require'
    /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.19/lib/sass/sc
    ript/number.rb:1: warning: loading in progress, circular require considered harm
    ful - /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.19/lib/s
    ass/script/literal.rb
            from /home/vojta/software/pentesting/arachni/bin/../system/gems/bin/rack
    up:22:in  `<main>'
            from /home/vojta/software/pentesting/arachni/bin/../system/gems/bin/rack
    up:22:in  `load'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /bin/rackup:4:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:147:in  `start'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:264:in  `start'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:336:in  `wrapped_app'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:208:in  `app'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:299:in  `build_app_and_options_from_config'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:40:in  `parse_file'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:49:in  `new_from_string'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:49:in  `eval'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g.ru:0:in  `<main>'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g.ru:0:in  `new'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:55:in  `initialize'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:55:in  `instance_eval'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g.ru:3:in  `block in <main>'
            from /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/site_ru
    by/2.2.0/rubygems/core_ext/kernel_require.rb:55:in  `require'
            from /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/site_ru
    by/2.2.0/rubygems/core_ext/kernel_require.rb:55:in  `require'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g/environment.rb:13:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/site_ru
    by/2.2.0/rubygems/core_ext/kernel_require.rb:55:in  `require'
            from /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/site_ru
    by/2.2.0/rubygems/core_ext/kernel_require.rb:55:in  `require'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g/application.rb:15:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler.rb:99:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:61:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:61:in  `each'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:72:in  `block in require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:72:in  `each'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:77:in  `block (2 levels) in require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:77:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bootstrap-
    sass-2.3.1.0/lib/bootstrap-sass.rb:45:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bootstrap-
    sass-2.3.1.0/lib/bootstrap-sass.rb:14:in  `load!'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bootstrap-
    sass-2.3.1.0/lib/bootstrap-sass.rb:14:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass-rails.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass-rails.rb:1:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass/rails.rb:8:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass/rails.rb:8:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass/rails/helpers.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass/rails/helpers.rb:1:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sprockets-
    2.12.4/lib/sprockets/sass_functions.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sprockets-
    2.12.4/lib/sprockets/sass_functions.rb:1:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass.rb:93:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass.rb:93:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/engine.rb:40:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/engine.rb:40:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script.rb:4:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script.rb:4:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/operation.rb:2:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/operation.rb:2:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/string.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/string.rb:1:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/literal.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/literal.rb:7:in  `<module:Script>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/literal.rb:9:in  `<class:Literal>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/literal.rb:9:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/number.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/number.rb:1:in  `require'
    /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.19/lib/sass/sc
    ript/color.rb:1: warning: loading in progress, circular require considered harmf
    ul - /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.19/lib/sa
    ss/script/literal.rb
            from /home/vojta/software/pentesting/arachni/bin/../system/gems/bin/rack
    up:22:in  `<main>'
            from /home/vojta/software/pentesting/arachni/bin/../system/gems/bin/rack
    up:22:in  `load'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /bin/rackup:4:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:147:in  `start'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:264:in  `start'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:336:in  `wrapped_app'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:208:in  `app'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:299:in  `build_app_and_options_from_config'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:40:in  `parse_file'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:49:in  `new_from_string'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:49:in  `eval'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g.ru:0:in  `<main>'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g.ru:0:in  `new'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:55:in  `initialize'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:55:in  `instance_eval'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g.ru:3:in  `block in <main>'
            from /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/site_ru
    by/2.2.0/rubygems/core_ext/kernel_require.rb:55:in  `require'
            from /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/site_ru
    by/2.2.0/rubygems/core_ext/kernel_require.rb:55:in  `require'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g/environment.rb:13:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/site_ru
    by/2.2.0/rubygems/core_ext/kernel_require.rb:55:in  `require'
            from /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/site_ru
    by/2.2.0/rubygems/core_ext/kernel_require.rb:55:in  `require'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g/application.rb:15:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler.rb:99:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:61:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:61:in  `each'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:72:in  `block in require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:72:in  `each'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:77:in  `block (2 levels) in require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:77:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bootstrap-
    sass-2.3.1.0/lib/bootstrap-sass.rb:45:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bootstrap-
    sass-2.3.1.0/lib/bootstrap-sass.rb:14:in  `load!'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bootstrap-
    sass-2.3.1.0/lib/bootstrap-sass.rb:14:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass-rails.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass-rails.rb:1:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass/rails.rb:8:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass/rails.rb:8:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass/rails/helpers.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass/rails/helpers.rb:1:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sprockets-
    2.12.4/lib/sprockets/sass_functions.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sprockets-
    2.12.4/lib/sprockets/sass_functions.rb:1:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass.rb:93:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass.rb:93:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/engine.rb:40:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/engine.rb:40:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script.rb:4:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script.rb:4:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/operation.rb:2:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/operation.rb:2:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/string.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/string.rb:1:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/literal.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/literal.rb:7:in  `<module:Script>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/literal.rb:10:in  `<class:Literal>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/literal.rb:10:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/color.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/color.rb:1:in  `require'
    /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.19/lib/sass/sc
    ript/bool.rb:1: warning: loading in progress, circular require considered harmfu
    l - /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.19/lib/sas
    s/script/literal.rb
            from /home/vojta/software/pentesting/arachni/bin/../system/gems/bin/rack
    up:22:in  `<main>'
            from /home/vojta/software/pentesting/arachni/bin/../system/gems/bin/rack
    up:22:in  `load'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /bin/rackup:4:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:147:in  `start'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:264:in  `start'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:336:in  `wrapped_app'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:208:in  `app'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:299:in  `build_app_and_options_from_config'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:40:in  `parse_file'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:49:in  `new_from_string'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:49:in  `eval'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g.ru:0:in  `<main>'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g.ru:0:in  `new'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:55:in  `initialize'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:55:in  `instance_eval'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g.ru:3:in  `block in <main>'
            from /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/site_ru
    by/2.2.0/rubygems/core_ext/kernel_require.rb:55:in  `require'
            from /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/site_ru
    by/2.2.0/rubygems/core_ext/kernel_require.rb:55:in  `require'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g/environment.rb:13:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/site_ru
    by/2.2.0/rubygems/core_ext/kernel_require.rb:55:in  `require'
            from /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/site_ru
    by/2.2.0/rubygems/core_ext/kernel_require.rb:55:in  `require'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g/application.rb:15:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler.rb:99:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:61:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:61:in  `each'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:72:in  `block in require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:72:in  `each'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:77:in  `block (2 levels) in require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:77:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bootstrap-
    sass-2.3.1.0/lib/bootstrap-sass.rb:45:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bootstrap-
    sass-2.3.1.0/lib/bootstrap-sass.rb:14:in  `load!'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bootstrap-
    sass-2.3.1.0/lib/bootstrap-sass.rb:14:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass-rails.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass-rails.rb:1:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass/rails.rb:8:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass/rails.rb:8:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass/rails/helpers.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass/rails/helpers.rb:1:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sprockets-
    2.12.4/lib/sprockets/sass_functions.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sprockets-
    2.12.4/lib/sprockets/sass_functions.rb:1:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass.rb:93:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass.rb:93:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/engine.rb:40:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/engine.rb:40:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script.rb:4:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script.rb:4:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/operation.rb:2:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/operation.rb:2:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/string.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/string.rb:1:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/literal.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/literal.rb:7:in  `<module:Script>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/literal.rb:11:in  `<class:Literal>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/literal.rb:11:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/bool.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/bool.rb:1:in  `require'
    /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.19/lib/sass/sc
    ript/null.rb:1: warning: loading in progress, circular require considered harmfu
    l - /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.19/lib/sas
    s/script/literal.rb
            from /home/vojta/software/pentesting/arachni/bin/../system/gems/bin/rack
    up:22:in  `<main>'
            from /home/vojta/software/pentesting/arachni/bin/../system/gems/bin/rack
    up:22:in  `load'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /bin/rackup:4:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:147:in  `start'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:264:in  `start'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:336:in  `wrapped_app'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:208:in  `app'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:299:in  `build_app_and_options_from_config'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:40:in  `parse_file'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:49:in  `new_from_string'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:49:in  `eval'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g.ru:0:in  `<main>'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g.ru:0:in  `new'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:55:in  `initialize'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:55:in  `instance_eval'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g.ru:3:in  `block in <main>'
            from /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/site_ru
    by/2.2.0/rubygems/core_ext/kernel_require.rb:55:in  `require'
            from /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/site_ru
    by/2.2.0/rubygems/core_ext/kernel_require.rb:55:in  `require'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g/environment.rb:13:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/site_ru
    by/2.2.0/rubygems/core_ext/kernel_require.rb:55:in  `require'
            from /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/site_ru
    by/2.2.0/rubygems/core_ext/kernel_require.rb:55:in  `require'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g/application.rb:15:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler.rb:99:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:61:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:61:in  `each'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:72:in  `block in require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:72:in  `each'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:77:in  `block (2 levels) in require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:77:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bootstrap-
    sass-2.3.1.0/lib/bootstrap-sass.rb:45:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bootstrap-
    sass-2.3.1.0/lib/bootstrap-sass.rb:14:in  `load!'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bootstrap-
    sass-2.3.1.0/lib/bootstrap-sass.rb:14:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass-rails.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass-rails.rb:1:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass/rails.rb:8:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass/rails.rb:8:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass/rails/helpers.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails
    -4.0.5/lib/sass/rails/helpers.rb:1:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sprockets-
    2.12.4/lib/sprockets/sass_functions.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sprockets-
    2.12.4/lib/sprockets/sass_functions.rb:1:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass.rb:93:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass.rb:93:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/engine.rb:40:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/engine.rb:40:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script.rb:4:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script.rb:4:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/operation.rb:2:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/operation.rb:2:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/string.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/string.rb:1:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/literal.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/literal.rb:7:in  `<module:Script>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/literal.rb:12:in  `<class:Literal>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/literal.rb:12:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/null.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.1
    9/lib/sass/script/null.rb:1:in  `require'
    /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.19/lib/sass/sc
    ript/parser.rb:265: warning: literal in condition
    /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.19/lib/sass/sc
    ript/parser.rb:278: warning: literal in condition
    /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.19/lib/sass/sc
    ss/parser.rb:444: warning: literal in condition
    /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.19/lib/sass/sc
    ss/parser.rb:671: warning: literal in condition
    /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.19/lib/sass/sc
    ss/static_parser.rb:31: warning: literal in condition
    /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails-4.0.5/lib/sa
    ss/rails/importer.rb:11: warning: method redefined; discarding old initialize
    /home/vojta/software/pentesting/arachni/system/gems/gems/sprockets-2.12.4/lib/sp
    rockets/sass_importer.rb:9: warning: previous definition of initialize was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails-4.0.5/lib/sa
    ss/rails/importer.rb:29: warning: method redefined; discarding old find_relative
    /home/vojta/software/pentesting/arachni/system/gems/gems/sprockets-2.12.4/lib/sp
    rockets/sass_importer.rb:14: warning: previous definition of find_relative was h
    ere
    /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails-4.0.5/lib/sa
    ss/rails/importer.rb:37: warning: method redefined; discarding old find
    /home/vojta/software/pentesting/arachni/system/gems/gems/sprockets-2.12.4/lib/sp
    rockets/sass_importer.rb:22: warning: previous definition of find was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/sass-rails-4.0.5/lib/sa
    ss/rails/template.rb:5: warning: method redefined; discarding old evaluate
    /home/vojta/software/pentesting/arachni/system/gems/gems/sprockets-2.12.4/lib/sp
    rockets/sass_template.rb:36: warning: previous definition of evaluate was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/bootstrap-sass-2.3.1.0/
    lib/bootstrap-sass/rails_functions.rb:7: warning: method redefined; discarding o
    ld ie_hex_str
    /home/vojta/software/pentesting/arachni/system/gems/gems/sass-3.2.19/lib/sass/sc
    ript/functions.rb:788: warning: previous definition of ie_hex_str was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/simple_form-3.0.4/lib/s
    imple_form.rb:209: warning: method redefined; discarding old default_input_size=
    /home/vojta/software/pentesting/arachni/system/gems/gems/activesupport-4.2.5.1/l
    ib/active_support/core_ext/module/attribute_accessors.rb:126: warning: previous
    definition of default_input_size= was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/devise-3.5.6/lib/devise
    .rb:109: warning: character class has duplicated range: /\A[^@\s]+@([^@\s]+\.)+[
    ^@\W]+\z/
    /home/vojta/software/pentesting/arachni/system/gems/gems/devise-3.5.6/lib/devise
    /rails/warden_compat.rb:2: warning: method redefined; discarding old request
    /home/vojta/software/pentesting/arachni/system/gems/gems/warden-1.2.6/lib/warden
    /mixins/common.rb:17: warning: previous definition of request was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/devise-3.5.6/lib/devise
    /rails/warden_compat.rb:11: warning: method redefined; discarding old reset_sess
    ion!
    /home/vojta/software/pentesting/arachni/system/gems/gems/warden-1.2.6/lib/warden
    /mixins/common.rb:38: warning: previous definition of reset_session! was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/cancan-1.6.10/lib/canca
    n/rule.rb:131: warning: assigned but unused variable - child
    /home/vojta/software/pentesting/arachni/system/gems/gems/cancan-1.6.10/lib/canca
    n/model_adapters/active_record_adapter.rb:71: warning: shadowing outer local var
    iable - nested
    /home/vojta/software/pentesting/arachni/system/gems/gems/cancan-1.6.10/lib/canca
    n/model_adapters/active_record_adapter.rb:122: warning: shadowing outer local va
    riable - rule
    /home/vojta/software/pentesting/arachni/system/gems/gems/activesupport-4.2.5.1/l
    ib/active_support/dependencies.rb:274: warning: loading in progress, circular re
    quire considered harmful - /home/vojta/software/pentesting/arachni/system/gems/g
    ems/rolify-4.0.0/lib/rolify.rb
            from /home/vojta/software/pentesting/arachni/bin/../system/gems/bin/rack
    up:22:in  `<main>'
            from /home/vojta/software/pentesting/arachni/bin/../system/gems/bin/rack
    up:22:in  `load'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /bin/rackup:4:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:147:in  `start'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:264:in  `start'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:336:in  `wrapped_app'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:208:in  `app'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:299:in  `build_app_and_options_from_config'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:40:in  `parse_file'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:49:in  `new_from_string'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:49:in  `eval'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g.ru:0:in  `<main>'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g.ru:0:in  `new'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:55:in  `initialize'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:55:in  `instance_eval'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g.ru:3:in  `block in <main>'
            from /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/site_ru
    by/2.2.0/rubygems/core_ext/kernel_require.rb:55:in  `require'
            from /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/site_ru
    by/2.2.0/rubygems/core_ext/kernel_require.rb:55:in  `require'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g/environment.rb:13:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/site_ru
    by/2.2.0/rubygems/core_ext/kernel_require.rb:55:in  `require'
            from /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/site_ru
    by/2.2.0/rubygems/core_ext/kernel_require.rb:55:in  `require'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g/application.rb:15:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler.rb:99:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:61:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:61:in  `each'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:72:in  `block in require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:72:in  `each'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:77:in  `block (2 levels) in require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:77:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rolify-4.0
    .0/lib/rolify.rb:4:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/activesupp
    ort-4.2.5.1/lib/active_support/dependencies.rb:274:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/activesupp
    ort-4.2.5.1/lib/active_support/dependencies.rb:240:in  `load_dependency'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/activesupp
    ort-4.2.5.1/lib/active_support/dependencies.rb:274:in  `block in require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/activesupp
    ort-4.2.5.1/lib/active_support/dependencies.rb:274:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rolify-4.0
    .0/lib/rolify/railtie.rb:1:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/activesupp
    ort-4.2.5.1/lib/active_support/dependencies.rb:274:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/activesupp
    ort-4.2.5.1/lib/active_support/dependencies.rb:240:in  `load_dependency'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/activesupp
    ort-4.2.5.1/lib/active_support/dependencies.rb:274:in  `block in require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/activesupp
    ort-4.2.5.1/lib/active_support/dependencies.rb:274:in  `require'
    /home/vojta/software/pentesting/arachni/system/gems/gems/rolify-4.0.0/lib/rolify
    .rb:36: warning: method redefined; discarding old adapter
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/bundler-1.11.2/lib/bundler/runtime.rb:77 - cannot load such file -- tzinfo-dat
    a
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:112: warning: method redefined; discarding old debug_level_1?
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:75: warning: previous definition of debug_level_1? was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:112: warning: method redefined; discarding old debug_level_2?
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:78: warning: previous definition of debug_level_2? was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:112: warning: method redefined; discarding old debug_level_3?
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:81: warning: previous definition of debug_level_3? was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old node_ping_interva
    l=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old instance_port_ran
    ge=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old pool_size=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_groups/dispatcher.rb:108: warning: method redefined; discarding old grid
    _mode=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_groups/session.rb:32: warning: method redefined; discarding old check_pa
    ttern=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old values=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old default_values=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old without_defaults=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old force=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_groups/input.rb:126: warning: method redefined; discarding old values=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: previous definition of values= was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_groups/input.rb:131: warning: method redefined; discarding old default_v
    alues=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: previous definition of default_values= was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old user_agent=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old request_timeout=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old request_redirect_
    limit=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old request_concurren
    cy=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old request_queue_siz
    e=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old request_headers=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old response_max_size
    =
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old cookies=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_groups/http.rb:255: warning: method redefined; discarding old proxy_type
    =
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_groups/http.rb:268: warning: method redefined; discarding old ssl_certif
    icate_type=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_groups/http.rb:281: warning: method redefined; discarding old ssl_key_ty
    pe=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_groups/http.rb:294: warning: method redefined; discarding old ssl_versio
    n=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old redundant_path_pa
    tterns=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old dom_depth_limit=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old exclude_file_exte
    nsions=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old exclude_path_patt
    erns=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old exclude_content_p
    atterns=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old include_path_patt
    erns=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old restrict_paths=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old extend_paths=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old url_rewrites=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_groups/scope.rb:151: warning: method redefined; discarding old url_rewri
    tes=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: previous definition of url_rewrites= was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_groups/scope.rb:163: warning: method redefined; discarding old exclude_f
    ile_extensions=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: previous definition of exclude_file_extensions= wa
    s here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_groups/scope.rb:178: warning: method redefined; discarding old restrict_
    paths=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: previous definition of restrict_paths= was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_groups/scope.rb:178: warning: method redefined; discarding old extend_pa
    ths=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: previous definition of extend_paths= was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_groups/scope.rb:186: warning: method redefined; discarding old exclude_c
    ontent_patterns=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: previous definition of exclude_content_patterns= w
    as here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_groups/scope.rb:186: warning: method redefined; discarding old include_p
    ath_patterns=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: previous definition of include_path_patterns= was
    here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_groups/scope.rb:186: warning: method redefined; discarding old exclude_p
    ath_patterns=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: previous definition of exclude_path_patterns= was
    here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_groups/scope.rb:229: warning: method redefined; discarding old redundant
    _path_patterns=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: previous definition of redundant_path_patterns= wa
    s here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:120: warning: method redefined; discarding old headers
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:120: warning: method redefined; discarding old headers=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old parameter_values=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old exclude_vector_pa
    tterns=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old include_vector_pa
    tterns=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old link_templates=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_groups/audit.rb:192: warning: method redefined; discarding old link_temp
    lates=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: previous definition of link_templates= was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_groups/audit.rb:211: warning: method redefined; discarding old include_v
    ector_patterns=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: previous definition of include_vector_patterns= wa
    s here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_groups/audit.rb:211: warning: method redefined; discarding old exclude_v
    ector_patterns=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: previous definition of exclude_vector_patterns= wa
    s here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old connection_pool_s
    ize=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old server_address=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old server_port=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old local_storage=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old wait_for_elements
    =
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old pool_size=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old job_timeout=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old worker_time_to_li
    ve=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old ignore_images=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old screen_width=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: method redefined; discarding old screen_height=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_groups/browser_cluster.rb:60: warning: method redefined; discarding old
    local_storage=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: previous definition of local_storage= was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_groups/browser_cluster.rb:77: warning: method redefined; discarding old
    wait_for_elements=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_group.rb:37: warning: previous definition of wait_for_elements= was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /options.rb:177: warning: method redefined; discarding old spawns=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /option_groups/paths.rb:91: warning: instance variable @config not initialized
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /support/database/queue.rb:53: warning: method redefined; discarding old max_buf
    fer_size
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /support/database/hash.rb:109: warning: assigned but unused variable - v
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ruby/webrick/httprequest.rb:11: warning: method redefined; discarding old parse
    _uri
    /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/2.2.0/webrick/httpre
    quest.rb:443: warning: previous definition of parse_uri was here
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:274 - cannot load suc
    h file -- idn
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:244 - cannot load suc
    h file -- idn
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:244 - cannot load suc
    h file -- idn
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /platform/manager.rb:227: warning: instance variable @manager not initialized
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:274 - cannot load suc
    h file -- 2.2/ffi_c
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:244 - cannot load suc
    h file -- 2.2/ffi_c
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/ffi-1.9.10/lib/ffi/library.rb:112 - Could not open library 'c': c: cannot open
     shared object file: No such file or directory
    /home/vojta/software/pentesting/arachni/system/gems/gems/ethon-0.8.1/lib/ethon/c
    urls/options.rb:189: warning: assigned but unused variable - c
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/ffi-1.9.10/lib/ffi/library.rb:112 - Could not open library 'libcurl': libcurl:
     cannot open shared object file: No such file or directory
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ethon/easy.rb:12: warning: method redefined; discarding old debug_callback
    /home/vojta/software/pentesting/arachni/system/gems/gems/ethon-0.8.1/lib/ethon/e
    asy/callbacks.rb:69: warning: previous definition of debug_callback was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /http/message.rb:59: warning: method redefined; discarding old headers=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /http/message.rb:73: warning: method redefined; discarding old url=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /http/request.rb:152: warning: method redefined; discarding old raw_parameters=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /http/response.rb:76: warning: method redefined; discarding old time=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /http/response.rb:117: warning: method redefined; discarding old headers_string=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /http/client.rb:211: warning: method redefined; discarding old headers
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /http/proxy_server.rb:58: warning: assigned but unused variable - listener
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-reactor-0.1.1/l
    ib/arachni/reactor.rb:579: warning: assigned but unused variable - host
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-reactor-0.1.1/l
    ib/arachni/reactor.rb:579: warning: assigned but unused variable - port
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-reactor-0.1.1/l
    ib/arachni/reactor.rb:579: warning: assigned but unused variable - unix_socket
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-reactor-0.1.1/l
    ib/arachni/reactor.rb:658: warning: assigned but unused variable - e
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-reactor-0.1.1/l
    ib/arachni/reactor/tasks.rb:96: warning: `*' interpreted as argument prefix
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-reactor-0.1.1/l
    ib/arachni/reactor/tasks/base.rb:52: warning: `*' interpreted as argument prefix
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /snapshot.rb:129: warning: ambiguous first argument; put parentheses or a space
    even after `-' operator
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /snapshot.rb:132: warning: ambiguous first argument; put parentheses or a space
    even after `-' operator
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /element/capabilities/mutable.rb:123: warning: method redefined; discarding old
    affected_input_name=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /element/capabilities/mutable.rb:129: warning: method redefined; discarding old
    seed=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /element/capabilities/analyzable/differential.rb:402: warning: shadowing outer l
    ocal variable - pair
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /element/capabilities/with_dom.rb:23: warning: method redefined; discarding old
    dom
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /element/capabilities/with_dom.rb:31: warning: method redefined; discarding old
    skip_dom=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /element/capabilities/with_source.rb:29: warning: method redefined; discarding o
    ld source=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /element/capabilities/dom_only.rb:9: warning: loading in progress, circular requ
    ire considered harmful - /home/vojta/software/pentesting/arachni/system/gems/gem
    s/arachni-1.4/lib/arachni/element/base.rb
            from /home/vojta/software/pentesting/arachni/bin/../system/gems/bin/rack
    up:22:in  `<main>'
            from /home/vojta/software/pentesting/arachni/bin/../system/gems/bin/rack
    up:22:in  `load'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /bin/rackup:4:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:147:in  `start'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:264:in  `start'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:336:in  `wrapped_app'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:208:in  `app'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/server.rb:299:in  `build_app_and_options_from_config'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:40:in  `parse_file'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:49:in  `new_from_string'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:49:in  `eval'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g.ru:0:in  `<main>'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g.ru:0:in  `new'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:55:in  `initialize'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/rack-1.6.4
    /lib/rack/builder.rb:55:in  `instance_eval'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g.ru:3:in  `block in <main>'
            from /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/site_ru
    by/2.2.0/rubygems/core_ext/kernel_require.rb:55:in  `require'
            from /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/site_ru
    by/2.2.0/rubygems/core_ext/kernel_require.rb:55:in  `require'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g/environment.rb:13:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/site_ru
    by/2.2.0/rubygems/core_ext/kernel_require.rb:55:in  `require'
            from /home/vojta/software/pentesting/arachni/system/usr/lib/ruby/site_ru
    by/2.2.0/rubygems/core_ext/kernel_require.rb:55:in  `require'
            from /home/vojta/software/pentesting/arachni/system/arachni-ui-web/confi
    g/application.rb:15:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler.rb:99:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:61:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:61:in  `each'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:72:in  `block in require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:72:in  `each'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:77:in  `block (2 levels) in require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/bundler-1.
    11.2/lib/bundler/runtime.rb:77:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.
    4/lib/arachni.rb:103:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.
    4/lib/arachni.rb:103:in  `require_relative'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.
    4/lib/arachni/framework.rb:17:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.
    4/lib/arachni/framework.rb:31:in  `<module:Arachni>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/activesupp
    ort-4.2.5.1/lib/active_support/dependencies.rb:274:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/activesupp
    ort-4.2.5.1/lib/active_support/dependencies.rb:240:in  `load_dependency'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/activesupp
    ort-4.2.5.1/lib/active_support/dependencies.rb:274:in  `block in require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/activesupp
    ort-4.2.5.1/lib/active_support/dependencies.rb:274:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.
    4/lib/arachni/parser.rb:9:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.
    4/lib/arachni/parser.rb:14:in  `<module:Arachni>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.
    4/lib/arachni/parser.rb:14:in  `each'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.
    4/lib/arachni/parser.rb:14:in  `block in <module:Arachni>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/activesupp
    ort-4.2.5.1/lib/active_support/dependencies.rb:274:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/activesupp
    ort-4.2.5.1/lib/active_support/dependencies.rb:240:in  `load_dependency'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/activesupp
    ort-4.2.5.1/lib/active_support/dependencies.rb:274:in  `block in require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/activesupp
    ort-4.2.5.1/lib/active_support/dependencies.rb:274:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.
    4/lib/arachni/element/json.rb:11:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.
    4/lib/arachni/element/json.rb:11:in  `require_relative'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.
    4/lib/arachni/element/base.rb:11:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.
    4/lib/arachni/element/base.rb:13:in  `<module:Arachni>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.
    4/lib/arachni/element/base.rb:41:in  `<module:Element>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.
    4/lib/arachni/element/base.rb:41:in  `each'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.
    4/lib/arachni/element/base.rb:41:in  `block in <module:Element>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/activesupp
    ort-4.2.5.1/lib/active_support/dependencies.rb:274:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/activesupp
    ort-4.2.5.1/lib/active_support/dependencies.rb:240:in  `load_dependency'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/activesupp
    ort-4.2.5.1/lib/active_support/dependencies.rb:274:in  `block in require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/activesupp
    ort-4.2.5.1/lib/active_support/dependencies.rb:274:in  `require'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.
    4/lib/arachni/element/capabilities/dom_only.rb:9:in  `<top (required)>'
            from /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.
    4/lib/arachni/element/capabilities/dom_only.rb:9:in  `require_relative'
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /element/capabilities/refreshable.rb:32: warning: shadowing outer local variable
     - f
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /element/server.rb:172: warning: shadowing outer local variable - response
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /element/server.rb:191: warning: shadowing outer local variable - response
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /element/server.rb:191: warning: shadowing outer local variable - block
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /element/cookie.rb:258: warning: assigned but unused variable - foo
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /page/dom.rb:68: warning: method redefined; discarding old url=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /page/dom.rb:72: warning: method redefined; discarding old digest=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /page.rb:620: warning: private attribute?
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /page.rb:620: warning: private attribute?
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /page.rb:620: warning: private attribute?
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /page.rb:620: warning: private attribute?
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /page.rb:620: warning: private attribute?
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /issue.rb:237: warning: method redefined; discarding old cwe=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /issue.rb:250: warning: method redefined; discarding old references=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /issue.rb:255: warning: method redefined; discarding old page=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /issue.rb:255: warning: method redefined; discarding old referring_page=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /issue.rb:255: warning: method redefined; discarding old vector=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /issue.rb:268: warning: method redefined; discarding old name=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /issue.rb:268: warning: method redefined; discarding old description=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /issue.rb:268: warning: method redefined; discarding old remedy_guidance=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /issue.rb:268: warning: method redefined; discarding old remedy_code=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /issue.rb:268: warning: method redefined; discarding old proof=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /issue.rb:273: warning: method redefined; discarding old signature=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /report.rb:118: warning: ambiguous first argument; put parentheses or a space ev
    en after `-' operator
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /report.rb:121: warning: ambiguous first argument; put parentheses or a space ev
    en after `-' operator
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /report.rb:135: warning: ambiguous first argument; put parentheses or a space ev
    en after `-' operator
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:274 - cannot load suc
    h file -- msgpack/2.2/msgpack
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:244 - cannot load suc
    h file -- msgpack/2.2/msgpack
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /browser_cluster/worker.rb:101: warning: assigned but unused variable - e
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/locators/element_locator.rb:318: warning: assigned but unused
     variable - idx
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:70: warning: method redefined; discarding
     old form
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:70: warning: previous definition of form
    was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:70: warning: method redefined; discarding
     old form_action
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:70: warning: previous definition of form_
    action was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:70: warning: method redefined; discarding
     old form_enctype
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:70: warning: previous definition of form_
    enctype was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:70: warning: method redefined; discarding
     old form_method
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:70: warning: previous definition of form_
    method was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:70: warning: method redefined; discarding
     old form_target
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:70: warning: previous definition of form_
    target was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:70: warning: method redefined; discarding
     old name
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:70: warning: previous definition of name
    was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:70: warning: method redefined; discarding
     old type
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:70: warning: previous definition of type
    was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:70: warning: method redefined; discarding
     old value
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:70: warning: previous definition of value
     was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:70: warning: method redefined; discarding
     old validity
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:70: warning: previous definition of valid
    ity was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:70: warning: method redefined; discarding
     old validation_message
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:70: warning: previous definition of valid
    ation_message was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:70: warning: method redefined; discarding
     old labels
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:70: warning: previous definition of label
    s was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:76: warning: method redefined; discarding
     old autofocus?
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:76: warning: previous definition of autof
    ocus? was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:76: warning: method redefined; discarding
     old disabled?
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:76: warning: previous definition of disab
    led? was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:76: warning: method redefined; discarding
     old form_no_validate?
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:76: warning: previous definition of form_
    no_validate? was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:76: warning: method redefined; discarding
     old will_validate?
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:76: warning: previous definition of will_
    validate? was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/elements/button.rb:61: warning: method redefined; discarding
    old element_class
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/elements/html_elements.rb:467: warning: previous definition o
    f element_class was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/elements/iframe.rb:58: warning: method redefined; discarding
    old element_class
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/elements/html_elements.rb:849: warning: previous definition o
    f element_class was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/elements/image.rb:25: warning: method redefined; discarding o
    ld width
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:82: warning: previous definition of width
     was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/elements/image.rb:36: warning: method redefined; discarding o
    ld height
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:82: warning: previous definition of heigh
    t was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/elements/option.rb:44: warning: method redefined; discarding
    old selected?
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:76: warning: previous definition of selec
    ted? was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/elements/select.rb:35: warning: method redefined; discarding
    old options
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:70: warning: previous definition of optio
    ns was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/elements/select.rb:109: warning: method redefined; discarding
     old value
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:70: warning: previous definition of value
     was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/elements/select.rb:121: warning: method redefined; discarding
     old selected_options
    /home/vojta/software/pentesting/arachni/system/gems/gems/watir-webdriver-0.8.0/l
    ib/watir-webdriver/attribute_helper.rb:70: warning: previous definition of selec
    ted_options was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /browser/element_locator.rb:37: warning: method redefined; discarding old tag_na
    me=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /browser/element_locator.rb:46: warning: method redefined; discarding old attrib
    utes=
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /browser/javascript.rb:257: warning: `*' interpreted as argument prefix
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /browser/javascript.rb:215: warning: method redefined; discarding old token
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /browser.rb:1153: warning: method redefined; discarding old selenium
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:274 - cannot load suc
    h file -- data_mapper
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:244 - cannot load suc
    h file -- data_mapper
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:274 - cannot load suc
    h file -- mongoid
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:244 - cannot load suc
    h file -- mongoid
    /home/vojta/software/pentesting/arachni/system/gems/gems/devise-3.5.6/lib/devise
    /rails.rb:50: warning: method redefined; discarding old respond_to?
    /home/vojta/software/pentesting/arachni/system/gems/gems/actionpack-4.2.5.1/lib/
    action_dispatch/routing/routes_proxy.rb:21: warning: previous definition of resp
    ond_to? was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/devise-3.5.6/lib/devise
    /failure_app.rb:28: warning: method redefined; discarding old default_url_option
    s
    /home/vojta/software/pentesting/arachni/system/gems/gems/activesupport-4.2.5.1/l
    ib/active_support/core_ext/class/attribute.rb:86: warning: previous definition o
    f default_url_options was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/rolify-4.0.0/lib/rolify
    /adapters/active_record/scopes.rb:4: warning: method redefined; discarding old g
    lobal
    /home/vojta/software/pentesting/arachni/system/gems/gems/rolify-4.0.0/lib/rolify
    /adapters/active_record/scopes.rb:4: warning: previous definition of global was
    here
    /home/vojta/software/pentesting/arachni/system/gems/gems/rolify-4.0.0/lib/rolify
    /adapters/active_record/scopes.rb:8: warning: method redefined; discarding old c
    lass_scoped
    /home/vojta/software/pentesting/arachni/system/gems/gems/rolify-4.0.0/lib/rolify
    /adapters/active_record/scopes.rb:8: warning: previous definition of class_scope
    d was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/rolify-4.0.0/lib/rolify
    /adapters/active_record/scopes.rb:14: warning: method redefined; discarding old
    instance_scoped
    /home/vojta/software/pentesting/arachni/system/gems/gems/rolify-4.0.0/lib/rolify
    /adapters/active_record/scopes.rb:14: warning: previous definition of instance_s
    coped was here
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:274 - cannot load suc
    h file -- devise/confirmations_helper
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:244 - cannot load suc
    h file -- devise/confirmations_helper
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:364 - cannot load suc
    h file -- devise/confirmations_helper
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:323 - No such file to
     load -- devise/confirmations_helper
    Exception `AbstractController::Helpers::MissingHelperError' at /home/vojta/softw
    are/pentesting/arachni/system/gems/gems/actionpack-4.2.5.1/lib/abstract_controll
    er/helpers.rb:151 - Missing helper file helpers/devise/confirmations_helper.rb
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:274 - cannot load suc
    h file -- devise/omniauth_callbacks_helper
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:244 - cannot load suc
    h file -- devise/omniauth_callbacks_helper
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:364 - cannot load suc
    h file -- devise/omniauth_callbacks_helper
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:323 - No such file to
     load -- devise/omniauth_callbacks_helper
    Exception `AbstractController::Helpers::MissingHelperError' at /home/vojta/softw
    are/pentesting/arachni/system/gems/gems/actionpack-4.2.5.1/lib/abstract_controll
    er/helpers.rb:151 - Missing helper file helpers/devise/omniauth_callbacks_helper
    .rb
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:274 - cannot load suc
    h file -- devise/passwords_helper
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:244 - cannot load suc
    h file -- devise/passwords_helper
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:364 - cannot load suc
    h file -- devise/passwords_helper
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:323 - No such file to
     load -- devise/passwords_helper
    Exception `AbstractController::Helpers::MissingHelperError' at /home/vojta/softw
    are/pentesting/arachni/system/gems/gems/actionpack-4.2.5.1/lib/abstract_controll
    er/helpers.rb:151 - Missing helper file helpers/devise/passwords_helper.rb
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:274 - cannot load suc
    h file -- devise/registrations_helper
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:244 - cannot load suc
    h file -- devise/registrations_helper
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:364 - cannot load suc
    h file -- devise/registrations_helper
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:323 - No such file to
     load -- devise/registrations_helper
    Exception `AbstractController::Helpers::MissingHelperError' at /home/vojta/softw
    are/pentesting/arachni/system/gems/gems/actionpack-4.2.5.1/lib/abstract_controll
    er/helpers.rb:151 - Missing helper file helpers/devise/registrations_helper.rb
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:274 - cannot load suc
    h file -- devise/sessions_helper
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:244 - cannot load suc
    h file -- devise/sessions_helper
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:364 - cannot load suc
    h file -- devise/sessions_helper
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:323 - No such file to
     load -- devise/sessions_helper
    Exception `AbstractController::Helpers::MissingHelperError' at /home/vojta/softw
    are/pentesting/arachni/system/gems/gems/actionpack-4.2.5.1/lib/abstract_controll
    er/helpers.rb:151 - Missing helper file helpers/devise/sessions_helper.rb
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:274 - cannot load suc
    h file -- devise/unlocks_helper
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:244 - cannot load suc
    h file -- devise/unlocks_helper
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:364 - cannot load suc
    h file -- devise/unlocks_helper
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:323 - No such file to
     load -- devise/unlocks_helper
    Exception `AbstractController::Helpers::MissingHelperError' at /home/vojta/softw
    are/pentesting/arachni/system/gems/gems/actionpack-4.2.5.1/lib/abstract_controll
    er/helpers.rb:151 - Missing helper file helpers/devise/unlocks_helper.rb
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:274 - cannot load suc
    h file -- devise/mailer_helper
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:244 - cannot load suc
    h file -- devise/mailer_helper
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:364 - cannot load suc
    h file -- devise/mailer_helper
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:323 - No such file to
     load -- devise/mailer_helper
    Exception `AbstractController::Helpers::MissingHelperError' at /home/vojta/softw
    are/pentesting/arachni/system/gems/gems/actionpack-4.2.5.1/lib/abstract_controll
    er/helpers.rb:151 - Missing helper file helpers/devise/mailer_helper.rb
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:274 - cannot load suc
    h file -- users_helper
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:244 - cannot load suc
    h file -- users_helper
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:364 - cannot load suc
    h file -- users_helper
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:323 - No such file to
     load -- users_helper
    Exception `AbstractController::Helpers::MissingHelperError' at /home/vojta/softw
    are/pentesting/arachni/system/gems/gems/actionpack-4.2.5.1/lib/abstract_controll
    er/helpers.rb:151 - Missing helper file helpers/users_helper.rb
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-rpc-0.2.1.3/lib
    /arachni/rpc/proxy.rb:57: warning: shadowing outer local variable - data
    /home/vojta/software/pentesting/arachni/system/arachni-ui-web/app/models/profile
    .rb:238: warning: `*' interpreted as argument prefix
    /home/vojta/software/pentesting/arachni/system/gems/gems/devise-3.5.6/lib/devise
    /controllers/helpers.rb:114: warning: method redefined; discarding old authentic
    ate_user!
    /home/vojta/software/pentesting/arachni/system/gems/gems/devise-3.5.6/lib/devise
    /controllers/helpers.rb:114: warning: previous definition of authenticate_user!
    was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/devise-3.5.6/lib/devise
    /controllers/helpers.rb:119: warning: method redefined; discarding old user_sign
    ed_in?
    /home/vojta/software/pentesting/arachni/system/gems/gems/devise-3.5.6/lib/devise
    /controllers/helpers.rb:119: warning: previous definition of user_signed_in? was
     here
    /home/vojta/software/pentesting/arachni/system/gems/gems/devise-3.5.6/lib/devise
    /controllers/helpers.rb:123: warning: method redefined; discarding old current_u
    ser
    /home/vojta/software/pentesting/arachni/system/gems/gems/devise-3.5.6/lib/devise
    /controllers/helpers.rb:123: warning: previous definition of current_user was he
    re
    /home/vojta/software/pentesting/arachni/system/gems/gems/devise-3.5.6/lib/devise
    /controllers/helpers.rb:127: warning: method redefined; discarding old user_sess
    ion
    /home/vojta/software/pentesting/arachni/system/gems/gems/devise-3.5.6/lib/devise
    /controllers/helpers.rb:127: warning: previous definition of user_session was he
    re
    /home/vojta/software/pentesting/arachni/system/gems/gems/actionpack-4.2.5.1/lib/
    abstract_controller/helpers.rb:66: warning: method redefined; discarding old cur
    rent_user
    /home/vojta/software/pentesting/arachni/system/gems/gems/actionpack-4.2.5.1/lib/
    abstract_controller/helpers.rb:66: warning: previous definition of current_user
    was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/actionpack-4.2.5.1/lib/
    abstract_controller/helpers.rb:66: warning: method redefined; discarding old use
    r_signed_in?
    /home/vojta/software/pentesting/arachni/system/gems/gems/actionpack-4.2.5.1/lib/
    abstract_controller/helpers.rb:66: warning: previous definition of user_signed_i
    n? was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/actionpack-4.2.5.1/lib/
    abstract_controller/helpers.rb:66: warning: method redefined; discarding old use
    r_session
    /home/vojta/software/pentesting/arachni/system/gems/gems/actionpack-4.2.5.1/lib/
    abstract_controller/helpers.rb:66: warning: previous definition of user_session
    was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:25: warning: method redefined; discarding old personalize_output
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:23: warning: previous definition of personalize_output was her
    e
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:29: warning: method redefined; discarding old personalize_output?
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:27: warning: previous definition of personalize_output? was he
    re
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:34: warning: method redefined; discarding old reset_output_options
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:32: warning: previous definition of reset_output_options was h
    ere
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:100: warning: method redefined; discarding old print_error
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:36: warning: previous definition of print_error was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:108: warning: method redefined; discarding old print_error_backtrace
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:72: warning: previous definition of print_error_backtrace was
    here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:112: warning: method redefined; discarding old print_exception
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:39: warning: previous definition of print_exception was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:167: warning: method redefined; discarding old print_bad
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:42: warning: previous definition of print_bad was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:176: warning: method redefined; discarding old print_status
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:45: warning: previous definition of print_status was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:185: warning: method redefined; discarding old print_info
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:48: warning: previous definition of print_info was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:195: warning: method redefined; discarding old print_ok
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:51: warning: previous definition of print_ok was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:204: warning: method redefined; discarding old print_debug
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:54: warning: previous definition of print_debug was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:239: warning: method redefined; discarding old print_debug_level_1
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:57: warning: previous definition of print_debug_level_1 was he
    re
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:243: warning: method redefined; discarding old print_debug_level_2
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:60: warning: previous definition of print_debug_level_2 was he
    re
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:247: warning: method redefined; discarding old print_debug_level_3
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:63: warning: previous definition of print_debug_level_3 was he
    re
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:251: warning: method redefined; discarding old print_debug_level_4
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:66: warning: previous definition of print_debug_level_4 was he
    re
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:268: warning: method redefined; discarding old print_debug_backtrace
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:69: warning: previous definition of print_debug_backtrace was
    here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:280: warning: method redefined; discarding old print_verbose
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:88: warning: previous definition of print_verbose was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:289: warning: method redefined; discarding old print_line
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:91: warning: previous definition of print_line was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:316: warning: method redefined; discarding old verbose?
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:98: warning: previous definition of verbose? was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:334: warning: method redefined; discarding old debug_off
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:105: warning: previous definition of debug_off was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:350: warning: method redefined; discarding old debug?
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:108: warning: previous definition of debug? was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:354: warning: method redefined; discarding old debug_level_1?
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:112: warning: previous definition of debug_level_1? was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:357: warning: method redefined; discarding old debug_level_2?
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:112: warning: previous definition of debug_level_2? was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:360: warning: method redefined; discarding old debug_level_3?
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:112: warning: previous definition of debug_level_3? was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:363: warning: method redefined; discarding old debug_level_4?
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:84: warning: previous definition of debug_level_4? was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:368: warning: method redefined; discarding old only_positives
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:116: warning: previous definition of only_positives was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:373: warning: method redefined; discarding old disable_only_positives
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:119: warning: previous definition of disable_only_positives wa
    s here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:378: warning: method redefined; discarding old only_positives?
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:122: warning: previous definition of only_positives? was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:383: warning: method redefined; discarding old mute
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:125: warning: previous definition of mute was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:388: warning: method redefined; discarding old unmute
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:128: warning: previous definition of unmute was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:393: warning: method redefined; discarding old muted?
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /ui/foo/output.rb:131: warning: previous definition of muted? was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /rpc/server/output.rb:23: warning: method redefined; discarding old print_error
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:100: warning: previous definition of print_error was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /rpc/server/output.rb:28: warning: method redefined; discarding old print_bad
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:167: warning: previous definition of print_bad was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /rpc/server/output.rb:32: warning: method redefined; discarding old print_status
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:176: warning: previous definition of print_status was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /rpc/server/output.rb:37: warning: method redefined; discarding old print_info
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:185: warning: previous definition of print_info was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /rpc/server/output.rb:42: warning: method redefined; discarding old print_ok
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:195: warning: previous definition of print_ok was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /rpc/server/output.rb:46: warning: method redefined; discarding old print_debug
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:204: warning: previous definition of print_debug was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /rpc/server/output.rb:51: warning: method redefined; discarding old print_debug_
    level_1
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:239: warning: previous definition of print_debug_level_1 was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /rpc/server/output.rb:55: warning: method redefined; discarding old print_debug_
    level_2
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:243: warning: previous definition of print_debug_level_2 was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /rpc/server/output.rb:59: warning: method redefined; discarding old print_debug_
    level_3
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:247: warning: previous definition of print_debug_level_3 was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /rpc/server/output.rb:63: warning: method redefined; discarding old print_verbos
    e
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:280: warning: previous definition of print_verbose was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /rpc/server/output.rb:68: warning: method redefined; discarding old print_line
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/ui/cli/outp
    ut.rb:289: warning: previous definition of print_line was here
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /processes/instances.rb:107: warning: assigned but unused variable - e
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /processes/instances.rb:197: warning: assigned but unused variable - e
    /home/vojta/software/pentesting/arachni/system/gems/gems/arachni-1.4/lib/arachni
    /processes/instances.rb:208: warning: assigned but unused variable - e
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:274 - cannot load suc
    h file -- thin
    Exception `LoadError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:244 - cannot load suc
    h file -- thin
    #<Rack::ContentLength:0x00000006935bd8
     @app=
      #<Rack::Chunked:0x00000006935c28
       @app=
        #<Rack::CommonLogger:0x00000006935c78
         @app=
          #<Rack::ShowExceptions:0x000000068e5520
           @app=
            #<Rack::Lint:0x000000068e5570
             @app=
              #<Rack::TempfileReaper:0x000000068e55c0
               @app=ArachniWebui::Application>,
             @content_length=nil>,
           @template=
            #<ERB:0x000000068e54f8
             @encoding=#<Encoding:UTF-8>,
             @filename=nil,
             @lineno=0,
             @safe_level=nil,
             @src=
              "#coding:UTF-8\n_erbout = ''; _erbout.concat \"<!DOCTYPE HTML PUBLIC \
    \\"-//W3C//DTD HTML 4.01 Transitional//EN\\\" \\\"http://www.w3.org/TR/html4/loo
    se.dtd\\\">\\n<html lang=\\\"en\\\">\\n<head>\\n  <meta http-equiv=\\\"content-t
    ype\\\" content=\\\"text/html; charset=utf-8\\\" />\\n  <meta name=\\\"robots\\\
    " content=\\\"NONE,NOARCHIVE\\\" />\\n  <title>\"\n\n\n\n\n; _erbout.concat((h e
    xception.class ).to_s); _erbout.concat \" at \"; _erbout.concat((h path ).to_s);
     _erbout.concat \"</title>\\n  <style type=\\\"text/css\\\">\\n    html * { padd
    ing:0; margin:0; }\\n    body * { padding:10px 20px; }\\n    body * * { padding:
    0; }\\n    body { font:small sans-serif; }\\n    body>div { border-bottom:1px so
    lid #ddd; }\\n    h1 { font-weight:normal; }\\n    h2 { margin-bottom:.8em; }\\n
        h2 span { font-size:80%; color:#666; font-weight:normal; }\\n    h3 { margin
    :1em 0 .5em 0; }\\n    h4 { margin:0 0 .5em 0; font-weight: normal; }\\n    tabl
    e {\\n        border:1px solid #ccc; border-collapse: collapse; background:white
    ; }\\n    tbody td, tbody th { vertical-align:top; padding:2px 3px; }\\n    thea
    d th {\\n        padding:1px 6px 1px 3px; background:#fefefe; text-align:left;\\
    n        font-weight:normal; font-size:11px; border:1px solid #ddd; }\\n    tbod
    y th { text-align:right; color:#666; padding-right:.5em; }\\n    table.vars { ma
    rgin:5px 0 2px 40px; }\\n    table.vars td, table.req td { font-family:monospace
    ; }\\n    table td.code { width:100%;}\\n    table td.code div { overflow:hidden
    ; }\\n    table.source th { color:#666; }\\n    table.source td {\\n        font
    -family:monospace; white-space:pre; border-bottom:1px solid #eee; }\\n    ul.tra
    ceback { list-style-type:none; }\\n    ul.traceback li.frame { margin-bottom:1em
    ; }\\n    div.context { margin: 10px 0; }\\n    div.context ol {\\n        paddi
    ng-left:30px; margin:0 10px; list-style-position: inside; }\\n    div.context ol
     li {\\n        font-family:monospace; white-space:pre; color:#666; cursor:point
    er; }\\n    div.context ol.context-line li { color:black; background-color:#ccc;
     }\\n    div.context ol.context-line li span { float: right; }\\n    div.command
    s { margin-left: 40px; }\\n    div.commands a { color:black; text-decoration:non
    e; }\\n    #summary { background: #ffc; }\\n    #summary h2 { font-weight: norma
    l; color: #666; }\\n    #summary ul#quicklinks { list-style-type: none; margin-b
    ottom: 2em; }\\n    #summary ul#quicklinks li { float: left; padding: 0 1em; }\\
    n    #summary ul#quicklinks>li+li { border-left: 1px #666 solid; }\\n    #explan
    ation { background:#eee; }\\n    #template, #template-not-exist { background:#f6
    f6f6; }\\n    #template-not-exist ul { margin: 0 0 0 20px; }\\n    #traceback {
    background:#eee; }\\n    #requestinfo { background:#f6f6f6; padding-left:120px;
    }\\n    #summary table { border:none; background:transparent; }\\n    #requestin
    fo h2, #requestinfo h3 { position:relative; margin-left:-100px; }\\n    #request
    info h3 { margin-bottom:-1em; }\\n    .error { background: #ffc; }\\n    .specif
    ic { color:#cc3300; font-weight:bold; }\\n  </style>\\n  <script type=\\\"text/j
    avascript\\\">\\n  //<!--\\n    function getElementsByClassName(oElm, strTagName
    , strClassName){\\n        // Written by Jonathan Snook, http://www.snook.ca/jon
    ;\\n        // Add-ons by Robert Nyman, http://www.robertnyman.com\\n        var
     arrElements = (strTagName == \\\"*\\\" && document.all)? document.all :\\n
       oElm.getElementsByTagName(strTagName);\\n        var arrReturnElements = new
    Array();\\n        strClassName = strClassName.replace(/\\\\-/g, \\\"\\\\\\\\-\\
    \");\\n        var oRegExp = new RegExp(\\\"(^|\\\\\\\\s)\\\" + strClassName + \
    \\"(\\\\\\\\s|$$)\\\");\\n        var oElement;\\n        for(var i=0; i<arrElem
    ents.length; i++){\\n            oElement = arrElements[i];\\n            if(oRe
    gExp.test(oElement.className)){\\n                arrReturnElements.push(oElemen
    t);\\n            }\\n        }\\n        return (arrReturnElements)\\n    }\\n
       function hideAll(elems) {\\n      for (var e = 0; e < elems.length; e++) {\\n
            elems[e].style.display = 'none';\\n      }\\n    }\\n    window.onload =
     function() {\\n      hideAll(getElementsByClassName(document, 'table', 'vars'))
    ;\\n      hideAll(getElementsByClassName(document, 'ol', 'pre-context'));\\n
      hideAll(getElementsByClassName(document, 'ol', 'post-context'));\\n    }\\n
     function toggle() {\\n      for (var i = 0; i < arguments.length; i++) {\\n
        var e = document.getElementById(arguments[i]);\\n        if (e) {\\n
      e.style.display = e.style.display == 'none' ? 'block' : 'none';\\n        }\\n
          }\\n      return false;\\n    }\\n    function varToggle(link, id) {\\n
       toggle('v' + id);\\n      var s = link.getElementsByTagName('span')[0];\\n
       var uarr = String.fromCharCode(0x25b6);\\n      var darr = String.fromCharCod
    e(0x25bc);\\n      s.innerHTML = s.innerHTML == uarr ? darr : uarr;\\n      retu
    rn false;\\n    }\\n    //-->\\n  </script>\\n</head>\\n<body>\\n\\n<div id=\\\"
    summary\\\">\\n  <h1>\"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\
    n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\
    n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n; _erbo
    ut.concat((h exception.class ).to_s); _erbout.concat \" at \"; _erbout.concat((h
     path ).to_s); _erbout.concat \"</h1>\\n  <h2>\"\n; _erbout.concat((h exception.
    message ).to_s); _erbout.concat \"</h2>\\n  <table><tr>\\n    <th>Ruby</th>\\n
      <td>\\n\"\n\n\n\n;  if first = frames.first ; _erbout.concat \"\\n      <code>
    \"\n; _erbout.concat((h first.filename ).to_s); _erbout.concat \"</code>: in <co
    de>\"; _erbout.concat((h first.function ).to_s); _erbout.concat \"</code>, line
    \"; _erbout.concat((h frames.first.lineno ).to_s); _erbout.concat \"\\n\"\n;  el
    se ; _erbout.concat \"\\n      unknown location\\n\"\n\n;  end ; _erbout.concat
    \"\\n    </td>\\n  </tr><tr>\\n    <th>Web</th>\\n    <td><code>\"\n\n\n\n; _erb
    out.concat((h req.request_method ).to_s); _erbout.concat \" \"; _erbout.concat((
    h(req.host + path)).to_s); _erbout.concat \"</code></td>\\n  </tr></table>\\n\\n
      <h3>Jump to:</h3>\\n  <ul id=\\\"quicklinks\\\">\\n    <li><a href=\\\"#get-in
    fo\\\">GET</a></li>\\n    <li><a href=\\\"#post-info\\\">POST</a></li>\\n    <li
    ><a href=\\\"#cookie-info\\\">Cookies</a></li>\\n    <li><a href=\\\"#env-info\\
    \">ENV</a></li>\\n  </ul>\\n</div>\\n\\n<div id=\\\"traceback\\\">\\n  <h2>Trace
    back <span>(innermost first)</span></h2>\\n  <ul class=\\\"traceback\\\">\\n\"\n
    \n\n\n\n\n\n\n\n\n\n\n\n\n\n;  frames.each { |frame| ; _erbout.concat \"\\n
     <li class=\\\"frame\\\">\\n        <code>\"\n\n; _erbout.concat((h frame.filena
    me ).to_s); _erbout.concat \"</code>: in <code>\"; _erbout.concat((h frame.funct
    ion ).to_s); _erbout.concat \"</code>\\n\\n          \"\n\n;  if frame.context_l
    ine ; _erbout.concat \"\\n          <div class=\\\"context\\\" id=\\\"c\"\n; _er
    bout.concat((h frame.object_id ).to_s); _erbout.concat \"\\\">\\n              \
    "\n;  if frame.pre_context ; _erbout.concat \"\\n              <ol start=\\\"\"\
    n; _erbout.concat((h frame.pre_context_lineno+1 ).to_s); _erbout.concat \"\\\" c
    lass=\\\"pre-context\\\" id=\\\"pre\"; _erbout.concat((h frame.object_id ).to_s)
    ; _erbout.concat \"\\\">\\n                \"\n;  frame.pre_context.each { |line
    | ; _erbout.concat \"\\n                <li onclick=\\\"toggle('pre\"\n; _erbout
    .concat((h frame.object_id ).to_s); _erbout.concat \"', 'post\"; _erbout.concat(
    (h frame.object_id ).to_s); _erbout.concat \"')\\\">\"; _erbout.concat((h line )
    .to_s); _erbout.concat \"</li>\\n                \"\n;  } ; _erbout.concat \"\\n
                  </ol>\\n              \"\n\n;  end ; _erbout.concat \"\\n\\n
          <ol start=\\\"\"\n\n; _erbout.concat((h frame.lineno ).to_s); _erbout.conc
    at \"\\\" class=\\\"context-line\\\">\\n              <li onclick=\\\"toggle('pr
    e\"\n; _erbout.concat((h frame.object_id ).to_s); _erbout.concat \"', 'post\"; _
    erbout.concat((h frame.object_id ).to_s); _erbout.concat \"')\\\">\"; _erbout.co
    ncat((h frame.context_line ).to_s); _erbout.concat \"<span>...</span></li></ol>\
    \n\\n              \"\n\n;  if frame.post_context ; _erbout.concat \"\\n
          <ol start='\"\n; _erbout.concat((h frame.lineno+1 ).to_s); _erbout.concat
    \"' class=\\\"post-context\\\" id=\\\"post\"; _erbout.concat((h frame.object_id
    ).to_s); _erbout.concat \"\\\">\\n                \"\n;  frame.post_context.each
     { |line| ; _erbout.concat \"\\n                <li onclick=\\\"toggle('pre\"\n;
     _erbout.concat((h frame.object_id ).to_s); _erbout.concat \"', 'post\"; _erbout
    .concat((h frame.object_id ).to_s); _erbout.concat \"')\\\">\"; _erbout.concat((
    h line ).to_s); _erbout.concat \"</li>\\n                \"\n;  } ; _erbout.conc
    at \"\\n              </ol>\\n              \"\n\n;  end ; _erbout.concat \"\\n
             </div>\\n          \"\n\n;  end ; _erbout.concat \"\\n      </li>\\n\"\
    n\n;  } ; _erbout.concat \"\\n  </ul>\\n</div>\\n\\n<div id=\\\"requestinfo\\\">
    \\n  <h2>Request information</h2>\\n\\n  <h3 id=\\\"get-info\\\">GET</h3>\\n  \"
    \n\n\n\n\n\n\n\n;  if req.GET and not req.GET.empty? ; _erbout.concat \"\\n    <
    table class=\\\"req\\\">\\n      <thead>\\n        <tr>\\n          <th>Variable
    </th>\\n          <th>Value</th>\\n        </tr>\\n      </thead>\\n      <tbody
    >\\n          \"\n\n\n\n\n\n\n\n\n;  req.GET.sort_by { |k, v| k.to_s }.each { |k
    ey, val| ; _erbout.concat \"\\n          <tr>\\n            <td>\"\n\n; _erbout.
    concat((h key ).to_s); _erbout.concat \"</td>\\n            <td class=\\\"code\\
    \"><div>\"\n; _erbout.concat((h val.inspect ).to_s); _erbout.concat \"</div></td
    >\\n          </tr>\\n          \"\n\n;  } ; _erbout.concat \"\\n      </tbody>\
    \n    </table>\\n  \"\n\n\n;  else ; _erbout.concat \"\\n    <p>No GET data.</p>
    \\n  \"\n\n;  end ; _erbout.concat \"\\n\\n  <h3 id=\\\"post-info\\\">POST</h3>\
    \n  \"\n\n\n;  if req.POST and not req.POST.empty? ; _erbout.concat \"\\n    <ta
    ble class=\\\"req\\\">\\n      <thead>\\n        <tr>\\n          <th>Variable</
    th>\\n          <th>Value</th>\\n        </tr>\\n      </thead>\\n      <tbody>\
    \n          \"\n\n\n\n\n\n\n\n\n;  req.POST.sort_by { |k, v| k.to_s }.each { |ke
    y, val| ; _erbout.concat \"\\n          <tr>\\n            <td>\"\n\n; _erbout.c
    oncat((h key ).to_s); _erbout.concat \"</td>\\n            <td class=\\\"code\\\
    "><div>\"\n; _erbout.concat((h val.inspect ).to_s); _erbout.concat \"</div></td>
    \\n          </tr>\\n          \"\n\n;  } ; _erbout.concat \"\\n      </tbody>\\
    n    </table>\\n  \"\n\n\n;  else ; _erbout.concat \"\\n    <p>No POST data.</p>
    \\n  \"\n\n;  end ; _erbout.concat \"\\n\\n\\n  <h3 id=\\\"cookie-info\\\">COOKI
    ES</h3>\\n  \"\n\n\n\n;  unless req.cookies.empty? ; _erbout.concat \"\\n    <ta
    ble class=\\\"req\\\">\\n      <thead>\\n        <tr>\\n          <th>Variable</
    th>\\n          <th>Value</th>\\n        </tr>\\n      </thead>\\n      <tbody>\
    \n        \"\n\n\n\n\n\n\n\n\n;  req.cookies.each { |key, val| ; _erbout.concat
    \"\\n          <tr>\\n            <td>\"\n\n; _erbout.concat((h key ).to_s); _er
    bout.concat \"</td>\\n            <td class=\\\"code\\\"><div>\"\n; _erbout.conc
    at((h val.inspect ).to_s); _erbout.concat \"</div></td>\\n          </tr>\\n
        \"\n\n;  } ; _erbout.concat \"\\n      </tbody>\\n    </table>\\n  \"\n\n\n;
      else ; _erbout.concat \"\\n    <p>No cookie data.</p>\\n  \"\n\n;  end ; _erbo
    ut.concat \"\\n\\n  <h3 id=\\\"env-info\\\">Rack ENV</h3>\\n    <table class=\\\
    "req\\\">\\n      <thead>\\n        <tr>\\n          <th>Variable</th>\\n
       <th>Value</th>\\n        </tr>\\n      </thead>\\n      <tbody>\\n          \
    "\n\n\n\n\n\n\n\n\n\n\n;  env.sort_by { |k, v| k.to_s }.each { |key, val| ; _erb
    out.concat \"\\n          <tr>\\n            <td>\"\n\n; _erbout.concat((h key )
    .to_s); _erbout.concat \"</td>\\n            <td class=\\\"code\\\"><div>\"\n; _
    erbout.concat((h val ).to_s); _erbout.concat \"</div></td>\\n          </tr>\\n
             \"\n\n;  } ; _erbout.concat \"\\n      </tbody>\\n    </table>\\n\\n</d
    iv>\\n\\n<div id=\\\"explanation\\\">\\n  <p>\\n    You're seeing this error bec
    ause you use <code>Rack::ShowExceptions</code>.\\n  </p>\\n</div>\\n\\n</body>\\
    n</html>\\n\"\n\n\n\n\n\n\n\n\n\n\n\n\n\n; _erbout.force_encoding(__ENCODING__)"
    >>,
         @logger=#<IO:<STDERR>>>>>
    ArachniWebui::Application
    Puma 2.14.0 starting...
    * Min threads: 0, max threads: 16
    * Environment: development
    * Listening on tcp://localhost:9292
    Exception `NameError' at /home/vojta/software/pentesting/arachni/system/gems/gem
    s/activesupport-4.2.5.1/lib/active_support/dependencies.rb:534 - uninitialized c
    onstant Schedule::Scan
    ^C[vojta@metalbox bin]$
    
  5. Support Staff 5 Posted by Tasos Laskos on 22 Feb, 2016 11:45 AM

    Tasos Laskos's Avatar

    Everything looks normal, can you please show me the output of:

    curl -vvv http://localhost:9292
    
  6. 6 Posted by Vojta on 22 Feb, 2016 11:48 AM

    Vojta's Avatar

    It just sits and does nothing. Here is the output in a file, I hope it helps.

  7. Support Staff 7 Posted by Tasos Laskos on 22 Feb, 2016 11:51 AM

    Tasos Laskos's Avatar

    I meant the out of the curl command after you've started arachni_web.

  8. 8 Posted by Vojta on 22 Feb, 2016 11:55 AM

    Vojta's Avatar

    There is no output. It simply waits and waits for several minutes. And when I do a Nmap scan of localhost, the port is shown as closed.

  9. Support Staff 9 Posted by Tasos Laskos on 22 Feb, 2016 12:04 PM

    Tasos Laskos's Avatar

    I don't think that's actually possible, that curl command would have printed something even before it tried to connect.

    Another thing you can try is:

    ./bin/arachni_web -o 127.0.0.1
    

    And try to connect to http://127.0.0.1/ .

  10. 10 Posted by Vojta on 22 Feb, 2016 12:18 PM

    Vojta's Avatar

    Thanks, now it works.

  11. Support Staff 11 Posted by Tasos Laskos on 22 Feb, 2016 01:04 PM

    Tasos Laskos's Avatar

    Glad to hear that. :)

  12. Tasos Laskos closed this discussion on 22 Feb, 2016 01:04 PM.

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