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
CVE-2024-2053 — CVE-2024-2053 | Kitploit
Tools/GitHubGitHub/b-l-x/cve-2024-2053
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed TeamingPayload Development
GitHubb-l-x/cve-2024-2053

CVE-2024-2053

CVE-2024-2053

View Repository
11 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

LFI to RCE Exploit via Log Poisoning

Python3 exploit for CVE-2024-2053 (Artica Proxy)

📝 Description

This Python3 script exploits Local File Inclusion (LFI) vulnerabilities to achieve Remote Code Execution (RCE) through log poisoning techniques. Specifically designed for Artica Proxy (CVE-2024-2053) but adaptable to other LFI scenarios.

⚡ Features

  • Multiple LFI test vectors (/etc/passwd, /proc/self/environ)
  • 4 different PHP payload variants for evasion
  • Automatic webshell deployment
  • Proxy support (Burp/OWASP ZAP)
  • SSL verification toggle
  • Verbose debugging mode

🛠️ Installation

root@kitploit:~
git clone https://github.com/yourusername/artica-lfi-rce.git
cd artica-lfi-rce
pip3 install -r requirements.txt

🚀 Usage

root@kitploit:~
python3 artica.py <target_url> <endpoint> [options]

Basic: python3 artica.py http://vulnerable.com /images.listener.php

With proxy: python3 artica.py https://target.com:9000 /vuln.php -p http://127.0.0.1:8080

Verbose mode: python3 artica.py http://victim.com /endpoint.php -v

python3 artica.py /path.php --no-verify

🎯 Technical Details

⚠️ Legal Disclaimer

This tool is provided for educational and authorized penetration testing purposes only. The developer assumes no liability and is not responsible for any misuse or damage caused by this program.

📜 License

MIT License - Copyright (c) 2024

Download Tool
Ignore SSL errors:
https://self-signed.com
ComponentDescription
Payloads
  • File writer (file_put_contents)
  • Base64 decoder variant
  • Compact function caller
Injection PointsUser-Agent, Referer, Cookies, GET parameters
WebshellRandomized filename (shell_[TIMESTAMP].php)