Add friendly reminder about using -u / --url

This commit is contained in:
g0tmi1k
2018-05-09 13:10:34 +01:00
parent a53e9a5e12
commit 5c27c78ed0

View File

@@ -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()