Sinisterly
NTP/DNS/SSDP/SNMP Amplification Script & Benchmarking - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Hacking (https://sinister.ly/Forum-Hacking)
+--- Forum: Remote Administration & Stress Testing (https://sinister.ly/Forum-Remote-Administration-Stress-Testing)
+--- Thread: NTP/DNS/SSDP/SNMP Amplification Script & Benchmarking (/Thread-NTP-DNS-SSDP-SNMP-Amplification-Script-Benchmarking)



NTP/DNS/SSDP/SNMP Amplification Script & Benchmarking - Tracefl0w - 07-05-2019

Saddam - DDoS Amplification Tool

I've noticed that there hasn't been much of a contribution in this section when it comes to stress testing tools, hence my contribution. The tool provided is a server stress testing tool, coded in Python by the OffensivePython development team.

Attack vector support
  • DNS Amplification (Domain Name System)
  • NTP Amplification (Network Time Protocol)
  • SNMP Amplification (Simple Network Management Protocol)
  • SSDP Amplification (Simple Service Discovery Protocol)

Requirements
Testing - In Action
[Image: yuij38S.gif]

Usage
Code:
Saddam.py target.com [options]        # DDoS
Saddam.py benchmark [options]        # Calculate AMPLIFICATION factor

Options:
  -h, --help            show this help message and exit
  -d FILE:FILE|DOMAIN, --dns=FILE:FILE|DOMAIN
                        DNS Amplification File and Domains to Resolve (e.g:
                        dns.txt:[evildomain.com|domains_file.txt]
  -n FILE, --ntp=FILE  NTP Amplification file
  -s FILE, --snmp=FILE  SNMP Amplification file
  -p FILE, --ssdp=FILE  SSDP Amplification file
  -t N, --threads=N    Number of threads (default=1)

While these attack methods have been around for ages, they're still incredibly effective and it's not to be underestimated.

Download link: https://github.com/OffensivePython/Saddam


RE: NTP/DNS/SSDP/SNMP Amplification Script & Benchmarking - KateWinslet - 03-09-2023

Nice sharing abou Saddam - DDoS Amplification Tool!