Remove unnecessary space restrictions.

This allows using the full range of PHP payloads
This commit is contained in:
James Lee 2012-02-21 23:21:07 -07:00
parent 464cf7f65f
commit 5e6c40edfd
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ class Metasploit3 < Msf::Exploit::Remote
{
'ConnectionType' => 'find',
},
'Space' => 1024,
},
'Platform' => 'php',
'Arch' => ARCH_PHP,