You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logger::Severity.constants.each do |severity|
^^^^^^
from /usr/share/rubygems-integration/all/gems/activesupport-6.1.7.3/lib/active_support/logger_thread_safe_level.rb:9:in `<module:ActiveSupport>'
from /usr/share/rubygems-integration/all/gems/activesupport-6.1.7.3/lib/active_support/logger_thread_safe_level.rb:8:in `<top (required)>'
from <internal:/usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85:in `require'
from <internal:/usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85:in `require'
from /usr/share/rubygems-integration/all/gems/activesupport-6.1.7.3/lib/active_support/logger_silence.rb:5:in `<top (required)>'
from <internal:/usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85:in `require'
from <internal:/usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85:in `require'
from /usr/share/rubygems-integration/all/gems/activesupport-6.1.7.3/lib/active_support/logger.rb:3:in `<top (required)>'
from <internal:/usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85:in `require'
from <internal:/usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85:in `require'
from /usr/share/rubygems-integration/all/gems/activesupport-6.1.7.3/lib/active_support.rb:29:in `<top (required)>'
from <internal:/usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85:in `require'
from <internal:/usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85:in `require'
from /usr/share/rubygems-integration/all/gems/activesupport-6.1.7.3/lib/active_support/all.rb:3:in `<top (required)>'
from <internal:/usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85:in `require'
from <internal:/usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85:in `require'
from /var/lib/gems/3.1.0/gems/wpscan-3.8.28/lib/wpscan.rb:7:in `<top (required)>'
from <internal:/usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85:in `require'
from <internal:/usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb>:85:in `require'
from /var/lib/gems/3.1.0/gems/wpscan-3.8.28/bin/wpscan:4:in `<top (required)>'
from /usr/local/bin/wpscan:25:in `load'
from /usr/local/bin/wpscan:25:in `<main>
`
The text was updated successfully, but these errors were encountered:
``
Subject of the issue
Describe your issue here.
wpan scan fails to run with error "uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger (NameError)"
Your environment
Version of WPScan:
Version of Ruby:3.1.2p20
[root@parrot]─[/home/parrot/Downloads]
└──╼ #ruby -v
ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x86_64-linux-gnu]
Operating System (OS): ParrotOS [ based on Debian]
┌─[✗]─[root@parrot]─[/home/parrot]
└──╼ #cat /etc/os-release
PRETTY_NAME="Parrot Security 6.3 (lorikeet)"
NAME="Parrot Security"
VERSION_ID="6.3"
VERSION="6.3 (lorikeet)"
VERSION_CODENAME=lory
ID=debian
HOME_URL="https://www.parrotsec.org/"
SUPPORT_URL="https://www.parrotsec.org/community/"
BUG_REPORT_URL="https://gitlab.com/parrotsec/"
Steps to reproduce
Tell us how to reproduce this issue.
install wpscan on ParrotOS. Run wpscan
Expected behavior
Tell us what should happen.
scan the given wpurl.
Actual behavior
Tell us what happens instead.
What have you already tried
Tell us what you have already tried to do to fix the issue you are having.
uninstall and reinstall wpscan, followed by update ruby
Things you have tried (where relevant):
─[root@parrot]─[/home/parrot/Downloads] └──╼ #wpscan --url https://hackersploit.org /usr/share/rubygems-integration/all/gems/activesupport-6.1.7.3/lib/active_support/logger_thread_safe_level.rb:16:in
module:LoggerThreadSafeLevel': uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger (NameError)`
The text was updated successfully, but these errors were encountered: