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
Copy file name to clipboardExpand all lines: scripts/install/tools/security/wpscan.sh
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,4 +23,5 @@ command -v gem >/dev/null 2>&1 || { echo "Error: RubyGems (gem) is not installed
23
23
24
24
print_install_banner "WPScan"
25
25
# Always download the latest version of WPScan. Never source a specific version
26
+
# No need for more verbose error messaging
26
27
gem install wpscan || { echo"Error: Failed to install WPScan via gem. For troubleshooting, rerun with 'gem install wpscan --verbose' and consult the official RubyGems or WPScan documentation.">&2;exit 1; }
0 commit comments