Improves Target#wordpress_hosted?

This commit is contained in:
erwanlr
2019-04-18 14:17:00 +01:00
parent b2a62ebd26
commit 6df2564d1a
5 changed files with 274 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ module WPScan
# WordPress hosted (*.wordpress.com)
class WordPressHosted < Standard
def to_s
'Scanning *.wordpress.com hosted blogs is not supported.'
'The target appears to be hosted on WordPress.com. Scanning such site is not supported.'
end
end