Fix bug #6761 - false negative when OWA brings the user to the Options page insetad of inbox

This commit is contained in:
sinn3r 2012-05-04 12:30:01 -05:00
parent 423437c620
commit 8b3b952ccd
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class Metasploit3 < Msf::Auxiliary
'Description' => 'OWA version 2010', 'Description' => 'OWA version 2010',
'AuthPath' => '/owa/auth.owa', 'AuthPath' => '/owa/auth.owa',
'InboxPath' => '/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.+\">/
} }
] ]
], ],