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
heartbleed-masstest — Ferramenta multithread para escanear muitos hosts em busca da CVE-2014-0160. | Kitploit
Ferramentas/GitHubGitHub/musalbas/heartbleed-masstest
ReconhecimentoScanners de VulnerabilidadesScripting e AutomaçãoColeta de InformaçõesSegurança de RedeTestes de Penetração
GitHubmusalbas/heartbleed-masstest

heartbleed-masstest

Ferramenta multithread para escanear muitos hosts em busca da CVE-2014-0160.

Ver Repositório
572207há 11 anosRevisado pelo Kitploit

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

Esta ferramenta permite que você escaneie vários hosts para Heartbleed, de maneira eficiente e multi-thread.

Isso testa versões do OpenSSL vulneráveis ao Heartbleed sem explorar o servidor, de modo que a solicitação de heartbeat não faz com que o servidor vaze nenhum dado da memória ou exponha qualquer dado de forma não autorizada. Esta postagem do blog da Mozilla descreve o método utilizado.

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
Baixar ferramenta