
CS-Fundamentals
A curated collection of Computer Science fundamentals (PDFs, notes, cheatsheets, interview question banks) for placement preparation, covering seven core subjects plus general resources.
This repository provides a proof-of-concept exploit and a non-intrusive verifier for a critical pre-authentication remote code execution vulnerability (CVE-2026-61511) in vBulletin 5.x/6.x via PHP eval() injection in multiple AJAX endpoints.
4
No data
0
0
MIT
2026-07-30
It includes both a full exploitation toolkit and a safe verification script, covers 18 attack endpoints, uses PHPFuck encoding for WAF evasion, and offers a broad range of post-exploitation features like reverse shell, persistence, and mass scanning.
⚠️ ETHICAL USE ONLY – AUTHORIZED SECURITY TESTING
This repository provides tools for authorized security professionals, blue teams, and penetration testers only.
Unauthorized access to computer systems is illegal under CFAA (US), Computer Misuse Act (UK), TCK 243/244 (Turkey), and similar laws worldwide.
CVE‑2026‑61511 is a PHP eval() injection flaw in vBulletin's AJAX template rendering engine.
Affected versions: 5.0.0 – 5.7.5 and 6.0.0 – 6.2.1.
Multiple attack endpoints – the bug exists in several AJAX handlers:
/ajax/render/pagenav/ajax/api/ad/replaceAdTemplate/ajax/render/widget_php/ajax/render/widget_tabbedcontainer_tab_panel/ajax/api/content_* /getIndexableContent endpointsPHPFuck encoding – the payload is transformed into a sequence of PHP operators and numbers that bypasses WAF filters and allows arbitrary PHP code execution.
No authentication required – an attacker can send a crafted POST request to any vulnerable endpoint and execute system commands with the privileges of the web server.
Impact – full server compromise, data theft, backdoors, lateral movement, and persistence. Upgrade the version!
| Tool | Purpose | Intended User |
|---|---|---|
exploit.py | Full toolkit with reverse shell, persistence, file operations, database dump, firewall management, log management, port forwarding, SSH key deployment, network scanning, and mass scanning (multi‑threaded). | Red teams / authorized pentesters |
safecheck.py | Non‑intrusive verifier that checks vulnerability without executing any malicious payload. Detects version, tests all endpoints, and generates a detailed report. | Blue teams / security auditors |
| Feature | exploit.py | safecheck.py |
|---|---|---|
| Vulnerability detection | ✅ | ✅ |
| Version detectio |
CVE-2026-61511 – vBulletin Pre-Auth RCE (CVSS 9.8). Vuln 5.x/6.x (unpatched). Multi-exploit via Endpoint Pool, AJAX, PHPFuck WAF bypass. Full toolkit: reverse shell, proxy, persistence, webshell, database operations, firewall control, log management, mass scanning. 2 versions: multi-exploit & safe-check. Python 3.8+ Use Ethically, Stay Legal. 🔒
Similar projects matched by category, topics, and programming language.

A curated collection of Computer Science fundamentals (PDFs, notes, cheatsheets, interview question banks) for placement preparation, covering seven core subjects plus general resources.

A comprehensive guide for building and configuring a high-end local machine to run state-of-the-art LLMs, with detailed hardware choices, BIOS tuning, and Docker-based model serving.
OpenClaude is an open-source CLI coding agent that runs on any platform and supports a wide range of LLM providers, offering the same tools and workflows as Claude Code.