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
command -v gem >/dev/null 2>&1|| { echo"Error: RubyGems (gem) is not installed or not in PATH. Please install Ruby/RubyGems before installing WPScan.">&2;exit 1; }
23
-
22
+
command -v gem >/dev/null 2>&1|| { echo"Error: RubyGems (gem) is not installed or not in PATH. On Ubuntu/Debian, install with: apt-get install ruby-full. For other systems, see: https://www.ruby-lang.org/en/documentation/installation/. Then rerun this script.">&2;exit 1; }
24
23
print_install_banner "WPScan"
25
24
# Always download the latest version of WPScan. Never source a specific version
0 commit comments