Tim
d2f2de7f59
fix shell payload crash
2016-01-31 17:39:51 +00:00
Tim
09e02fc4d6
fix error returning
2016-01-31 15:13:46 +00:00
BAZIN-HSC
8ddd54c565
Build correction for fedora on not EN system
2016-01-29 10:41:18 +01:00
OJ
5d8dd71370
Merge Brent's changes to get POSIX compiling
2016-01-19 15:34:41 +10:00
OJ
3da40b69df
Merge Tim's fixes for the Java xor functionality
2016-01-19 15:33:23 +10:00
Tim
bf57b706d2
fix GET vs POST
2016-01-18 18:53:48 +00:00
Tim
98545dbd1a
fix xor endianness?
2016-01-18 17:49:18 +00:00
Brent Cook
ed3c35ed0b
allow duplicate symbols building libm
2016-01-16 22:12:02 -06:00
Brent Cook
78c74b705a
build with gnu99 mode
2016-01-16 22:11:54 -06:00
OJ
246c78fccc
Remove extra call to scheduler init
2016-01-13 10:08:12 +10:00
OJ
29f88366ac
Merge branch 'upstream/master' into default-xor
2016-01-13 07:34:40 +10:00
Tim
a7da40dc34
send startActivity result back
2016-01-12 07:48:55 +00:00
Metasploit
b576f93357
Bump to 1.0.23
2016-01-11 14:22:15 -08:00
Tim
7a491e68e9
activity_start
2016-01-07 09:23:50 +00:00
wchen-r7
f91ebe61d9
Land #63 , get the channel hash by reference when modifying the 'data'
2016-01-06 12:36:47 -06:00
Brent Cook
25c170dd92
We need to get the channel hash by reference when modifying the 'data'.
...
When we read from a channel in PHP, if there is more data returned by
read() than the caller asked for, the data is cached in a 'data' element
in the channel hash. However, since get_channel_by_id() returns a copy,
we immediately lose all of that extra data on the first read. We need to
get the hash by reference in order to modify its elements.
2016-01-04 21:27:17 -06:00
Metasploit
9ffb16538a
Bump to 1.0.22
2015-12-24 07:13:58 -08:00
Brent Cook
c125f72c1a
Land #59 , simplify sniffer conditional logic
2015-12-24 06:40:58 -06:00
Brent Cook
4183bf8afe
Land #60 , fix incorrect types for geo interval_collect
2015-12-24 06:39:54 -06:00
Tim
5ac7d20905
quick fix for geo interval_collect
2015-12-24 08:46:09 +00:00
Metasploit
11f5fb04d0
Bump to 1.0.21
2015-12-23 01:43:09 -08:00
Brent Cook
9e2c799b3e
Land #57 , include multiprocessing module in python extension
2015-12-23 03:09:59 -06:00
Brent Cook
e0819ec25a
Land #56 , update python core lib to print missing module names correctly
2015-12-23 03:02:33 -06:00
Brent Cook
4688223917
Land #55 , update Android API version, interval collection updates
2015-12-23 02:40:54 -06:00
Romero Malaquias
70a8d43949
Avoiding conditional directives that break statements.
2015-12-21 12:23:08 -03:00
OJ
4424029d3c
Add python extension multiprocessing
...
This commit includes code that was missing from the original Python PR which adds support for the multiprocessing module in Python. I have no idea why this was missed, but it was. The code also includes adjustments to the loader which attempts to resolve modules appropriately based on name. This is a bit of a kludge thanks to the way that Python module resolution hooks work, as it's not clear exactly which namespace the module is intended to be loaded from at runtime as it's not passed to the resolver. Down the track we may need to get smarter with the resolver so that we have a per-module resolver (ie. a tree of resolvers).
2015-12-19 09:40:44 +10:00
OJ
d5fb6821ae
Fix python core lib mistake
2015-12-13 11:52:42 +10:00
HD Moore
99cd0bbb1d
Handle errors better (with corrupt storage data)
2015-12-11 11:45:34 -06:00
OJ
6e40df1d56
Interim commit while getting java working
2015-12-09 13:08:26 +10:00
OJ
a8935d8f39
Add XOR to python
2015-12-08 20:29:40 +10:00
OJ
3d598c4275
Remove superfluous comments from code
2015-12-08 16:57:40 +10:00
OJ
1da4f04147
Implement PHP XOR encoding support for TLV packets
2015-12-08 16:57:26 +10:00
Metasploit
3722305c4a
Bump to 1.0.20
2015-12-07 13:09:10 -08:00
wchen-r7
813592825e
Land #53 , revert utf8 registry fixes
2015-12-07 14:25:07 -06:00
Brent Cook
099da2b4b7
Revert "Convert registry access to use UTF-8"
...
This reverts commit bc8dfb17b5b6e81a9c26f39ef3ddf6a2c4ec5f0d.
2015-12-07 14:17:52 -06:00
Brent Cook
2f575a45a0
Revert "fixup buffer sizes"
...
This reverts commit 2d6c0194c921f5f5e1da20a5cd7af16c9fc6ceb8.
2015-12-07 14:17:50 -06:00
OJ
1061df8b8d
Remove the RECV POST request
2015-12-07 13:26:33 +10:00
Metasploit
157b734e65
Bump to 1.0.19
2015-12-04 14:09:02 -08:00
wchen-r7
afa597975f
Land #52 , Add core_patch_url for Stageless HTTP Python Meterpreter
2015-12-04 16:02:58 -06:00
OJ
5ca5fe89f0
Begin to enable DWORD xor out of the box
2015-12-02 13:30:22 +10:00
wchen-r7
d80ea48277
Land #48 , Convert registry access to use UTF-8
2015-12-01 15:00:43 -06:00
Brent Cook
2d6c0194c9
fixup buffer sizes
2015-12-01 14:58:20 -06:00
Brent Cook
bc8dfb17b5
Convert registry access to use UTF-8
2015-12-01 13:53:45 -06:00
Spencer McIntyre
5a785a5e04
Support patching an http transport uri's path
2015-11-28 17:22:09 -05:00
Metasploit
3a7dc24a10
Bump to 1.0.18
2015-11-25 19:48:55 -08:00
Brent Cook
6ebd997d83
Land #51 , stageless windows meterpreter python initialization support
2015-11-25 21:32:48 -06:00
Brent Cook
cac498be22
Land #49 , add BOOT_COMPLETED android meterpreter hook
2015-11-25 21:29:43 -06:00
Tim
5244616386
Land #50 , android specific getuid
2015-11-23 03:49:33 +00:00
OJ
29c8639025
Updated init script method
2015-11-20 12:49:36 +10:00
Joshua J. Drake
196c11e47d
Switch to Utils.runCommand per timwr's suggestion
2015-11-18 10:47:28 -06:00