Skip to content

Commit

Permalink
Change the PCRE.
Browse files Browse the repository at this point in the history
  • Loading branch information
jinq102030 committed Dec 16, 2016
1 parent f74fd9e commit da9ea0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/auxiliary/scanner/http/clansphere_traversal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def run_host(ip)

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',
Expand Down

0 comments on commit da9ea0b

Please sign in to comment.