Share
## https://sploitus.com/exploit?id=D41F5AFB-4EDB-5E27-BDEA-11C97A4AB06B
# NullSec Payloads
```
โโโโ โ โ โโ โโโ โโโ โโโโโโ โโโโโโ โโโโโโ
โโ โโ โ โโ โโโโโโโโ โโโโ โโโ โ โโ โ โโโโ โโ
โโโ โโ โโโโโโ โโโโโโโโ โโโโ โ โโโโ โโโโ โโโ โ
โโโโ โโโโโโโโ โโโโโโโโ โโโโ โ โโโโโโ โ โโโโ โโโโ
โโโโ โโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โโโโโ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโ P A Y L O A D S โโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
bad-antics
```


## Overview
Curated collection of payloads, shellcode, and exploit templates for the NullSec toolkit ecosystem. Designed for integration with NullSec tools and authorized penetration testing.
## Structure
```
nullsec-payloads/
โโโ shellcode/
โ โโโ linux/
โ โ โโโ x64/
โ โ โโโ x86/
โ โโโ windows/
โ โโโ x64/
โ โโโ x86/
โโโ webshells/
โ โโโ php/
โ โโโ asp/
โ โโโ jsp/
โ โโโ python/
โโโ reverse-shells/
โ โโโ bash/
โ โโโ python/
โ โโโ powershell/
โ โโโ compiled/
โโโ bind-shells/
โโโ staged/
โโโ encoders/
โโโ templates/
โ โโโ bof/
โ โโโ rop/
โ โโโ format-string/
โโโ configs/
โโโ c2/
โโโ evasion/
```
## Categories
### Shellcode
Pre-built position-independent shellcode for various platforms and architectures.
### Web Shells
Minimal and obfuscated web shells for post-exploitation persistence.
### Reverse Shells
One-liners and compiled reverse shells in multiple languages.
### Bind Shells
Bind shell implementations for network pivoting.
### Staged Payloads
Multi-stage payloads for constrained environments.
### Templates
Exploit development templates for common vulnerability classes.
## Usage
All payloads are designed to work with NullSec tools:
```bash
# With nullsec-shellcraft
nullsec-shellcraft --use-payload linux/x64/reverse_tcp
# With nullsec-memcorrupt
nullsec-memcorrupt --template bof --payload staged/http
# Direct use
cat payloads/shellcode/linux/x64/execve.bin | xxd
```
## Warning
โ ๏ธ **For authorized security testing only** โ ๏ธ
These payloads are provided for legitimate security research and authorized penetration testing. Unauthorized use is illegal.
## License
NullSec Proprietary