Modify regex

unstable
sinn3r 2012-11-02 16:44:27 -05:00
parent 00d0dc3e4d
commit 45dce9ff76
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class Metasploit3 < Msf::Auxiliary
elsif res and res.code == 200
data = res.body
data = data.scan(/(.+)\n\nNotice\: Undefined variable\: gContent in .+/m).flatten[0] || ''
data = data.scan(/(.+)\n.+Notice.+/m).flatten[0] || ''
p = store_loot(
'bitweaver.overlay_type',