Skip to content

Commit 010d781

Browse files
authored
Update wpscan.sh
1 parent d6cc7d3 commit 010d781

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/install/tools/security/wpscan.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ command -v gem >/dev/null 2>&1 || { echo "Error: RubyGems (gem) is not installed
2323

2424
print_install_banner "WPScan"
2525
# Always download the latest version of WPScan. Never source a specific version
26+
# No need for more verbose error messaging
2627
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

Comments
 (0)