Add friendly reminder about using -u / --url
This commit is contained in:
@@ -54,6 +54,8 @@ def main
|
|||||||
unless wpscan_options.has_options?
|
unless wpscan_options.has_options?
|
||||||
# first parameter only url?
|
# first parameter only url?
|
||||||
if ARGV.length == 1
|
if ARGV.length == 1
|
||||||
|
puts
|
||||||
|
puts notice("Please use '-u #{ARGV[0]}' next time")
|
||||||
wpscan_options.url = ARGV[0]
|
wpscan_options.url = ARGV[0]
|
||||||
else
|
else
|
||||||
usage()
|
usage()
|
||||||
|
|||||||
Reference in New Issue
Block a user