Change the PCRE.

bug/bundler_fix
Jin Qian 2016-12-16 15:41:10 -06:00
parent f74fd9e5dd
commit da9ea0b85c
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',