Fix armle stagers

bug/bundler_fix
jvazquez-r7 2014-01-09 17:34:59 -06:00
parent b43a221959
commit 4e8092aceb
2 changed files with 1 additions and 5 deletions

View File

@ -33,7 +33,7 @@ module Metasploit3
{
'Offsets' =>
{
'LPORT' => [ 226, 'n' ],
'LPORT' => [ 214, 'n' ],
},
'Payload' =>
[
@ -110,8 +110,6 @@ module Metasploit3
# Transmit our intermediate stager
conn.put( [ payload.length ].pack(address_format) )
Rex::ThreadSafe.sleep(0.5)
return true
end

View File

@ -103,8 +103,6 @@ def handle_intermediate_stage(conn, payload)
# Transmit our intermediate stager
conn.put( [ payload.length ].pack(address_format) )
Rex::ThreadSafe.sleep(0.5)
return true
end