Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
fuel-cms-cve-2018-16763-python3-port — Maintained Python 3 port of the original FUEL CMS CVE-2018-16763 proof-of-concept. | Kitploit
Tools/GitHubGitHub/shadowr-root/fuel-cms-cve-2018-16763-python3-port
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationRed Teaming
GitHubshadowr-root/fuel-cms-cve-2018-16763-python3-port

fuel-cms-cve-2018-16763-python3-port

Maintained Python 3 port of the original FUEL CMS CVE-2018-16763 proof-of-concept.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
14 days agoNot yet reviewed

FUEL CMS 1.4.1 Python 3 Compatibility Port

Overview

This repository contains a Python 3 compatibility port of the original proof-of-concept for CVE-2018-16763 affecting FUEL CMS 1.4.1.

The original proof-of-concept was written by 0xd0ff9. This repository does not claim authorship of the original exploit. My work focused on updating the script for modern Python versions and resolving compatibility issues.

Original Information

  • Original Author: 0xd0ff9
  • Product: FUEL CMS
  • Affected Version: <= 1.4.1
  • CVE: CVE-2018-16763
  • Original Release Date: 2019-07-19

My Contributions

  • Ported the script from Python 2 to Python 3.
  • Updated deprecated Python syntax and imports.
  • Resolved Python 3 runtime and syntax issues.
  • Removed obsolete debugging/proxy configuration used during development.
  • Cleaned up portions of the code for readability.
  • Verified successful execution in an authorized lab environment.

Why This Repository Exists

Many publicly available proof-of-concept scripts were written for Python 2 and no longer execute correctly on modern Linux distributions.

This repository preserves the original proof-of-concept while providing a maintained Python 3 compatible version for educational purposes and authorized security testing.

Requirements

  • Python 3.x
  • requests

Install dependencies:

root@kitploit:~
pip install requests

Usage

This repository is intended only for studying Python compatibility updates and for use in environments where you have explicit authorization to perform security testing.

Disclaimer

This repository is provided for educational purposes, security research, and authorized penetration testing only.

The original vulnerability research and proof-of-concept belong to the original author. My contribution is limited to the Python 3 compatibility port, debugging, and maintenance improvements.

Users are responsible for complying with all applicable laws and obtaining authorization before performing any security testing.

Credits

Original Proof-of-Concept:

  • 0xd0ff9

Python 3 Port and Maintenance:

  • ShadowR
Download Tool