Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mejatintiwari/radoddos
This script is designed for educational purposes only and allows users to simulate a DDoS attack. Please note that hacking is illegal and this script should not be used for any malicious activities. It is intended to help users better understand how DDoS attacks work and how to protect their systems from such attacks.
https://github.com/mejatintiwari/radoddos
ddos ddos-attacks ddos-tool python
Last synced: 17 days ago
JSON representation
This script is designed for educational purposes only and allows users to simulate a DDoS attack. Please note that hacking is illegal and this script should not be used for any malicious activities. It is intended to help users better understand how DDoS attacks work and how to protect their systems from such attacks.
- Host: GitHub
- URL: https://github.com/mejatintiwari/radoddos
- Owner: Mejatintiwari
- License: mit
- Created: 2024-04-16T17:02:25.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-16T17:12:20.000Z (9 months ago)
- Last Synced: 2024-12-03T07:20:15.234Z (about 2 months ago)
- Topics: ddos, ddos-attacks, ddos-tool, python
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Radoddos
# Distributed Denial of Service (DDoS) AttackA Distributed Denial of Service (DDoS) attack is a type of denial of service attack in which the incoming traffic flooding the victim so that it cannot respond to legitimate traffic. This project is a simple implementation of a DDoS attack using Python and Scapy.
## Table of Contents
- [Getting Started](#getting-started)
- [Requirements](#requirements)
- [Usage](#usage)
- [License](#license)## Getting Started
To get started with the project, simply clone the repository to your local machine:
```
git clone https://github.com/jatintiwari0/Radoddos.py
```## Requirements
- Python 3.9 or higher
- Scapy 2.4.5 or higher
- Nslookup {optional}
- Linux or Windows## Usage
To use the project, follow these steps:
- Open the terminal and run the following command:
- `cd Radoddos`
- `pip install -r requirements.txt`
- `python3 Radoddos.py`- Enter the _IP-address_ of the target Website/Machine and Port number [use `nslookup` to find the IP address of the target website or use any other online website to find the IP address of the target Website/Machine.]
- Thats it! The attack will start automatically.## Contributing
Contributions to the project are welcome. If you would like to suggest an improvement or report a bug, please open an issue or submit a pull request.
## License
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT).
## Acknowledgments
- [Python](https://www.python.org/)
- [Scapy](https://scapy.net/)
- [NSLookup](https://www.nslookup.io/)