An open API service indexing awesome lists of open source software.

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

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
```