View Issue Details

IDProjectCategoryView StatusLast Update
0000455Kali LinuxGeneral Bugpublic2013-08-08 01:02
Reportersimranjeet61 Assigned Tomuts  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Platformx64OSKaliOS Version1.0
Summary0000455: Uninitialized constant Typhoeus::Config
Description

I'm getting the following error

root@kali:/usr/bin/wpscan# ruby ./wpscan.rb -u www.xxx.com



\ \ / / \ / __|
\ \ /\ / /| |) | (__
\ \/ \/ / | / \ \ / |/ ` | ' \
\ /\ / | | __
) | (| (| | | | |
\/ \/ |
| |____/ \
|_,|| || v2.1r501fbd8

WordPress Security Scanner by the WPScan Team

Sponsored by the RandomStorm Open Source Initiative


[ERROR] uninitialized constant Typhoeus::Config
Trace :
/usr/bin/wpscan/lib/common/browser.rb:45:in initialize' /usr/bin/wpscan/lib/common/browser.rb:55:innew'
/usr/bin/wpscan/lib/common/browser.rb:55:in instance' /usr/bin/wpscan/lib/wpscan/wp_target.rb:33:ininitialize'
./wpscan.rb:42:in new' ./wpscan.rb:42:inmain'
./wpscan.rb:339:in `<main>'

I have done every possible ways,even by reinstalling it

Activities

anantshri

anantshri

2013-07-26 11:38

reporter   ~0000649

can you tell if the same error persist if you do a

apt-get update ruby-typhoeus ruby-ethon

after this update it works for me just fine on kali linux.
my typhoeus version after upgrade is 0.6.3-1kali0 and ethon is 0.5.1201Kali0

looks like kali maintainer need to change package dependency to specify these two also.

simranjeet61

simranjeet61

2013-07-26 12:10

reporter   ~0000650

Last edited: 2013-07-26 12:12

Thank you so much buddy!

Fixed by doing
apt-get install ruby-typhoeus ruby-ethon

Versions after upgrade
ethon (0.5.12-1kali0)
typhoeus (0.6.3-1kali0)

##################Closed##########################

anantshri

anantshri

2013-07-26 12:21

reporter   ~0000651

Hi Maintainers can i request the the above stated dependency be added into the package to avoid this issue.

muts

muts

2013-08-08 01:02

reporter   ~0000660

You have broken your wpscan installation in kali by installing it manually or something similar. Kali Linux does not have /usr/bin/wpscan.rb

Issue History

Date Modified Username Field Change
2013-07-23 22:10 simranjeet61 New Issue
2013-07-26 11:38 anantshri Note Added: 0000649
2013-07-26 12:10 simranjeet61 Note Added: 0000650
2013-07-26 12:12 simranjeet61 Note Edited: 0000650
2013-07-26 12:21 anantshri Note Added: 0000651
2013-08-08 01:02 muts Note Added: 0000660
2013-08-08 01:02 muts Status new => closed
2013-08-08 01:02 muts Assigned To => muts
2013-08-08 01:02 muts Resolution open => no change required