├── BYOB-RCE ├── README.md ├── database.db └── exploit.py ├── CVE-2024-27620: Ladder Unauth SSRF └── exploit.py ├── CVE-2024-28741: Northstar C2 Unauth XSS ├── README.md └── exploit.py ├── CVE-2024-30850: CHAOS RAT RCE ├── README.md ├── exploit.py └── rickroll.mp4 ├── CVE-2024-30851: Jasmin Ransomware Unauth LFI ├── README.md └── exploit.py ├── CVE-2024-41570: Havoc C2 Unauth SSRF ├── README.md └── exploit.py ├── CVE-2024-46506: Unauthenticated RCE in NetAlertx ├── CVE-2024-46507: Yeti Platform SSTI └── CVE-2025-27090: Sliver C2 SSRF ├── README.md └── exploit.py /BYOB-RCE/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chebuya/exploits/HEAD/BYOB-RCE/README.md -------------------------------------------------------------------------------- /BYOB-RCE/database.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chebuya/exploits/HEAD/BYOB-RCE/database.db -------------------------------------------------------------------------------- /BYOB-RCE/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chebuya/exploits/HEAD/BYOB-RCE/exploit.py -------------------------------------------------------------------------------- /CVE-2024-27620: Ladder Unauth SSRF/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chebuya/exploits/HEAD/CVE-2024-27620: Ladder Unauth SSRF/exploit.py -------------------------------------------------------------------------------- /CVE-2024-28741: Northstar C2 Unauth XSS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chebuya/exploits/HEAD/CVE-2024-28741: Northstar C2 Unauth XSS/README.md -------------------------------------------------------------------------------- /CVE-2024-28741: Northstar C2 Unauth XSS/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chebuya/exploits/HEAD/CVE-2024-28741: Northstar C2 Unauth XSS/exploit.py -------------------------------------------------------------------------------- /CVE-2024-30850: CHAOS RAT RCE/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chebuya/exploits/HEAD/CVE-2024-30850: CHAOS RAT RCE/README.md -------------------------------------------------------------------------------- /CVE-2024-30850: CHAOS RAT RCE/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chebuya/exploits/HEAD/CVE-2024-30850: CHAOS RAT RCE/exploit.py -------------------------------------------------------------------------------- /CVE-2024-30850: CHAOS RAT RCE/rickroll.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chebuya/exploits/HEAD/CVE-2024-30850: CHAOS RAT RCE/rickroll.mp4 -------------------------------------------------------------------------------- /CVE-2024-30851: Jasmin Ransomware Unauth LFI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chebuya/exploits/HEAD/CVE-2024-30851: Jasmin Ransomware Unauth LFI/README.md -------------------------------------------------------------------------------- /CVE-2024-30851: Jasmin Ransomware Unauth LFI/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chebuya/exploits/HEAD/CVE-2024-30851: Jasmin Ransomware Unauth LFI/exploit.py -------------------------------------------------------------------------------- /CVE-2024-41570: Havoc C2 Unauth SSRF/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chebuya/exploits/HEAD/CVE-2024-41570: Havoc C2 Unauth SSRF/README.md -------------------------------------------------------------------------------- /CVE-2024-41570: Havoc C2 Unauth SSRF/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chebuya/exploits/HEAD/CVE-2024-41570: Havoc C2 Unauth SSRF/exploit.py -------------------------------------------------------------------------------- /CVE-2024-46506: Unauthenticated RCE in NetAlertx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chebuya/exploits/HEAD/CVE-2024-46506: Unauthenticated RCE in NetAlertx -------------------------------------------------------------------------------- /CVE-2024-46507: Yeti Platform SSTI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chebuya/exploits/HEAD/CVE-2024-46507: Yeti Platform SSTI -------------------------------------------------------------------------------- /CVE-2025-27090: Sliver C2 SSRF/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chebuya/exploits/HEAD/CVE-2025-27090: Sliver C2 SSRF/README.md -------------------------------------------------------------------------------- /CVE-2025-27090: Sliver C2 SSRF/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chebuya/exploits/HEAD/CVE-2025-27090: Sliver C2 SSRF/exploit.py --------------------------------------------------------------------------------