-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wpscan doesn't run #1341
Comments
Thx for the report. It has been fixed in CMSScanner 0.5.1 just released. So you have three options to get the fix:
However, on Kali, the last two options are not really recommended - unless you have a snapshot in case stuff got screwed up. The fix will be shipped in the next minor version, no ETA so far. |
Appreciate the quick response and fix, thanks. |
I have been searching for this specific probelm and fix to it all over google and nothing lead me to this, so i decided to finally search in the issues setion of the main repo and BOOM! lol. this fix helped a bunch on Parrot OS. Thanks Again |
tnx alot |
An error occurred while installing In Gemfile: |
Before submitting an issue, please make sure you fully read any potential error messages output and did some research on your own.
Subject of the issue
Error upon running wpscan
Your environment
When running wpscan i'm receiving the below error when scanning an ipv6 wordpress app. Kali was updated/upgraded from a couple of months ago when this was working without problem in a test environment.
`root@xxx:~# wpscan --url http://[fd31:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]:81/wordpress --wp-content-dir wordpress
[i] It seems like you have not updated the database for some time.
[?] Do you want to update now? [Y]es [N]o, default: [N]n
Scan Aborted: no implicit conversion of nil into Array
Trace: /usr/share/rubygems-integration/all/gems/cms_scanner-0.5.0/lib/cms_scanner/target/scope.rb:49:in
+' /usr/share/rubygems-integration/all/gems/cms_scanner-0.5.0/lib/cms_scanner/target/scope.rb:49:in
scope_url_pattern'/usr/share/rubygems-integration/all/gems/wpscan-3.5.3/lib/wpscan/target/platform/wordpress/custom_directories.rb:21:in
content_dir' /usr/share/rubygems-integration/all/gems/wpscan-3.5.3/lib/wpscan/target/platform/wordpress.rb:85:in
wordpress_hosted?'/usr/share/rubygems-integration/all/gems/wpscan-3.5.3/app/controllers/core.rb:70:in
check_wordpress_state' /usr/share/rubygems-integration/all/gems/wpscan-3.5.3/app/controllers/core.rb:61:in
before_scan'/usr/share/rubygems-integration/all/gems/cms_scanner-0.5.0/lib/cms_scanner/controllers.rb:44:in
each' /usr/share/rubygems-integration/all/gems/cms_scanner-0.5.0/lib/cms_scanner/controllers.rb:44:in
block in run'/usr/lib/ruby/2.5.0/timeout.rb:76:in
timeout' /usr/share/rubygems-integration/all/gems/cms_scanner-0.5.0/lib/cms_scanner/controllers.rb:43:in
run'/usr/share/rubygems-integration/all/gems/cms_scanner-0.5.0/lib/cms_scanner/scan.rb:24:in
run' /usr/share/rubygems-integration/all/gems/wpscan-3.5.3/bin/wpscan:16:in
block in <top (required)>'/usr/share/rubygems-integration/all/gems/cms_scanner-0.5.0/lib/cms_scanner/scan.rb:15:in
initialize' /usr/share/rubygems-integration/all/gems/wpscan-3.5.3/bin/wpscan:6:in
new'/usr/share/rubygems-integration/all/gems/wpscan-3.5.3/bin/wpscan:6:in
<top (required)>' /usr/bin/wpscan:23:in
load'/usr/bin/wpscan:23:in
<main>' root@xxx:~#
Tried removing and reinstalling using apt, as well as compiling from source and got the same result.
Thanks in advance for any help.
The text was updated successfully, but these errors were encountered: