https://github.com/Sanix-Darker/DDosy
Perform a Ddos attack with Threads (Educational purpose)
https://github.com/Sanix-Darker/DDosy
Last synced: 19 days ago
JSON representation
Perform a Ddos attack with Threads (Educational purpose)
- Host: GitHub
- URL: https://github.com/Sanix-Darker/DDosy
- Owner: Sanix-Darker
- Created: 2018-10-23T18:33:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T18:39:34.000Z (over 6 years ago)
- Last Synced: 2025-03-10T17:04:45.778Z (about 1 month ago)
- Language: Python
- Size: 1.95 KB
- Stars: 9
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-termux-hacking - DDosy - Perform a Ddos attack with Threads (Educational purpose).[](https://github.com/Sanix-Darker/DDosy/stargazers/) (Uncategorized / Uncategorized)
README
# DDosy
### Installation
```shell
git clone https://github.com/Sanix-Darker/DDosycd DDosy
# Example
python3 ddosy.py -s target -t 300
```### Usage
```shell
usage : python3 ddosy.py [-s] [-p] [-t]
-h : help
-s : server ip
-p : port default 80
-t : turbo default 135
```