https://github.com/lucascompython/dos
This is a denial of service attack on a network
https://github.com/lucascompython/dos
Last synced: about 1 year ago
JSON representation
This is a denial of service attack on a network
- Host: GitHub
- URL: https://github.com/lucascompython/dos
- Owner: lucascompython
- License: gpl-3.0
- Created: 2022-02-22T23:20:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-28T15:20:53.000Z (about 4 years ago)
- Last Synced: 2025-01-05T09:28:33.941Z (about 1 year ago)
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DISCLAIMER
This DOS(denial of service) attack if only for educational porpuses only, DON'T use it to harm others only use it with YOUR OWN networks.
I know this isn't a very fast attack but it gets the job done pretty well on small/medium networks.
## Requirements
- A Wifi adapter that support monitor mode
- airmon-ng aireplay-ng airodump-ng
## Installation
```sh
git clone https://github.com/lucascompython/DOS.git
sudo apt update && apt upgrade
sudo apt install airmon-ng aireplay-ng airodump-ng
```