We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cee532 commit 08f10d7Copy full SHA for 08f10d7
modules/auxiliary/scanner/http/owa_login.rb
@@ -254,6 +254,8 @@ def try_user_pass(opts)
254
else
255
# Login didn't work. no point in going on, however, check if valid domain account by response time.
256
if elapsed_time <= 1
257
+ # This timing trick doesn't work when an email address is passed, only usernames.
258
+ # Don't save it as potentially valid in this case.
259
unless user =~ /@\w+\.\w+/
260
report_cred(
261
ip: res.peerinfo['addr'],
0 commit comments