Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/king-tri-ton/dos

This script is a simple implementation of a Distributed Denial of Service (DDoS) attack using Python. It utilizes the threading module to concurrently send HTTP requests to a specified website, causing a potential denial of service by overwhelming the target server with traffic.
https://github.com/king-tri-ton/dos

Last synced: about 2 months ago
JSON representation

This script is a simple implementation of a Distributed Denial of Service (DDoS) attack using Python. It utilizes the threading module to concurrently send HTTP requests to a specified website, causing a potential denial of service by overwhelming the target server with traffic.

Awesome Lists containing this project