From a79092a0d3e6e05dae056642e1fcbec97789bce0 Mon Sep 17 00:00:00 2001 From: James Lee Date: Tue, 4 Jan 2011 23:37:11 +0000 Subject: [PATCH] this is really unlimited, but bump it a bit for possible larger payloads later. git-svn-id: file:///home/svn/framework3/trunk@11474 4d416f70-5f16-0410-b530-b9f4589650da --- modules/exploits/multi/handler.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/multi/handler.rb b/modules/exploits/multi/handler.rb index b9472a8c29..fc36eefa7b 100644 --- a/modules/exploits/multi/handler.rb +++ b/modules/exploits/multi/handler.rb @@ -32,7 +32,7 @@ class Metasploit3 < Msf::Exploit::Remote 'References' => [ ], 'Payload' => { - 'Space' => 100000, + 'Space' => 10000000, 'BadChars' => '', 'DisableNops' => true, },