Merge pull request #774 from berotti3/berotti3-wpscan

Updates the Username detection pattern
This commit is contained in:
erwanlr
2015-02-21 12:56:06 +00:00

View File

@@ -51,7 +51,7 @@ class WpUser < WpItem
unless login unless login
# No Permalinks # No Permalinks
login = body[%r{<body class="archive author author-([^\s]+) author-(\d+)}i, 1] login = body[%r{<body class="archive author author-([^\s]+)[ "]}i, 1]
end end
login login