We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a998fa + da9ea0b commit d9f5385Copy full SHA for d9f5385
modules/auxiliary/scanner/http/clansphere_traversal.rb
@@ -67,7 +67,7 @@ def run_host(ip)
67
68
elsif res and res.code == 200
69
pattern_end = " UTC +1 - Load:"
70
- 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
71
fname = datastore['FILE']
72
p = store_loot(
73
'clansphere.cms',
0 commit comments