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-2023-44487 — Um exploit baseado em Python para testar o ataque rapid reset (CVE-2023-44487) | Kitploit
Ferramentas/GitHubGitHub/studiogangster/cve-2023-44487
Análise de VulnerabilidadesExploraçãoExploração de Aplicações WebTestes de PenetraçãoAprendizado e Educação
GitHubstudiogangster/cve-2023-44487

CVE-2023-44487

Um exploit baseado em Python para testar o ataque rapid reset (CVE-2023-44487)

Ver Repositório
223há 2 anosRevisado pelo Kitploit
Site

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

Ataque de Reset Rápido HTTP2: CVE-2023-44487

Exploit rápido para testar o ataque de reset rápido (CVE-2023-44487). Nota: Apenas para fins educacionais

Índice

  • Instalação
  • Uso

Instalação

Clone o repositório para sua máquina local usando Git, instale o poetry e execute o programa:

root@kitploit:~
git clone https://github.com/studiogangster/CVE-2023-44487.git

cd CVE-2023-44487

 # install Poetry, if you haven't already:
 curl -sSL https://install.python-poetry.org | python -
 
 # poetry install
 poetry install

 # Activate the virtual environment created by Poetry:
 poetry shell

 # Run Help
 python main.py

## Example:
python main.py --host example.com --path /api --headers "Authorization: Basic dummy-token ; Custom-Header:Custom-Header-Value" --port 443 --requests_count 100  --max_streams 20 --parallel_connections 2

Uso

Uso: main.py [OPÇÕES]

root@kitploit:~
Options: --host TEXT Host URL [required] --path TEXT Path on the host [required] --headers TEXT Headers (comma-separated) [required] --port INTEGER Port number [required] --requests_count INTEGER Number of requests to be sent [required] --max_streams INTEGER Maximum streams to be opened in parallel [required] --parallel_connections INTEGER Number of parallel connections to be made with the server. (TCP connection) [required] --help Show this message and exit.
Baixar ferramenta