Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r3nt0n/torDDoS
DDoS attacks over Tor
https://github.com/r3nt0n/torDDoS
ddos ddos-attack ddos-attacks ddos-script ddos-tool denial-of-service hacking hacking-tool python tor tor-network
Last synced: about 2 months ago
JSON representation
DDoS attacks over Tor
- Host: GitHub
- URL: https://github.com/r3nt0n/torDDoS
- Owner: r3nt0n
- License: gpl-3.0
- Created: 2019-07-14T15:06:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-27T15:02:19.000Z (over 1 year ago)
- Last Synced: 2024-08-02T06:13:15.873Z (5 months ago)
- Topics: ddos, ddos-attack, ddos-attacks, ddos-script, ddos-tool, denial-of-service, hacking, hacking-tool, python, tor, tor-network
- Language: Python
- Homepage:
- Size: 164 KB
- Stars: 301
- Watchers: 9
- Forks: 58
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tor - torDDoS - TorDDos is a Python tool to automatize DDoS attacks on a website from the Tor network. (Applications / Other applications)
README
![[Version 1.0](https://github.com/R3nt0n)](http://img.shields.io/badge/version-v1.0-orange.svg)
![[Python 2.7](https://github.com/R3nt0n)](http://img.shields.io/badge/python-2.7-blue.svg)
![[GPL-3.0 License](https://github.com/R3nt0n)](https://img.shields.io/badge/license-GPL%203.0-brightgreen.svg)
![[Date](https://github.com/R3nt0n)](http://img.shields.io/badge/date-14/07/2019-yellow.svg)# TorDDos
TorDDos is a Python tool to automatize DDos attacks to a website from the Tor network.
## Usage
```-h, --help show this help message and exit
-t , --target server to kick-out
-n , --attempts number of attempts of attack (default: 5)```
## How it works
+ Creates a new Tor session.
+ Makes a request to the website you choose as a target.
+ Releases the Tor session, then creates another and request data again to the website.## Requirements
+ Linux system
+ Python 2.7
+ Tor service
+ requests## Legal disclaimer
This tool is created for the sole purpose of security awareness and education, it should not be used against systems that you do not have permission to test/attack. The author is not responsible for misuse or for any damage that you may cause. You agree that you use this software at your own risk.