Skip to content

7AXEL/DOSMAX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOSMAX

  • DOSMAX allow you to start a dos attack on servers using their IPs
  • you can simply type the ip adress of the server and then press enter
  • to exit the tool press enter without writing nothing or Ctrl+C in the IP input

ADVENTAGES

  • high-level dos attack
  • 1 high volume of trafique reqeusts

  • 2 amplification

  • 3 threading

ARGS

  • 1 to call dosmax from anywhere in your linux terminal you can use:

python3 dosmax.py --global

or

python3 dosmax.py -G
  • 2 you can check the tool version using:

python3 dosmax.py --version

or

python3 dosmax.py -V

INSTALLATION

  • Windows
  • 1 download and install git for windows from the original git website download

  • 2 download and install npcap from the original npcap website download

  • 3 download and install python3 from the original python website download

  • 4 start the git shell and run this commands:

git clone https://github.com/7AXEL/DOSMAX
  • Linux
  • open the terminal and write those commands:

apt update & apt upgrade -y
apt install git python
git clone https://github.com/7AXEL/DOSMAX

RUN

  • Windows
cd DOSMAX
python dosmax.py
  • Linux
cd DOSMAX
sudo python dosmax.py
  • note that in linux dosmax always need superuser privilege, so make sure to run it with sudo

PLATFORMS

Supported Platform : Windows, Ubuntu/Debian/Kali/Parrot/Arch Linux