Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
CVE-2023-44487 — Exploit basato su Python per testare l'attacco rapid reset (CVE-2023-44487) | Kitploit
Strumenti/GitHubGitHub/studiogangster/cve-2023-44487
Analisi delle VulnerabilitàExploitSfruttamento di Applicazioni WebPenetration TestingApprendimento e Formazione
GitHubstudiogangster/cve-2023-44487

CVE-2023-44487

Exploit basato su Python per testare l'attacco rapid reset (CVE-2023-44487)

Vedi Repository
2232 anni faRevisionato da Kitploit
Sito web

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Condividi

Attacco HTTP2 Rapid Reset: CVE-2023-44487

Exploit rapido per testare l'attacco rapid reset (CVE-2023-44487). Nota: Solo a scopo educativo.

Exploit:

Exploit rapido per testare l'attacco rapid reset (CVE-2023-44487). Nota: Solo a scopo educativo.

Indice

  • Installazione
  • Uso

Installazione

Clona il repository sulla tua macchina locale usando Git, installa poetry ed esegui il programma:

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 [OPZIONI]

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.

Scarica lo strumento