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
ntpdos — PoC para DoS distribuído por reflexão NTP (CVE-2013-5211) | Kitploit
Ferramentas/GitHubGitHub/sepehrdaddev/ntpdos
Análise de VulnerabilidadesExploraçãoSegurança de RedeAprendizado e Educação
GitHubsepehrdaddev/ntpdos

ntpdos

PoC para DoS distribuído por reflexão NTP (CVE-2013-5211)

Ver Repositório
1012há 6 anosAinda 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

ntpdos

PoC para ataque de reflexão NTP distribuído (CVE-2013-5211).

Utilização

root@kitploit:~
$ ./ntpdos -H
--==[ ntpdos by sepehrdad ]==--

usage:

  ntpdos -t <addr> -s <addr> [options] | [misc]

options:

  -t <addr>    - target ip address
  -T <file>    - list of target ip addresses
  -s <addr>    - ntp server ip address
  -S <file>    - list of ntp server ip addresses
  -p <num>     - number of parallel processes (default: 80)
  -d <num>     - delay in microsecs (default: 1000)

misc:

  -V           - show version
  -H           - show help

example:

  # Attack 127.0.0.1 with servers from servers.lst
  $ ntpdos -t 127.0.0.1 -S servers.lst

  # Attack targets from targets.lst with 192.168.2.11 server
  $ ntpdos -T targets.lst -s 192.168.2.11

  # Attack targets from targets.lst with servers from servers.lst
  $ ntpdos -T targets.lst -S servers.lst

  # Attack 1.2.3.4 with 5.6.7.8 using 200 parallel processes
  $ ntpdos -t 1.2.3.4 -s 5.6.7.8 -p 200

  # Attack 1.2.3.4 with 5.6.7.8 with 1 microsec delay
  $ ntpdos -t 1.2.3.4 -s 5.6.7.8 -d 1

notes:

  * list of ip addresses should have 1 ip address per line

Licença

Este software é distribuído sob a Licença Pública Geral GNU versão 3 (GPLv3)

Baixar ferramenta

AVISO LEGAL

ESTE SOFTWARE É FORNECIDO APENAS PARA FINS EDUCACIONAIS! SE VOCÊ SE ENVOLVER EM QUALQUER ATIVIDADE ILEGAL, O AUTOR NÃO ASSUME NENHUMA RESPONSABILIDADE POR ISSO. AO USAR ESTE SOFTWARE, VOCÊ CONCORDA COM ESTES TERMOS.

Envolva-se

Por favor, envie-nos pull requests!