From 5c27c78ed0faf7f1ac285d4530613affa540e208 Mon Sep 17 00:00:00 2001 From: g0tmi1k Date: Wed, 9 May 2018 13:10:34 +0100 Subject: [PATCH] Add friendly reminder about using -u / --url --- wpscan.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wpscan.rb b/wpscan.rb index f4e8d59d..2bfb35d6 100755 --- a/wpscan.rb +++ b/wpscan.rb @@ -54,6 +54,8 @@ def main unless wpscan_options.has_options? # first parameter only url? if ARGV.length == 1 + puts + puts notice("Please use '-u #{ARGV[0]}' next time") wpscan_options.url = ARGV[0] else usage()