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/giriaryan694-a11y/cve-2025-32433_rce_exploit
Vulnerability AnalysisExploitationShellcodePenetration TestingLearning & EducationRemote Access ToolBinary ExploitationLabs & PracticeArchived
GitHub
giriaryan694-a11y/cve-2025-32433_rce_exploit

cve-2025-32433_rce_exploit

This exploit script is designed to simplify exploitation of the Erlang/OTP SSH vulnerability CVE-2025-32433 in the TryHackMe lab environment.

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

Erlang/OTP SSH – CVE-2025-32433 (TryHackMe Lab)

⚠️ Educational Use Only

This project is strictly for learning and lab practice on the official TryHackMe room: https://tryhackme.com/room/erlangotpsshcve202532433

Do not use this tool against systems you do not own or have explicit permission to test.


Screenshot

Screenshot


📌 Overview

This exploit script is designed to simplify exploitation of the Erlang/OTP SSH vulnerability CVE-2025-32433 in the TryHackMe lab environment.

The goal is to:

  • Reduce manual steps
  • Provide guided prompts
  • Allow safe testing or controlled reverse shell execution inside the lab

This helps learners focus on understanding the vulnerability, not just copying commands.


🧠 What This Exploit Does

  • Interacts with a vulnerable Erlang/OTP SSH service

  • Guides the user through required inputs

  • Supports two controlled actions:

    1. Reverse shell (lab-only)
    2. Safe file-write test (non-interactive verification)

No automated scanning, no worm-like behavior, no persistence.


🧪 Supported Actions

1️⃣ Reverse Shell (Lab Only)

Used to demonstrate remote command execution impact in a controlled environment.

Requires:

  • A listener running on your machine (e.g., nc -lvnp 4444)

2️⃣ Safe File Write Test

A non-destructive option to confirm exploitation without spawning a shell.

Recommended for:

  • First-time testing
  • Report validation
  • Safer demonstrations

▶️ Usage Flow

When running the script, you will be prompted as follows:

root@kitploit:~
[?] Enter target IP address: 10.49.164.45
[?] Enter target SSH port [22]: 22

[?] Select action:
   1. Reverse Shell (requires listener on your machine)
   2. Test with file write (safe test)

[?] Choose option [1 or 2]: 1

[?] Enter your IP for reverse shell: 192.168.194.43
[?] Enter port for reverse shell [4444]: 4444

The script then performs the selected action automatically.


🎯 Learning Objectives

By using this exploit, you will understand:

  • How Erlang/OTP SSH vulnerabilities can be abused
  • Why improper input handling in SSH subsystems is dangerous
  • The difference between proof-of-concept testing and full exploitation
  • How real-world exploits are often wrapped in user-friendly tooling

🛡️ Ethics & Responsibility

This tool:

  • Is not designed for real-world attacks
  • Must only be used on TryHackMe or authorized test systems
  • Should be treated as a learning artifact, not a weapon

If you are learning cybersecurity, mastery begins with discipline and restraint.


🧩 Lab Reference

  • Platform: TryHackMe
  • Room: Erlang/OTP SSH CVE-2025-32433
  • Vulnerability: CVE-2025-32433

✍️ Author Notes

Built to make learning exploitation clearer, safer, and more structured.

If you are reviewing this as a learner:

Understand why it works — not just that it works.


✅ Happy learning. Break systems only where you are invited to.

Download Tool