Skip to content

Commit 7ae5686

Browse files
author
Brent Cook
committed
Update linux meterpreter binaries for rapid7/meterpreter#111
This rebuilds the binaries on Ubuntu 10.04 i386 for metepreter PR rapid7#111, improving the reliability and fixing some bugs in linux process migration. Tested against Ubuntu 10.04 i386 and Ubuntu 14.04 x86_64: ``` meterpreter > ps ... 55994 48270 server 0 bcook ../metasploit-framework/server 56009 44199 bash 0 bcook -bash 56094 56009 dummy 0 bcook ./dummy meterpreter > migrate 56094 [*] Migrating to 56094 [*] Migration completed successfully. meterpreter > sysinfo Computer : mint OS : Linux mint 3.13.0-37-generic rapid7#64-Ubuntu SMP Mon Sep 22 21:28:38 UTC 2014 (x86_64) Architecture : x86_64 Meterpreter : x86/linux meterpreter > ps ... 55994 48270 [server] <defunct> 0 bcook 56009 44199 bash 0 bcook -bash 56094 56009 dummy 0 bcook ./dummy meterpreter > ``` Verified presence of call stub when debugging a session: ``` (gdb) x/32b 0x61cc28 0x61cc28: 0x90 0x90 0x90 0x90 0x90 0x90 0x90 0x90 0x61cc30: 0x90 0x90 0x90 0x90 0x90 0x90 0x90 0x90 0x61cc38: 0x90 0x90 0x68 0x04 0x00 0x00 0x00 0x68 0x61cc40: 0xff 0xff 0xff 0xff 0xb8 0x5a 0x5a 0x5a ```
1 parent 327f283 commit 7ae5686

File tree

2 files changed

+0
-0
lines changed

2 files changed

+0
-0
lines changed
-4 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)