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

1420 Commits

Author SHA1 Message Date
Spencer McIntyre
16e2c2d52b
Land #475, Set nMaxInstances to 1 for named pipes 2021-03-04 13:31:43 -05:00
dwelch-r7
316846e929 Add debugging info to Readme 2021-02-26 12:35:19 +00:00
Zeev R
8825987525 Tiny bug fix.
The nMaxInstances argument refers only to subsequent calls to CreateNamedPipe and not to calls that just open the pipe.
There is no reason to enable anybody else but us to create a pipe with the same name.
2021-02-24 18:55:04 +02:00
Spencer McIntyre
777fadd00b Cleanup base.c based on PR feedback 2021-01-27 09:07:00 -05:00
Spencer McIntyre
9aece96e94 Cleanup registered commands using the pseudo extension's deinit callback 2021-01-15 13:59:39 -05:00
Spencer McIntyre
ebdcd95615 Handle core commands like they're provided by the pseudo core extension 2021-01-15 13:59:32 -05:00
Tim W
e31371c813 add debug option 2020-12-20 15:47:39 +00:00
Spencer McIntyre
c911749430 Fix a guard condition to check the correct thing 2020-12-18 16:08:14 -05:00
Spencer McIntyre
f9e62ba042 Add a Debug configuration to include debug logs 2020-12-18 16:07:04 -05:00
Tim W
be443779ff fix free() process.execute wchars 2020-11-30 18:48:26 +00:00
Kali-Team
7933f06484 [stdapi] support_unicode_characters_for_execute 2020-11-24 17:41:07 +08:00
vixfwis
9f0b9008bb Fix endless loop bug
Main thread will be stuck in loop if recv returns SOCKET_ERROR (-1) due
to int to DWORD casting
2020-10-09 20:24:37 +03:00
Spencer McIntyre
1aac00a6ce Disconnect the named pipe and break after the impersonation callback 2020-10-06 15:21:25 -04:00
Spencer McIntyre
9ebb095a0a
Land #437, Fix Metasploit 6 pivoting issue 2020-10-06 09:05:15 -04:00
Alan Foster
985ccbd3af
Fix Metasploit 6 pivoting issue 2020-10-01 22:58:21 +01:00
Spencer McIntyre
e96d8e5fc8 Fix a bad comment 2020-08-20 14:42:17 -04:00
Spencer McIntyre
25a0b76797 Filter out Windows < 6.3 for the namedpipe_rpcss technique 2020-08-20 14:05:48 -04:00
Spencer McIntyre
666ee4f57e Cleanup the ext_server_priv.vcxproj file 2020-08-19 12:05:53 -04:00
Spencer McIntyre
ee69b4f274 Revert "Add a fourth parameter to the thread API"
This reverts commit 0afe17d160.
2020-08-19 11:54:45 -04:00
Spencer McIntyre
cf4614c941 Working on Windows 10 from native x64 and WOW64 2020-08-19 11:54:45 -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
Spencer McIntyre
ee72ac26b9 Add support for a callback after named pipe impersonation 2020-08-14 18:12:02 -04:00
Spencer McIntyre
0afe17d160 Add a fourth parameter to the thread API 2020-08-14 17:47:59 -04:00
OJ
da7fb0e27f
Makefile tweak, RDI changeset update 2020-07-06 20:03:18 +10:00
OJ
68e27f00fa
Force mimikatz and RDI submodules to point to master 2020-07-03 08:47:41 +10:00
OJ
19bb68ea51
Update readme for cross compilation 2020-06-30 21:28:59 +10:00
OJ
9f859fe208
Make sure output folder exists 2020-06-27 08:32:37 +10:00
OJ
1fc117743f
Fix kiwi build 2020-06-25 23:29:36 +10:00
OJ
0c9e909a2f
Remove reference to Mimikatz from cmake 2020-06-25 10:56:01 +10:00
OJ
754aeacacf
Fix makefile to point to toolsets 2020-06-25 10:50:27 +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
dd5243fae5
Add helper to build the container with the right name 2020-06-25 10:32:41 +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
3d4d4706e2
Remove unused local 2020-06-25 10:31:48 +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
936fa267b4
More of the cross compilation dance! 2020-06-25 10:31:03 +10:00
OJ
e7162dda2c
Few more cross comp changes for pmem 2020-06-25 10:31:00 +10:00
OJ
cb0c1d476c
Fix some winpmem stuff for cross building 2020-06-25 10:30:57 +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
dee84d6ca9
Fix small compiler warning 2020-06-25 10:29:59 +10:00
OJ
d820fb6458
Get x86 working for metsrv 2020-06-25 10:29:54 +10:00