Say when to use --force
This commit is contained in:
@@ -178,7 +178,7 @@ def main
|
||||
# Remote website is wordpress?
|
||||
unless wpscan_options.force
|
||||
unless wp_target.wordpress?
|
||||
raise 'The remote website is up, but does not seem to be running WordPress.'
|
||||
raise 'The remote website is up, but does not seem to be running WordPress. If you are sure, use --force'
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user