๐ป NullSec Stealth
February 27, 2026 ยท View on GitHub
๐ป NullSec Stealth
Advanced Evasion & Anti-Forensics Toolkit
โโโโ โ โ โโ โโโ โโโ โโโโโโ โโโโโโ โโโโโโ
โโ โโ โ โโ โโโโโโโโ โโโโ โโโ โ โโ โ โโโโ โโ
โโโ โโ โโโโโโ โโโโโโโโ โโโโ โ โโโโ โโโโ โโโ โ
โโโโ โโโโโโโโ โโโโโโโโ โโโโ โ โโโโโโ โ โโโโ โโโโ
โโโโ โโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โโโโโ โ
โ โโ โ โ โโโโ โ โ โ โโโ โโ โโโ โโ โโโ โ โโโ โโ โโ โโ โ โ
โ โ โ โ โ โ โ โ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโ S T E A L T H โโโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
bad-antics
๐ Join x.com/AnonAntics for premium features!
๐ฏ Features
| Tool | Language | Description | Free | Premium |
|---|---|---|---|---|
| stegohide | Crystal | Advanced steganography encoder | โ | ๐ฅ |
| procmask | Lua | Process name/memory masking | โ | ๐ฅ |
| timewarp | D | Timestamp manipulation | โ | ๐ฅ |
| cryptchan | Haskell | Encrypted covert channels | โ | ๐ฅ |
| ghostmem | V | Fileless memory execution | โ | ๐ฅ |
| avbypass | Crystal | AV signature evasion | โ | ๐ฅ |
๐ Structure
nullsec-stealth/
โโโ crystal/
โ โโโ stegohide.cr # Steganography encoder/decoder
โโโ lua/
โ โโโ procmask.lua # Process masking utility
โโโ dlang/
โ โโโ timewarp.d # Timestamp manipulation
โโโ haskell/
โ โโโ cryptchan.hs # Encrypted covert channels
โโโ vlang/
โโโ ghostmem.v # Fileless memory execution
๐ง Installation
Crystal - StegoHide
cd crystal
crystal build stegohide.cr --release -o stegohide
./stegohide encode -i secret.txt -c cover.png -o output.png
Lua - ProcMask
cd lua
lua procmask.lua --pid 1234 --name "systemd"
D - TimeWarp
cd dlang
dmd -release -O timewarp.d -of=timewarp
./timewarp --file target.exe --time "2020-01-01 00:00:00"
Haskell - CryptChan
cd haskell
ghc -O2 cryptchan.hs -o cryptchan
./cryptchan --mode server --port 443 --key mykey
V - GhostMem
cd vlang
v -prod ghostmem.v -o ghostmem
./ghostmem --payload shellcode.bin --target pid
๐ Tool Details
StegoHide (Crystal)
Advanced steganography tool supporting multiple carrier formats:
- PNG/BMP - LSB encoding with encryption
- JPEG - DCT coefficient manipulation
- WAV/MP3 - Audio spectrum hiding
- PDF - Whitespace encoding
- AES-256 encryption for payloads
ProcMask (Lua)
Process evasion and masking utility:
- Rename running process in memory
- Mask command line arguments
- Hollow process injection setup
- Parent PID spoofing preparation
- Module list manipulation
TimeWarp (D)
Timestamp manipulation for anti-forensics:
- Modify MACB timestamps (Modified, Accessed, Changed, Birth)
- Recursive directory timestamp matching
- Random timestamp within range
- Clone timestamps from reference file
- NTFS FILE_NAME manipulation
CryptChan (Haskell)
Encrypted covert communication channels:
- DNS tunneling with encryption
- ICMP covert channel
- HTTP header smuggling
- TLS certificate field hiding
- Timing-based channels
GhostMem (V)
Fileless payload execution:
- Direct syscall execution
- Memory-only payload loading
- Process hollowing
- Module stomping
- Thread execution hijacking
โ ๏ธ Legal Disclaimer
FOR EDUCATIONAL AND AUTHORIZED SECURITY TESTING ONLY
These tools are designed for:
- Red team engagements
- Penetration testing
- Security research
- Educational purposes
Unauthorized use against systems you don't own or have permission to test is illegal.
๐ License
NullSec Proprietary License - See LICENSE for details.
Premium features require a valid key from x.com/AnonAntics