Do not cache login requests - Fixes #1395

This commit is contained in:
erwanlr
2019-09-16 10:37:43 +01:00
parent b77e611a90
commit ab950d6ffc
3 changed files with 3 additions and 2 deletions

View File

@@ -109,6 +109,7 @@ module WPScan
Browser.instance.forge_request(
login_url,
method: :post,
cache_ttl: 0,
body: { log: username, pwd: password }
)
end