1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-11-20 14:39:22 +01:00
Commit Graph

355 Commits

Author SHA1 Message Date
Spencer McIntyre
d7005e679e Switch to using a submodule of TrustedSec/COFFLoader 2022-09-08 15:56:56 -04:00
joe
00aea8da1a visualstudio builds 2022-09-06 21:04:39 -04:00
joe
35f950b4d2 wip++ hopefully working c portion 2022-09-03 16:35:44 -04:00
Spencer McIntyre
e4b0ce2aa8 Fix docker builds 2022-06-23 11:31:39 -04:00
Christophe De La Fuente
6cb3d86ffd
Add EFSRPC Named Pipe Impersonation (EfsPotato) elevation technique 2022-06-14 20:24:19 +02:00
jheysel-r7
bac639d94d
Land #565, update mimikatz
Updates mimikatz (the kiwi extension)
2022-05-03 12:35:29 -07:00
dwelch-r7
0896fb294a Move and rename common/common_logging.c to logging/logging.c 2022-04-26 23:56:09 +01:00
dwelch-r7
e29d876b2e Remove debug artifacts from release build 2022-04-26 15:56:53 +01:00
dwelch-r7
9dfa3ec1fc winpmem failing to compile 2022-04-26 15:56:53 +01:00
Spencer McIntyre
e576a7c875 Various changes required for cross compilation 2022-04-21 15:52:27 -04:00
Spencer McIntyre
640b753659 Update the kiwi extension 2022-04-21 14:52:20 -04:00
dwelch-r7
32890c2f59 Also build debug version for r7_all 2022-04-01 13:30:02 +01:00
dwelch-r7
395c31d03e Build and ship debug builds for windows meterpreter 2022-03-09 13:42:39 +00:00
Spencer McIntyre
229637bcc5 Fix the mingw builds for the priv extension 2022-01-14 17:33:32 -05:00
Spencer McIntyre
174ae1ab09 Reuse mimikatz RPRN definitions 2022-01-14 15:19:20 -05:00
Ashley Donaldson
0c0001b134
Implementing a 5th getsystem mechanism: print spooler.
Leverages the SeImpersonatePrivilege with the Print Spooler primitive.
2021-11-19 20:12:19 +11:00
Spencer McIntyre
5b9ad76be7 Disable C4756 in mimikatz\modules\sqlite3.c
Warning C4756 (overflow in constant arithmetic) is causing build
failures. Disable it for this one file.
2021-06-11 16:11:32 -04:00
Spencer McIntyre
50aac33fe6 Update mimikatz (the kiwi extension) 2021-06-11 14:22:55 -04:00
Tim W
e31371c813 add debug option 2020-12-20 15:47:39 +00:00
Spencer McIntyre
f9e62ba042 Add a Debug configuration to include debug logs 2020-12-18 16:07:04 -05:00
William Vu
8e3933bed7 Revert "Undo commit for #441"
This reverts commit 8361d5367a, reversing
changes made to db3d5f0896.
2020-10-11 20:49:06 -05:00
William Vu
8c5ab95cd2 Revert "Land #441 - Fix missing TLV migration from string to int"
This reverts commit eb1d51b94e, reversing
changes made to b6ce0dff18.
2020-10-11 20:08:15 -05:00
Spencer McIntyre
666ee4f57e Cleanup the ext_server_priv.vcxproj file 2020-08-19 12:05:53 -04:00
Spencer McIntyre
ce7dd3f699 Clean up the namedpipe_rpcss code 2020-08-19 11:54:21 -04:00
Spencer McIntyre
7967fd569d x64 version is working 2020-08-18 15:41:42 -04:00
OJ
9f859fe208
Make sure output folder exists 2020-06-27 08:32:37 +10:00
OJ
0c9e909a2f
Remove reference to Mimikatz from cmake 2020-06-25 10:56:01 +10:00
OJ
325048a5e6
Fix build, remove metsrv warning 2020-06-25 10:41:29 +10:00
OJ
9dc7a32d6a
Add peinjector cross compile 2020-06-25 10:32:45 +10:00
OJ
c36e5274b8
Finalise kiwi support fix up Makefiles some more 2020-06-25 10:32:37 +10:00
OJ
7fab0b200a
Building, but not working yet
Got an issue where certain functions aren't being resolved and hence are
null when being invoked. Need to debug the loading of the DLL to see why
this is the case.
2020-06-25 10:32:32 +10:00
OJ
f4dd751b23
Add libs to linker input for VS project 2020-06-25 10:31:56 +10:00
OJ
37fb807a95
Get extapi compiling under mingw 2020-06-25 10:31:53 +10:00
OJ
b55b186e79
Final pass of working stuff for the day 2020-06-25 10:31:45 +10:00
OJ
98598720c9
Stupid typo fixed 2020-06-25 10:31:12 +10:00
OJ
e60dd12092
Remove dup 2020-06-25 10:31:08 +10:00
OJ
205405effe
Final winpmem changes.. I think 2020-06-25 10:31:05 +10:00
OJ
fdb785dcee
Few more build fix ups and removal of warnings 2020-06-25 10:30:53 +10:00
OJ
effe6b9827
Lots of changes + stdapi support 2020-06-25 10:30:49 +10:00
OJ
d820fb6458
Get x86 working for metsrv 2020-06-25 10:29:54 +10:00
OJ
aa3b58628f
Get rid of the clang noise 2020-06-25 10:29:51 +10:00
OJ
060feece01
Kinda almost sorta working for metsrv 2020-06-25 10:29:48 +10:00
OJ
e6441ad2fa
Remove DLL exports from Meterpreter
Add support for loading RDI-related stuff using ordinals instead of
function names. Remove exports from the extensions/etc. This is another
step in the direction to make the DLLs less obvious.

Extensions no longer have their own name in the library metadata.
They're all "extension.dll". Metsrv is now "server.dll" and the two
non-extensions are "plugin.dll". I was going for something a little less
obvious.

This required changes to the RDI functionality.
2020-06-25 10:28:36 +10:00
OJ
ab36130546
Fix Release build def files 2020-06-22 08:25:49 +10:00
OJ
c9ca614313
Remove DLL exports from Meterpreter
Add support for loading RDI-related stuff using ordinals instead of
function names. Remove exports from the extensions/etc. This is another
step in the direction to make the DLLs less obvious.

Extensions no longer have their own name in the library metadata.
They're all "extension.dll". Metsrv is now "server.dll" and the two
non-extensions are "plugin.dll". I was going for something a little less
obvious.

This required changes to the RDI functionality.
2020-06-22 08:25:30 +10:00
OJ
c5f8f893ac
Remove the mimikatz extension
Also turn off PDB generation for the sniffer extension.
2020-06-11 08:34:17 +10:00
OJ
c7f7bc2fc0
Remove method strings from TLV packets
We now use ints, and hopefully this means we don't have as much obvious
stuff in the binaries!

```
$ # Before:
$ strings metsrv.x86.dll | grep core_ | wc -l
46
$ # After:
$ strings metsrv.x86.dll | grep core_ | wc -l
0
```
Big win, and it's even bigger for the likes of stdapi.

Had to fix a bunch of other stuff along the way, including a subtle
issue with the Powershell Meterp bindings.
2020-04-28 23:41:06 +10:00
OJ
e0645a8d39
Include comsuppw change for mimikatz
This was required to support upstream changes that cause clean builds
for mimikatz now.
2020-04-24 13:40:19 +10:00
OJ
f54c8e2ccb
Make script tweaks, adjustments to doxygen config 2020-04-24 13:31:34 +10:00
OJ
3dbff1e401
Clean and working builds with CMake 2020-04-24 13:31:34 +10:00