From 8b3b952ccd0b0a6856f2eeb10eddea73390838e2 Mon Sep 17 00:00:00 2001 From: sinn3r Date: Fri, 4 May 2012 12:30:01 -0500 Subject: [PATCH] Fix bug #6761 - false negative when OWA brings the user to the Options page insetad of inbox --- modules/auxiliary/scanner/http/owa_login.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/auxiliary/scanner/http/owa_login.rb b/modules/auxiliary/scanner/http/owa_login.rb index 9fbc8ca0fd..44b9a26222 100644 --- a/modules/auxiliary/scanner/http/owa_login.rb +++ b/modules/auxiliary/scanner/http/owa_login.rb @@ -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|\/ } ] ],