Skip to content

Arsene DOS is a versatile Denial-of-service tool themed after persona!

License

Notifications You must be signed in to change notification settings

Raptorbytes/Arsene-DOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arsène DoS Attack Tool

ScreenShot

Arsène DoS Attack Tool is a powerful and stylish command-line DoS attack tool themed after Arsène from Persona. This tool allows you to perform various types of DoS attacks with ease, complete with a dramatic countdown timer and stylish output.

Features

  • Multiple Attack Methods: Choose from different attack methods including CFB, HTTP/2, and SOC attacks.
  • Dramatic Countdown: A countdown timer adds flair and anticipation before the attack begins.
  • Command-Line Interface: Easy to use with command-line arguments for method, target, threads, and duration.
  • Stylish Output: Colorful and informative output makes the tool visually appealing and easy to understand.

Installation

  1. Clone the repository:

    git clone https://github.com/Raptorbytes/arsene-dos.git
  2. Navigate to the project directory:

    cd arsene-dos
  3. Install the required dependencies:

    pip install -r requirements.txt

Usage

Run the script from the command line with the following arguments:

  • method: The type of attack method (cfb, http2, soc).
  • target: The target URL or IP address.
  • threads: The number of threads to use for the attack.
  • time: The duration of the attack in seconds.

Example:

python arsene_dos.py http2 https://example.com 100 60

Attack Methods

CFB Attack

Bypasses Cloudflare protection and performs a bypass CF attack.

HTTP/2 Attack

Exploits HTTP/2 protocol to overwhelm the target server.

SOC Attack

Performs a socket-based attack to flood the target with requests.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

  • Special thanks to the creators of Persona for inspiring this tool.
  • Thanks to the open-source community for providing the libraries and tools used in this project.

Contact

For any questions or suggestions, please open an issue or contact me directly.


About

Arsene DOS is a versatile Denial-of-service tool themed after persona!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages