D1rkMtr

Results 21 repositories owned by D1rkMtr

FilelessRemotePE

612
Stars
125
Forks
9
Watchers

Loading Fileless Remote PE from URI to memory with argument passing and ETW patching and NTDLL unhooking and No New Thread technique

DumpThatLSASS

415
Stars
64
Forks
4
Watchers

Dumping LSASS by Unhooking MiniDumpWriteDump by getting a fresh DbgHelp.dll copy from the disk , plus functions and strings obfuscation , it contains Anti-sandbox , if you run it under unperformant V...

ADSrunner

29
Stars
5
Forks
Watchers

Write a UUIDs bytes array "*" collected to the Alternate Data Stream of the current binary , then the ADS Runner will get the DATA tranfert it into a char table nice UUIDS shellcode and Run it

AmsiScanBuffer

34
Stars
5
Forks
Watchers

Digging deeper into AmsiScanBuffer internals, and identifying 7 possibles AMSI patching by forcing a conditional jump to a branch that sets the return value of AmsiScanBuffer to E_INVALIDARG and makes...

ChTimeStamp

54
Stars
3
Forks
Watchers

Changing the Creation time and the Last Written time of a dropped file by the timestamp of other one , like the "kernel32.dll" timestamp

EtwPatching

71
Stars
16
Forks
Watchers

Patching Event Tracing for Windows, by overwriting "call ntdll!EtwpEventWriteFull" inside ntdll!EtwEventWrite , the patched call do the actual Event Writing

ExecRemoteAssembly

213
Stars
31
Forks
Watchers

Execute Remote Assembly with args passing and with AMSI and ETW patching

FileLessRemoteShellcode

152
Stars
22
Forks
Watchers

Run Fileless Remote Shellcode directly in memory with Module Unhooking , Module Stomping, No New Thread. This repository contains the TeamServer and the Stager

githubC2

116
Stars
26
Forks
Watchers

Abusing Github API to host our C2 traffic, usefull for bypassing blocking firewall rules if github is in the target white list , and in case you don't have C2 infrastructure , now you have a free one

Internals_Exploring

16
Stars
6
Forks
Watchers

This Repo is created for documenting my Debugging discovery journey