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

https://github.com/hugow04/ddostool

In computing, a denial-of-service attack (DoS attack) is a cyber-attack in which the perpetrator seeks to make a machine or network resource unavailable to its intended users by temporarily or indefinitely disrupting services of a host connected to a network. Denial of service is typically accomplished by flooding the targeted machine or resource..
https://github.com/hugow04/ddostool

ddos ddos-attack-tools ddos-attacks ddos-tool denial-of-service-attack linux windows

Last synced: about 1 month ago
JSON representation

In computing, a denial-of-service attack (DoS attack) is a cyber-attack in which the perpetrator seeks to make a machine or network resource unavailable to its intended users by temporarily or indefinitely disrupting services of a host connected to a network. Denial of service is typically accomplished by flooding the targeted machine or resource..

Awesome Lists containing this project

README

          

# DDosTool

In computing, a denial-of-service attack (DoS attack) is a cyber-attack in which the perpetrator seeks to make a machine or network resource unavailable to its intended users by temporarily or indefinitely disrupting services of a host connected to a network. Denial of service is typically accomplished by flooding the targeted machine or resource with superfluous requests in an attempt to overload systems and prevent some or all legitimate requests from being fulfilled.

In a distributed denial-of-service attack (DDoS attack), the incoming traffic flooding the victim originates from many different sources. More sophisticated strategies are required to mitigate this type of attack, as simply attempting to block a single source is insufficient because there are multiple sources.

A DoS or DDoS attack is analogous to a group of people crowding the entry door of a shop, making it hard for legitimate customers to enter, thus disrupting trade.

Criminal perpetrators of DoS attacks often target sites or services hosted on high-profile web servers such as banks or credit card payment gateways. Revenge, blackmail and hacktivism can motivate these attacks.

## Compile
```
python ddos.py
```
![image](https://user-images.githubusercontent.com/54809176/202002070-c6f48670-1eaa-453e-b622-d7eeae0a70bc.png)

## trouble
if you miss the libs you can do these commands below to install them
```
pip install tqdm
pip install pyfiglet
```
## Disclaimer
This tool must be used in educational purposes only. Your decisions are not my responsibility.