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

2037 Commits

Author SHA1 Message Date
Brent Cook
e4c5be4dfc
Land #91, rebuild python extensions with the correct delimiter 2016-03-30 22:37:35 -05:00
OJ
3c17f4e9aa Fix package script, update package
The package script was (stupidly) written (by me) to replace '\\' with
'.' when generating python import module names. Of course, this works
great on windows, but it means if you generate the package on linux
things break horribly. The result was that the latest package wouldn't
resolve anything useful when importing key stuff like ctypes or pty.

This PR fixes the issue so that the modules are correctly wired in
regardless of the OS that the package was constructed on.
2016-03-31 11:14:19 +10:00
Brent Cook
1ff8227b7a
Land #90, add proper license for powershell extension 2016-03-30 18:21:53 -05:00
OJ
6a0d13c014 Include license for Unmanaged Powershell
This was used heavily as a reference for work done on the powershell extension.
2016-03-31 09:16:34 +10:00
Gregory Mikeska
d29e5de918 Land #86. Run android meterpreter in a service
to increase resiliency
2016-03-25 14:04:53 -05:00
Metasploit
2af708a6d8 Bump to 1.1.5 2016-03-24 20:16:27 -07:00
Brent Cook
e460c1d241
Land #87, initial powershell extension 2016-03-24 21:19:22 -05:00
OJ
e229995f2d Added powershell_import and sample DLL for import testing 2016-03-25 12:16:13 +10:00
OJ
cf6287e031 Fix runner to properly support multi-line scripts
This commit actually changes the PS runner code so that it's
base64-encoded before being sent to the interpreter. It's a bit of
a hack but it means that all multiline commands are properly supported.
IEX for the win!
2016-03-25 10:28:14 +10:00
OJ
6bbfd51ab4 Stageless init support, multi-line command support 2016-03-25 09:56:00 +10:00
OJ
1a75953b7c Add transport support, tidy up some code 2016-03-25 09:12:53 +10:00
OJ
d286618b13 Add support for incognito 2016-03-24 15:01:50 +10:00
OJ
ecf10f7e43 Added ProcessList to Sys 2016-03-24 10:42:56 +10:00
OJ
1d85ea8513 Add sysinfo, code tidy 2016-03-24 10:13:56 +10:00
Brent Cook
17288d6f03
Land #88, Fix Python <-> Meterp bindings (xor key issue + TLV issue in getsystem) 2016-03-23 18:10:36 -05: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
8b702f7008 Remove invalid prints 2016-03-23 14:32:19 +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
110306e115 Fix python meterpreter bindings by adding 0 xor key 2016-03-23 13:13:15 +10:00
OJ
ee807408ec Beginning of work on the building blocks for PSH->Meterp bindings 2016-03-22 16:06:43 +10:00
OJ
62c48c6ecc Fix a small issue with the TLV generation in getsystem 2016-03-22 16:02:26 +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
Tim
d2f54e6d45 fix android service restarting on exit 2016-03-17 12:16:36 +00:00
Tim
d1aafbf668 run as android service 2016-03-17 11:17:28 +00:00
Metasploit
d6077573be Bump to 1.1.4 2016-03-15 16:23:04 -07: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
Brent Cook
423dbaeba2 consistency and bug fixes 2016-03-15 05:45:21 -05:00
Brent Cook
31e6ae1a63 Convert registry access to use UTF-8 2016-03-15 02:58:36 -05: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