https://github.com/miisterc/ddos-blitz
DDos-Blitz is a Distributed-Denial-of-Service script which sends multiple HTTP requests to the server using multi threading and fake IP. It sends requests until the server crashes.
https://github.com/miisterc/ddos-blitz
blitz ddos ddos-attack-tools ddos-attacks ddos-blit ddos-blitz ddos-script ddos-tool dos dos-attack miisterc-ddos
Last synced: 10 months ago
JSON representation
DDos-Blitz is a Distributed-Denial-of-Service script which sends multiple HTTP requests to the server using multi threading and fake IP. It sends requests until the server crashes.
- Host: GitHub
- URL: https://github.com/miisterc/ddos-blitz
- Owner: MIISTERC
- Created: 2023-10-27T07:39:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-29T06:47:43.000Z (over 2 years ago)
- Last Synced: 2025-03-29T20:51:15.555Z (11 months ago)
- Topics: blitz, ddos, ddos-attack-tools, ddos-attacks, ddos-blit, ddos-blitz, ddos-script, ddos-tool, dos, dos-attack, miisterc-ddos
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DDos-Blitz

# Disclaimer
The developer is not responsible for any kind of illegal activity done with this script, it basically represents how ddos attacks works and it is made for educational purposes only.
# What is DDos?
[What is Dos and DDos attack?](https://en.m.wikipedia.org/wiki/Denial-of-service_attack)
## Features
1.Multi threading
2.Uses fake ip.
# Appearance
https://github.com/MIISTERC/DDos-Blitz/assets/130668957/7699bc7d-241d-4e9f-b5c5-7a33d2cb3841
## Eventually DDos a website.

# Requirements
Python3
Colorama
# Installation (Linux or Debian)
```
git clone https://github.com/MIISTERC/DDos-Blitz
cd DDos-Blitz
bash setup.sh
```