Code Monkey home page Code Monkey logo

zerodos's Introduction

ZeroDoS

Introduction

ZeroDoS is a powerful Denial-of-Service (DoS) tool written in C++. It introduces multithreading and customization options, making it a more efficient and versatile tool for conducting DoS attacks.

Installation

Linux
sudo apt install gcc g++ -y
git clone https://github.com/Mr-Pstar7/ZeroDos
cd ZeroDos
g++ ZeroDoS.cxx -o zerodos
./zerodos www.example.com 80 1000 200

Termux:
pkg install gcc g++ -y
git clone https://github.com/Mr-Pstar7/ZeroDos
cd ZeroDos
g++ ZeroDoS.cxx -o zerodos
./zerodos www.example.com 80 1000 200

Features

  • Multithreading: ZeroDoS utilizes multiple threads to establish connections, significantly improving the speed and efficiency of the attack.
  • Customization: With this tools, you have control over various parameters to tailor the attack according to your needs:
    • Target: The IP address or hostname of the target.
    • Port: The target port number.
    • Max_socks: The maximum number of sockets to open.
    • Threads: The number of threads to use.
    • Min_delay: [Optional] The minimum delay between each character (default:5ms).
    • Max_delay: [Optional] The maximum delay between each character (default:10ms).
    • Delay_keep_alive: [Optional] The delay between sending Keep-Alive headers (default:1 second).
    • Delay_print_details: [Optional] The delay for printing attack details (default:10 seconds).
  • Random User-Agent: Each request sent by ZeroDoS includes a randomly generated User-Agent header, making it more challenging to detect and mitigate the attack.
  • Proxies (Coming Soon): In future updates, ZeroDoS will include a proxy feature, allowing you to use multiple proxies simultaneously, further enhancing anonymity and making detection even harder.

Usage

To use ZeroDoS, follow the instructions below:

Usage: ./zerodos target port max_socks threads
Example : ./zerodos www.example.com 80 1000 15

Options:
  -h, --help            Show help message and exit

Input Information:
  target        : The target IP address or hostname
  port          : The target port number
  max_socks     : The maximum number of sockets to open
  threads       : The number of threads to use
  min_delay     : [Optional] The minimum delay between each character (default:5ms)
  max_delay     : [Optional] The maximum delay between each character (default:10ms)
  delay_keep_alive : [Optional] The delay between sending Keep-Alive headers (default:1 second)
  delay_print_details : [Optional] The delay for printing attack details (default:10 seconds)

Disclaimer

Please note that the use of ZeroDoS or any other DoS tool for malicious purposes is strictly prohibited. This tool is intended for educational and testing purposes only. The author and contributors are not responsible for any misuse or damage caused by this tool.

Get Involved

If you are interested in contributing to ZeroDoS or have any suggestions, feel free to reach out. Together, let's make it an even more powerful tool!

MY SOCIAL MEDIA

Mr. Pstar7 Mr. PSTAR7 Mr. Pstar7 Mr. Pstar7 Mr. Pstar7 Mr. Pstar7 Mr. Pstar7 height=

๐ŸŒŸ Star the project and show your support!

zerodos's People

Contributors

mr-pstar7 avatar

Stargazers

 avatar  avatar Thangviet avatar  avatar  avatar Ham avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.