Land #7720, regex fix for clansphere_traversal

bug/bundler_fix
William Vu 2016-12-19 11:40:47 -06:00
commit d9f5385260
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class MetasploitModule < Msf::Auxiliary
elsif res and res.code == 200
pattern_end = " UTC +1 - Load:"
data = res.body.scan(/\<div id\=\"bottom\"\>\n(.+)\n\x20{5}UTC.+/m).flatten[0].lstrip
data = res.body.scan(/\<div id\=\"bottom\"\>\n(.+)\n\x20{5}UTC/).flatten[0].lstrip
fname = datastore['FILE']
p = store_loot(
'clansphere.cms',