1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-12-15 02:35:54 +01:00
Commit Graph

2098 Commits

Author SHA1 Message Date
Brent Cook
1c71ad797d
Land #81, support .msf4 for user-specific payload data files 2016-03-13 14:43:26 -05:00
Greg Mikeska
1d68f2c902 Merge pull request #83 from timwr/android_sqlite_read
Lands #83: (Android sqlite_query command) See https://github.com/rapid7/metasploit-framework/pull/6651 for more info.
2016-03-10 13:22:20 -06:00
Tim
bc0a5dc3c4 Merge branch 'master' into android_sqlite_read 2016-03-10 02:04:54 +00:00
Tim
a7e992c6f9 Close the cursor before the database 2016-03-10 01:51:01 +00:00
Brent Cook
beb578a7b0
Land #64, fix Meterpreter interface enumeration crashes with many IP addresses 2016-03-08 22:24:06 -06:00
OJ
e2285737a8 Make comment a little more sensible 2016-03-09 08:53:21 +10:00
OJ
62455e57f9 make the GetIpAddr function interactions deal with dynamic size 2016-03-09 08:27:59 +10:00
OJ
4eacebd12b
Merge @bcook-r7's changes for network enumeration 2016-03-09 07:55:01 +10:00
Brent Cook
fc26790e9a simplify error handling, remove 30 IP limit, remove unneeded free() checks 2016-03-08 03:50:32 -06:00
OJ
f015f53b6b Fix network interface enumeration limitation
This moves the existing network interface enumeration code over to the
group TLV packet approach which allows for arbitrary numbers of entities
to be added on the fly instead of fixed numbers.
2016-03-08 12:11:27 +10:00
Spencer McIntyre
ac085b391b Prioritize user data files over site data files 2016-03-04 12:32:55 -05:00
Tim
381eda7b70 sqlite_query 2016-03-04 11:57:02 +00:00
Tim
e66b5c7105 sqlite_write 2016-03-04 10:47:53 +00:00
Spencer McIntyre
8e03205695 Support user specific payload data files 2016-03-03 17:33:37 -05:00
Metasploit
317b80babf Bump to 1.1.3 2016-03-02 11:25:29 -08:00
Brent Cook
30136e742f
Land #80, workaround spurious close requests by choosing a unique ID per channel 2016-03-02 13:12:32 -06:00
Brent Cook
204b22ce41
Land #77, added read/write permissions for call log on Android meterpreter 2016-03-02 13:09:37 -06:00
Spencer McIntyre
c96eaae547 Do not reissue closed channel ids in the pymet 2016-03-01 13:09:16 -05:00
Tim
aa880fda83 android sqlite_read command 2016-02-29 15:06:10 +00:00
Rohit Shampur
c41a1446e4 Added Read and write permissions for call log 2016-02-26 15:42:40 +05:30
Metasploit
e6bbadb157 Bump to 1.1.2 2016-02-25 20:59:42 -08:00
Brent Cook
3f07e220ec
Land #75, hide verbose connection retry messages in android logs 2016-02-25 22:32:55 -06:00
Brent Cook
c1498abfe1 add a few more comments around what this is for 2016-02-25 22:32:34 -06:00
Brent Cook
816aa889ca
Land #73, add ability to set android wallpaper 2016-02-25 22:28:56 -06:00
Brent Cook
e6b0ee9f6f Merge branch 'upstream-master' to fix conflicts 2016-02-25 22:26:31 -06:00
Brent Cook
9baee1c2ad
Land #74, add missing activity_start 2016-02-25 22:23:37 -06:00
Brent Cook
4c3c579339
Land #71, add uses-feature manifest entries, possibly useful for app stores 2016-02-25 22:23:09 -06:00
HD Moore
a235d7ec9b Wrap up WIP sqlite_read 2016-02-25 18:06:18 +00:00
HD Moore
be50f443dd Stub out the skeleton for sqlite_read & sqlite_write 2016-02-25 18:06:18 +00:00
Tim
9561638a1a fix #61, suppress error when Android meterpreter handler down 2016-02-23 05:42:43 +00:00
Tim
62c8b32275 fix activity_start 2016-02-23 05:37:07 +00:00
Tim
1254fd1e7c
Land #72, android set_audio_mode 2016-02-20 11:48:50 +00:00
Tim
710a7ca83b add ability to set max volume 2016-02-20 11:48:22 +00:00
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