This commit is contained in:
erwanlr
2020-03-10 20:31:42 +01:00
parent 73cd862e83
commit 0bfbfacc27
2 changed files with 50 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ module WPScan
end
def errored_response?(response)
response.code != 200 && response.body !~ /login_error/i
response.code != 200 && response.body !~ /Incorrect username or password/i
end
end
end