Skip to content

Commit 97e83d9

Browse files
authored
Update wpscan.sh
1 parent 2f496b6 commit 97e83d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/install/tools/security/wpscan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ source /usr/local/bin/enginescript/scripts/functions/shared/enginescript-common.
2020

2121
# WPScan
2222
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-
gem install wpscan || { echo "Error: Failed to install WPScan via gem. For troubleshooting, rerun with 'gem install wpscan --verbose' and see https://guides.rubygems.org/command-reference/ and https://github.com/rubygems/rubygems/issues." >&2; exit 1; }
23+
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; }
2424

2525
print_install_banner "WPScan"

0 commit comments

Comments
 (0)