Add the noobfuscation arg to the heaplib call
git-svn-id: file:///home/svn/framework3/trunk@13675 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
1e37649a4d
commit
8a070b81a2
|
@ -155,7 +155,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
}
|
||||
JS
|
||||
|
||||
spray = heaplib(spray)
|
||||
spray = heaplib(spray, {:noobfu => true})
|
||||
spray = ::Rex::Exploitation::JSObfu.new(spray)
|
||||
spray.obfuscate
|
||||
|
||||
|
|
Loading…
Reference in New Issue