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
Strumenti/GitHubGitHub/musalbas/heartbleed-masstest
RicognizioneScanner di VulnerabilitàScripting e AutomazioneRaccolta InformazioniSicurezza di RetePenetration Testing
GitHubmusalbas/heartbleed-masstest

heartbleed-masstest

Strumento multi-thread per la scansione di molti host alla ricerca di CVE-2014-0160.

Vedi Repository
57220711 anni faRevisionato da Kitploit

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
heartbleed-masstest — Strumento multi-thread per la scansione di molti host alla ricerca di CVE-2014-0160. | Kitploit

Questo strumento consente di eseguire la scansione di più host per Heartbleed, in modo efficiente e multi-thread.

Il test verifica la presenza di versioni di OpenSSL vulnerabili a Heartbleed senza sfruttare il server, quindi la richiesta heartbeat non causa la fuoriuscita di dati dalla memoria del server né espone dati in modo non autorizzato. Questo post del blog di Mozilla illustra il metodo utilizzato.

root@kitploit:~
Usage: ssltest.py  [network2] [network3] ...

Test for SSL heartbleed vulnerability (CVE-2014-0160) on multiple domains

Options:
  -h, --help            show this help message and exit
  -p PORT, --port=PORT  Port to scan on all hosts or networks, default 443
  -i INPUT_FILE, --input=INPUT_FILE
                        Optional input file of networks or ip addresses, one
                        address per line
  -o LOG_FILE, --logfile=LOG_FILE
                        Optional logfile destination
  --resume              Do not rescan hosts that are already in the logfile
  -t TIMEOUT, --timeout=TIMEOUT
                        How long to wait for remote host to respond before
                        timing out
  --threads=THREADS     If specific, run X concurrent threads
  --json=JSON_FILE      Save data as json into this file
  --only-vulnerable     Only scan hosts that have been scanned before and were
                        vulnerable
  --only-unscanned      Only scan hosts that appear in the json file but have
                        not been scanned
  --summary             Useful with --json. Don't scan, just print old results
  --verbose             Print verbose information to screen
  --max=MAX             Exit program after scanning X hosts. Useful with
                        --only-unscanned
Scarica lo strumento