• Stars
    star
    3
  • Rank 3,947,974 (Top 79 %)
  • 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

Simple shellcode injetion with APC and syscalls

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

LoadDLLFromFileAndConvertToShellcode

Load DLL or EXE file and convert to shellcode at runtime
8
star
17

zCore

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

compilecs

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

WinTimer

Wrapper for Mimikatz with delayed execution
C#
6
star
20

Files

HTML
6
star
21

FiberShellcodeSyscall

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

ObfuscateTest

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

RemoteCat

C#
5
star
24

MimiRunner

Run Mimikatz with ReactOS cmd.exe
5
star
25

InjectShellcodeWithAPC

Simple yet effective shellcode injection with QueueUserAPC
5
star
26

NewShellCS

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

DLLloaderCS

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

Epsilon

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

ClassAsShellcode

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

SVCHOSTEXE

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

WordVBAPayload

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

TCPClientReverseShellCS

C# reverse shell using TCPClient
3
star
33

ExecuteVBAwithRtlMoveMemory

Execute your VBA macro with RtlMoveMemory only
3
star
34

CSharpInlineAssembly

Execute inline assembly from C#
3
star
35

ShellcodeAndSvchost

Inject your shellcode into svchost
3
star
36

Omega

Use syscalls ZwCreateSection and ZwMapViewOfSection and GetDelegateForFunctionPointer
3
star
37

HijackCS

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

CSharpPowershellRunspace

Inject 64 bit .dll from CSharp and Powershell runspace
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