1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-12-27 08:33:43 +01:00
Commit Graph

1765 Commits

Author SHA1 Message Date
OJ
1d85ea8513 Add sysinfo, code tidy 2016-03-24 10:13:56 +10:00
OJ
3f9681c34e Add show mount binding, tweak output to be tidier 2016-03-23 22:54:02 +10:00
OJ
4b142d35a0 Add Kiwi bindings, add debug, fix issue with missing commands in local
packets
2016-03-23 22:21:54 +10:00
OJ
64c57f203b Add the last few features to the User binding 2016-03-23 15:25:17 +10:00
OJ
b32fd52bfd Fix LocalAlloc call, start on the handling of other bindings (user) 2016-03-23 15:13:09 +10:00
OJ
41ac07dbe0 Finish the elevate bindings for powershell 2016-03-23 14:40:41 +10:00
OJ
7ba39c982a First version of "working" bindings (getsystem works)
More to do, including reading of TLV packets.
2016-03-23 13:39:25 +10:00
OJ
ee807408ec Beginning of work on the building blocks for PSH->Meterp bindings 2016-03-22 16:06:43 +10:00
OJ
6e5afca1b3 Include the MSF.Powershell project 2016-03-22 13:11:49 +10:00
OJ
d48066c4cf Add support for hosts with .NET 2 only support 2016-03-22 12:36:31 +10:00
OJ
a8d0fadc5a Fallback to v4 runtime if v2 isn't present 2016-03-21 17:16:28 +10:00
OJ
cd162a88f8 Fix issue with channel interaction functioning incorrectly on close 2016-03-21 16:01:21 +10:00
OJ
43e6aae784 Proper functioning powershell sessions 2016-03-21 15:14:24 +10:00
OJ
df581ce638 Change from Auto to Manual reset event
This stops the CPU thrashing, and should have been the default when the
work was first done.
2016-03-15 21:16:48 +10:00
OJ
a7ef4b91e3 Add powershell interactive prompt 2016-03-14 20:23:44 +10:00
OJ
3d94391292 Add support for unmanaged powershell
This commit includes the ability to run a single powershell command in
the current session.
2016-03-14 17:12:29 +10:00
OJ
af32e7289d Initial shell of the powershell extension project 2016-03-14 12:56:34 +10:00
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