Pinned Repositories
CloneProcess
Clone running process with ZwCreateProcess
CopyCat
Simple rapper for Mimikatz, bypass Defender
Core
Core bypass Windows Defender and execute any binary converted to shellcode
CoreClass
Mimikatz embedded as classes
HideCode
Hide code from dnSpy and other C# spying tools
NewShell
Reverse shell without Windows cmd.exe, using ReactOS cmd.dll as shellcode
Upsilon
Upsilon execute shellcode with syscalls - no API like NtProtectVirtualMemory is used
WinBoost
Execute Mimikatz with different technique
WinSpoof
Use TpAllocWork, TpPostWork and TpReleaseWork to execute machine code
Zeta
Using "svchost.exe -k ClipboardSvcGroup -p -s cbdhsvc" as trigger
mobdk's Repositories
mobdk/LoadDLLFromFileAndConvertToShellcode
Load DLL or EXE file and convert to shellcode at runtime
mobdk/ExecuteShellcodeWithSyscalls
Execute shellcode with syscalls from C# .dll
mobdk/ProtectingCodeWith-MITIGATION_POLICY
Protect your code with a mitigation policy that prevent non Microsoft signed code to inject for inspection
mobdk/ObfuscateTest
Obfuscate C# source code, so the relationship between the definition and the function call, cannot be detected (not at runtime)
mobdk/CSharpInlineAssembly
Execute inline assembly from C#
mobdk/InjectShellcodeWithAPC
Simple yet effective shellcode injection with QueueUserAPC
mobdk/ShellcodeAndSvchost
Inject your shellcode into svchost
mobdk/CSharpPowershellRunspace
Inject 64 bit .dll from CSharp and Powershell runspace
mobdk/ClassAsShellcode
This PoC uses C# Class name as shellcode
mobdk/compilecs
Use build-in compiler csc.exe and other tools to insert entrypoint
mobdk/Shellcode
Alternative version
mobdk/SVCHOSTEXE
Execute shellcode with svchost.exe -k LocalSystemNetworkResticted
mobdk/SimpleCodeExecution
Execute tasks.dll with minimum of code
mobdk/TriggerExecutionTasks
Trigger execution of tasks.dll from C# calling embedded JavaScript
mobdk/VBAShellCodeCallFuncInDLL
mobdk/ExecuteVBAwithRtlMoveMemory
Execute your VBA macro with RtlMoveMemory only
mobdk/WordVBAPayload
Create Word VBA payload that self-destruction at runtime
mobdk/VBA-DLL-WMI-EXECUTION
Call your own DLL from VBA and execute code under process svchost.exe with WMI
mobdk/BinBAT
Create payload that is both binary and batch file at the same time (Windows)