1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-01-14 17:37:27 +01:00
Commit Graph

1765 Commits

Author SHA1 Message Date
Brent Cook
9407980766 use correct style 2016-02-15 14:42:04 -06:00
Artem
52a9ce2338 Update AndroidMeterpreter.java 2016-02-15 14:38:59 -06:00
Artem
c4b2760720 Create set_audio_mode_android.java
Add Ringer Mode Change
2016-02-15 14:37:10 -06:00
Artem
7975064ca0 Update AndroidManifest.xml 2016-02-14 16:46:46 +03:00
Tim
ee1eed2abc android set wallpaper 2016-02-11 06:13:25 +00:00
Metasploit
e86ecf616d Bump to 1.1.1 2016-02-10 21:11:42 -08:00
Brent Cook
d9ac068bc3
Land #66, add ability to start arbitrary android activities 2016-02-10 23:01:09 -06:00
Metasploit
d3d01307b7 Bump to 1.1.0 2016-02-10 20:14:21 -08:00
Brent Cook
08e008fc77
Land #64, add xor encoding to TLV messages 2016-02-10 21:32:43 -06:00
OJ
529fa54e23
Marged @bcook-r7's fixes for XOR in POSIX 2016-02-05 14:30:18 +10:00
Brent Cook
263fc0a00a posix xor 2016-02-04 05:50:47 -06:00
Metasploit
3a5d04448c Bump to 1.0.24 2016-02-03 16:11:15 -08:00
Adam Cammack
6f9f3e4ee9
Land #67 don't crash when timeout settings are nil
Fix handling the timeout settings generated by android/shell/reverse_tcp
2016-02-03 17:56:53 -06:00
Adam Cammack
4bf0867997
Land #68, emit MAC address on Java meterpreters 2016-02-03 17:00:18 -06:00
Adam Cammack
ff767324c0
Land #65, allow building on non EN systems 2016-02-03 15:42:20 -06:00
Brent Cook
4919551688 add support for conditionally emitting mac addresses 2016-02-03 05:24:20 -06:00
Tim
d620856589 remove socket timeout 2016-01-31 17:39:51 +00:00
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