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

@@ -19,7 +19,7 @@ module WPScan
end
end
target.multi_call(methods).run
target.multi_call(methods, cache_ttl: 0).run
end
# @param [ Array<Model::User> ] users