Fix bug #6761 - false negative when OWA brings the user to the Options page insetad of inbox
parent
423437c620
commit
8b3b952ccd
|
@ -54,7 +54,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
'Description' => 'OWA version 2010',
|
||||
'AuthPath' => '/owa/auth.owa',
|
||||
'InboxPath' => '/owa/',
|
||||
'InboxCheck' => /Inbox|location(\x20*)=(\x20*)"\\\/(\w+)\\\/logoff\.owa|A mailbox couldn\'t be found/
|
||||
'InboxCheck' => /Inbox|location(\x20*)=(\x20*)"\\\/(\w+)\\\/logoff\.owa|A mailbox couldn\'t be found|\<a .+onclick="return JumpTo\('logoff\.aspx.+\">/
|
||||
}
|
||||
]
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue