Files
metasploit-gs/data
Brent Cook 7ae56865f1 Update linux meterpreter binaries for rapid7/meterpreter#111
This rebuilds the binaries on Ubuntu 10.04 i386 for metepreter PR #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 #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
```
2015-01-04 10:47:44 -06:00
..
2014-07-27 22:23:26 -07:00
2011-11-17 08:47:49 -06:00
2013-04-22 16:03:38 -05:00
2013-04-11 13:08:16 -05:00
2014-10-03 18:05:58 -05:00
2011-11-10 19:48:32 -06:00
2014-11-11 16:07:44 -06:00
2014-07-17 00:14:07 +02:00
2011-11-10 19:48:32 -06:00
2014-07-06 22:27:58 -05:00
2014-12-06 00:28:44 +01:00
2013-12-16 14:13:47 -06:00
2011-11-10 19:48:32 -06:00
2012-03-02 10:18:32 -06:00
2011-11-10 19:48:32 -06:00
2011-11-10 19:48:32 -06:00
2011-11-10 19:48:32 -06:00
2012-04-15 23:35:38 -05:00