125 skills found · Page 5 of 5
ELMERIKH / SephirosFileless Shellcode Loader with Python
sunnyc7 / EvilWMIProviderInstalls And Executes Shellcode
mobdk / ExecuteShellcodeWithSyscallsExecute shellcode with syscalls from C# .dll
gnebbia / ShellcoderCreate shellcode from executable or assembly code
bleedx-93 / NoobiA Simple tool to execute shellcode with the ability to detect mouse movement
808ale / CipherRunCipherRun is an ethical hacking tool used to execute shellcode easily while bypassing antivirus solutions.
jdecorte-be / Woody WoodpackerA binary packer for ELF (32/64-bit) and Mach-O executables. Encrypts the .text section with RC4 and injects a self-decrypting shellcode payload.
a7t0fwa7 / Valkyries EmbraceValkyrie's Embrace is a tool written in the Odin programming language that allows executing shellcode on a remote system.
Malforge-Maldev-Public-Organization / EarlyBird APC Code InjectionEarlyBird APC Injection is a stealthy process injection technique that queues malicious shellcode into a suspended thread of a newly created process. Once the thread is resumed, the payload executes, making detection and analysis more difficult.
nblog / Shellcode ExecuteNo description available
guffre / Shellcode LauncherA shellcode launcher written in assembly. Executes shellcode saved in a file.
parzel / Getsystem BofBOF to execute shellcode as SYSTEM via PPID spoofing.
x0reaxeax / GhostWriting64PoC implementation of the GhostWriting injection technique for x64 Windows
itsnold / ShellStreamExecute shellcode from a remote server.
mobdk / CallBackExecute Mimikatz in shellcode format, uses native API VirtualAlloc and EnumSystemGeoID
VirtualAlllocEx / Create Thread Inline Assembly X86 FibersThis POC provides the ability to execute x86 shellcode in the form of a .bin file based on x86 inline assembly and execution over fibers
Kara-4search / CreateThreadpoolWait ShellcodeExecution CSharpShellcode execution via CreateThreadpoolWait with Csharp
EasyHax / AITMassembly in the middle - detours native function from c#, executes shellcode before calling the hook routine
nffdev / ThreadHijackingA simple tool for hijacking a thread in a target process and executing shellcode in its context.
Kara-4search / AddressOfEntryPoint Hijack CSharpShellcode injection or execution via AddressOfEntryPoint hijack.