From 8a070b81a2b35bac4ecbf4624a9fe7a285671e10 Mon Sep 17 00:00:00 2001 From: David Rude Date: Thu, 1 Sep 2011 09:00:20 +0000 Subject: [PATCH] Add the noobfuscation arg to the heaplib call git-svn-id: file:///home/svn/framework3/trunk@13675 4d416f70-5f16-0410-b530-b9f4589650da --- modules/exploits/windows/browser/citrix_gateway_actx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/windows/browser/citrix_gateway_actx.rb b/modules/exploits/windows/browser/citrix_gateway_actx.rb index c16b5c6837..f61e44eeef 100644 --- a/modules/exploits/windows/browser/citrix_gateway_actx.rb +++ b/modules/exploits/windows/browser/citrix_gateway_actx.rb @@ -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