• Stars
    star
    8
  • Rank 2,090,319 (Top 42 %)
  • Language
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Load DLL or EXE file and convert to shellcode at runtime

More Repositories

1

CopyCat

Simple rapper for Mimikatz, bypass Defender
C#
139
star
2

Upsilon

Upsilon execute shellcode with syscalls - no API like NtProtectVirtualMemory is used
C#
92
star
3

CloneProcess

Clone running process with ZwCreateProcess
C#
58
star
4

Zeta

Using "svchost.exe -k ClipboardSvcGroup -p -s cbdhsvc" as trigger
C#
56
star
5

WinBoost

Execute Mimikatz with different technique
C#
49
star
6

Core

Core bypass Windows Defender and execute any binary converted to shellcode
C#
42
star
7

HideCode

Hide code from dnSpy and other C# spying tools
C#
40
star
8

CoreClass

Mimikatz embedded as classes
C#
28
star
9

WinSpoof

Use TpAllocWork, TpPostWork and TpReleaseWork to execute machine code
C#
21
star
10

NewShell

Reverse shell without Windows cmd.exe, using ReactOS cmd.dll as shellcode
C++
21
star
11

Sigma

Execute shellcode with ZwCreateSection, ZwMapViewOfSection, ZwOpenProcess, ZwMapViewOfSection and ZwCreateThreadEx
C#
14
star
12

winNoise

Execute embedded Mimikatz
C#
13
star
13

VBA-DLL-WMI-EXECUTION

Call your own DLL from VBA and execute code under process svchost.exe with WMI
C#
12
star
14

ExecuteShellcodeWithSyscalls

Execute shellcode with syscalls from C# .dll
12
star
15

CallBack

Execute Mimikatz in shellcode format, uses native API VirtualAlloc and EnumSystemGeoID
C#
8
star
16

zCore

Optimized version, Nt/ZwProtectVirtualMemory has been removed with every syscall.
C#
8
star
17

compilecs

Use build-in compiler csc.exe and other tools to insert entrypoint
8
star
18

WinTimer

Wrapper for Mimikatz with delayed execution
C#
6
star
19

Files

HTML
6
star
20

FiberShellcodeSyscall

Using syscall when possible, ZwAllocateVirtualMemory, ZwProtectVirtualMemory and ZwWriteVirtualMemory
C#
6
star
21

ObfuscateTest

Obfuscate C# source code, so the relationship between the definition and the function call, cannot be detected (not at runtime)
5
star
22

RemoteCat

C#
5
star
23

MimiRunner

Run Mimikatz with ReactOS cmd.exe
5
star
24

InjectShellcodeWithAPC

Simple yet effective shellcode injection with QueueUserAPC
5
star
25

NewShellCS

Execute reverse shell without cmd.exe and uses syscalls from C#
5
star
26

DLLloaderCS

Load 32bit .DLL payload fra C#
4
star
27

Epsilon

In this PoC I am addressing the timer issue that exist in Defender
C#
4
star
28

ClassAsShellcode

This PoC uses C# Class name as shellcode
3
star
29

SVCHOSTEXE

Execute shellcode with svchost.exe -k LocalSystemNetworkResticted
3
star
30

WordVBAPayload

Create Word VBA payload that self-destruction at runtime
VBA
3
star
31

TCPClientReverseShellCS

C# reverse shell using TCPClient
3
star
32

ExecuteVBAwithRtlMoveMemory

Execute your VBA macro with RtlMoveMemory only
3
star
33

CSharpInlineAssembly

Execute inline assembly from C#
3
star
34

ShellcodeAndSvchost

Inject your shellcode into svchost
3
star
35

Omega

Use syscalls ZwCreateSection and ZwMapViewOfSection and GetDelegateForFunctionPointer
3
star
36

HijackCS

Hijack your own process or other, use syscall NtWriteVirtualMemory and NtAllocateVirtualMemory to stay undetected
3
star
37

CSharpPowershellRunspace

Inject 64 bit .dll from CSharp and Powershell runspace
3
star
38

APCinjectCS

Simple shellcode injetion with APC and syscalls
3
star
39

InstallutilInject

Execute .dll with MS InstallUtil.exe
C#
2
star
40

VBAShellCodeCallFuncInDLL

2
star
41

Shellcode

Alternative version
2
star
42

TriggerExecutionTasks

Trigger execution of tasks.dll from C# calling embedded JavaScript
2
star
43

ProcessFinder

Find process and startup arguments with syscalls
C#
2
star
44

ProtectingCodeWith-MITIGATION_POLICY

Protect your code with a mitigation policy that prevent non Microsoft signed code to inject for inspection
2
star
45

BinBAT

Create payload that is both binary and batch file at the same time (Windows)
1
star
46

SimpleCodeExecution

Execute tasks.dll with minimum of code
1
star
47

DllHijackCS

.DLL based hijack
1
star
48

FiberShellcode

Execute shellcode with Fiber
1
star