Thanks to visit codestin.com
Credit goes to github.com

Skip to content

awiones/DDOStools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WHAT IS DDoS

  • DDoS (Distributed Denial of Service) is a cyber attack that makes a service or server inaccessible by flooding it with large amounts of internet traffic from multiple sources (usually botnets). As a result, the system

FEATURE

  • Flood – Attack by flooding the target with excessive requests (DDoS).
  • Bypass – Techniques to bypass security protection.
  • UAM – Targeting Cloudflare protection mode "Under Attack Mode".
  • TLS – Attacking the TLS protocol with encrypted requests.
  • HTTPS – Server flooding attack HTTPS.
  • R2 – Specific methods, possibly related to bypass or HTTP attacks.
  • Gyat – Uncommon term, perhaps a specific method in a particular tool.

INSTALLATION WITH TERMUX

$ pkg update && pkg upgrade
$ pkg install python3
$ pkg install git
$ git clone https://github.com/JohnFelixx/DDOStools
$ cd DDOStools
$ pip install requests
$ python3 gass.py

INSTALLATION WITH LINUX

$ apt update && apt upgrade
$ apt install python3
$ apt install git
$ git clone https://github.com/JohnFelixx/DDOStools
$ cd DDOStools
$ pip install requests
$ python3 gass.py

Screenshot

Dolkings preview

CONTACT US

SUPPORT ME

About

Review This

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%