An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: shellcode-development

Pithase/linux-asm-polymorphic-payloads

Desarrollo paso a paso de loaders y payloads polimórficos, escritos exclusivamente en Ensamblador x86-64 para Linux, sin dependencias externas y utilizando solo syscalls. | Step-by-step development of polymorphic loaders and payloads, written exclusively in x86-64 Assembly for Linux, without external dependencies and using only syscalls.

Language: Assembly - Size: 20.5 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

Pithase/asm-payloads-loaders

Desarrollo paso a paso de cargadores de payloads, escritos exclusivamente en lenguaje Ensamblador x86-64 para Linux, sin dependencias externas y utilizando solo syscalls. | Step-by-step development of payload loaders, written exclusively in x86-64 Assembly for Linux, with no external dependencies and using only syscalls.

Language: Assembly - Size: 248 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 10 - Forks: 1

Vazminz/ShellCode-Encrypt-Tool-Xor-Aes-Fud-Stable

RAT tools use shellcodes for remote access and system control. Shellcode injection and execution techniques bypass defenses, while red team tools focus on compiling and handling payloads for post-exploitation scenarios.

Language: C++ - Size: 314 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 1

Vazminz/ShellCode-Elevator-Uac-Bypass-Inject-Any-X64-fud

Shellcode development involves creating payloads for post-exploitation tasks like antivirus evasion and UAC bypass. Tools like shellcode loaders and injectors enable execution, while assembly and encoders ensure stealth on Windows systems.

Language: C++ - Size: 458 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 2 - Forks: 1

hasherezade/pe_to_shellcode

Converts PE into a shellcode

Language: C++ - Size: 156 KB - Last synced at: 11 days ago - Pushed at: almost 2 years ago - Stars: 2,545 - Forks: 457

Lynk4/Exploit-Development

🛠️ Exploit Development: This repository is a curated collection of low-level exploit examples and shellcode execution techniques. It is designed for cybersecurity researchers, reverse engineers, and students interested in understanding how raw shellcode is constructed, injected, and executed in real environments.

Language: C - Size: 42 KB - Last synced at: 16 days ago - Pushed at: 17 days ago - Stars: 1 - Forks: 0

Gallopsled/pwntools

CTF framework and exploit development library

Language: Python - Size: 26.8 MB - Last synced at: 21 days ago - Pushed at: about 1 month ago - Stars: 12,596 - Forks: 1,752

hasherezade/masm_shc

A helper utility for creating shellcodes. Cleans MASM file generated by MSVC, gives refactoring hints.

Language: C++ - Size: 1.24 MB - Last synced at: 16 days ago - Pushed at: about 2 months ago - Stars: 178 - Forks: 36

Zeyad-Azima/ShellcodeGenZ

GenZ Shellcode Generator to execute commands with winExec API

Language: Python - Size: 28.3 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 15 - Forks: 1

Print3M/c-to-shellcode

From C to binary shellcode converter.

Language: C - Size: 272 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 19 - Forks: 2

Kaorast/ShellCode-Encrypt-Tool-Xor-Aes-Fud-Stable

RAT tools use shellcodes for remote access and system control. Shellcode injection and execution techniques bypass defenses, while red team tools focus on compiling and handling payloads for post-exploitation scenarios.

Language: C++ - Size: 150 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Kaorast/ShellCode-Elevator-Uac-Bypass-Inject-Any-X64-fud

Shellcode development involves creating payloads for post-exploitation tasks like antivirus evasion and UAC bypass. Tools like shellcode loaders and injectors enable execution, while assembly and encoders ensure stealth on Windows systems.

Language: C++ - Size: 190 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

b1tg/rust-windows-shellcode

Windows shellcode development in Rust

Language: Rust - Size: 294 KB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 289 - Forks: 34

senzee1984/micr0_shell

micr0shell is a Python script that dynamically generates Windows X64 PIC Null-Free reverse shell shellcode.

Language: Python - Size: 602 KB - Last synced at: 2 months ago - Pushed at: 11 months ago - Stars: 185 - Forks: 29

gemesa/shadow-shell

Cyber lab designed for analyzing shellcode, exploring memory exploits and supporting malware analysis

Language: Assembly - Size: 195 KB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 8 - Forks: 1

Print3M/shellcoder

Shellcoder.py - simple script to automate shellcoding process and shellcode testing.

Language: Assembly - Size: 121 KB - Last synced at: 2 months ago - Pushed at: 11 months ago - Stars: 9 - Forks: 0

alphaSeclab/shellcode-resources

Resources About Shellcode

Size: 59.6 KB - Last synced at: 2 months ago - Pushed at: about 5 years ago - Stars: 211 - Forks: 60

Keramas/ShellcodeCarver

Python script to carve shellcode into the EAX register

Language: Python - Size: 51.8 KB - Last synced at: about 1 month ago - Pushed at: over 6 years ago - Stars: 7 - Forks: 2

0xvpr/vpr-shell-shock

A C99/C++17 compatible header only library capable of creating position independent shellcode.

Language: C++ - Size: 600 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 5 - Forks: 1

IdanBanani/ELF-Processs-Injection-Linux-Android

Shared object ELF Process injection and loading resources.

Size: 20.5 KB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 9 - Forks: 1

duyndh98/c2shellcode

c2shellcode is a lightweight and powerful tool that converts C source code into raw shellcode, making it easy to craft payloads for security research, exploit development, and reverse engineering.

Language: C++ - Size: 16.6 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

oldboy21/SHGenOb

Python based tool for generating Shellcode from PIC C

Language: C - Size: 14.6 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

XaFF-XaFF/Shellcodev

Shellcodev is a tool designed to help and automate the process of shellcode creation.

Language: C++ - Size: 3.84 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 106 - Forks: 30

ihack4falafel/Slink

Alphanumeric Shellcode (x86) Encoder

Language: Python - Size: 3.14 MB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 75 - Forks: 30

therealdreg/xshellex

With xshellex you can paste any kind of c-shellcode strings in x64dbg, ollydbg & immunity debugger

Language: C - Size: 22.1 MB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 39 - Forks: 11

cydtseng/Payloads

Language: C - Size: 7.81 KB - Last synced at: 7 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

DarkCoderSc/nasm-shell-pp

Uses NASM Shell Tool from Metasploit to friendly export Python / C / CPP shellcode from assembly instructions.

Language: Python - Size: 16.6 KB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 16 - Forks: 3

NioZow/Imperium

A C/C++/Asm template for PIC malware

Language: C - Size: 229 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Arinerron/compile

generate x86 shellcode from a simple scripting language

Language: Python - Size: 30.3 KB - Last synced at: 5 days ago - Pushed at: about 6 years ago - Stars: 5 - Forks: 3

psycore8/bin2shellcode Fork of fanbyprinciple/bin2shellcode

python3 Script to convert binary shellcode in different human readable outputs

Language: Python - Size: 308 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

qbitroot/hexel

Convert various hex formats such as C-style string/array, raw, swap endianness and more!

Language: Python - Size: 28.3 KB - Last synced at: 11 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

7etsuo/x86-assembler Fork of fengjixuchui/x86-assembler

Reads an assembly language file, performs two passes over the file to identify labels and assemble the instructions, and then writes the resulting machine code to an output file. It includes several helper functions for handling instructions, managing a hash table for storing labels, and writing the machine code to the output file.

Language: C - Size: 432 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 0

wastedMynd/LinuxBash

Useful Linux Bash Shell Scripts...

Language: Python - Size: 84.6 MB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 2

PELock/starter

A small utility to run raw code chunks in the executable memory area.

Language: C++ - Size: 102 KB - Last synced at: 2 months ago - Pushed at: over 10 years ago - Stars: 14 - Forks: 3

martinclauss/syscall_number

This tool gives you the Linux system call number (32bit and 64bit x86) for a system call name (e.g., read, write, ...).

Language: Python - Size: 21.5 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 25 - Forks: 4

erdii/dumptext

Language: Go - Size: 3.91 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

buzzer-re/BlobToChar

Load files inside C/C++ code

Language: C++ - Size: 1.29 MB - Last synced at: 1 day ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 0

winterrdog/shellcode-myner

Extracts shellcode from any specified binary/object file.

Language: Rust - Size: 47.9 KB - Last synced at: 25 days ago - Pushed at: almost 3 years ago - Stars: 4 - Forks: 2

0xvpr/lazy-payload-poc

Lazy "position independent" payload making technique for Windows

Language: C - Size: 17.6 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

0xE0L/TextObfs

TextObfs is a little script to assist you in obfuscating strings that will be directly hardcoded in instructions (thus in .text section), which can be useful when writing shellcodes

Language: Python - Size: 91.8 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

compilepeace/SHELLCODING_INTEL_x86-64

Repository contains shellcodes made from scratch for intel x86-64 bit Architecture

Language: Assembly - Size: 125 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 7 - Forks: 4

dessertlab/Shellcode_IA32

Shellcode_IA32 is a dataset consisting of challenging but common assembly instructions, collected from real shellcodes, with their natural language descriptions. The dataset can be used for neural machine translation tasks to automatically generate software exploits from natural language.

Size: 378 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 23 - Forks: 1

tontinton/panther

A shellcode compiler

Language: Nim - Size: 37.1 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 32 - Forks: 0

fanbyprinciple/bin2shellcode

.bin file to shellcode convertor

Language: Python - Size: 176 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

security-softwares/offensive_shellcode

offensive shellcode book for hackers and programmers

Size: 18.8 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

rainerzufalldererste/windows_x64_shellcode_template

An easily modifiable shellcode template for Windows x64 written in C

Language: C - Size: 14.6 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 41 - Forks: 6

0x1CA3/syringe

Visit https://github.com/0x80000000 for the newer version of this library.

Language: C++ - Size: 88.9 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 3

compilepeace/WEBSERVER_EXPLOIT

This repository contains exploit to the webserver from the NETWORK_PROGRAMS repository.

Language: C - Size: 933 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 6 - Forks: 4

Crypt00o/Some_Linux_0x86_Shellcodes_Written_By_0xCrypt00o

My Shellcodes For GNU Linux 0x86

Language: Assembly - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

galminyana/SLAE64

Assignments for SLAE64

Language: Assembly - Size: 136 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

Crypt00o/Some_Linux_0x86_64_Shellcodes_Written_By_0xCrypt00o

My Shellcodes For GNU Linux 0x86_64

Language: Assembly - Size: 8.79 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

11philip22/MessageBoxShellcode

PIC shellcode to run MessageBoxW

Language: PowerShell - Size: 42 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 1

mahmoud0x01/shellc0de

a shellcode to write "y0u sp43k OPC0DE !?" message in an infinite loop

Language: C - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

codeanonorg/Octo-syn

Shellcode synthesizer

Language: OCaml - Size: 28.3 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

11philip22/asmGlue

Glue shellcode extracted from C together with ASM

Language: PowerShell - Size: 61.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0