Fix bug in group enumeration regex

unstable
Jonathan Claudius 2014-04-17 10:31:05 -04:00
parent f53e7f84b8
commit 0c5fb8c0c2
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class Metasploit3 < Msf::Auxiliary
})
groups = Set.new
group_name_regex = /<select id="group_list" name="group_list" style="z-index:1" onchange="updateLogonForm\(this\.value,{(.*)}/
group_name_regex = /<select id="group_list" name="group_list" style="z-index:1; float:left;" onchange="updateLogonForm\(this\.value,{(.*)}/
if res &&
match = res.body.match(group_name_regex)