Do not exit after a session is obtained

git-svn-id: file:///home/svn/framework3/trunk@4396 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2007-02-15 22:17:50 +00:00
parent 4b99a048a9
commit 839ac9fc38
1 changed files with 3 additions and 3 deletions

View File

@ -22,8 +22,9 @@ class Exploits::Multi::Handler < Msf::Exploit::Remote
'References' => [ ],
'Payload' =>
{
'Space' => 10000,
'BadChars' => '',
'Space' => 100000,
'BadChars' => '',
'DisableNops' => true,
},
'Platform' => [ 'win', 'linux', 'solaris', 'unix', 'osx', 'bsd' ],
'Arch' => [ ARCH_X86, ARCH_PPC, ARCH_SPARC, ARCH_CMD ],
@ -36,7 +37,6 @@ class Exploits::Multi::Handler < Msf::Exploit::Remote
print_status "Starting the payload handler..."
while(true)
sleep(1)
break if session_created?
end
end