Skip to content

simple DOS simulator Python script, that send a specific request to the your webserver using multi threading.

Notifications You must be signed in to change notification settings

alisharify7/Dos-attack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dos-attack

a simple and light way python script for testing a web site

how to use:

0.0 creating a virtual enviorment

python3 -m venv venv
or 
python -m venv venv

0.1 activating virtual enviorment

.\venv\Scripts\activate
or
source venv/bin/activate

0.2 installing dependencies

pip install -r requirements.txt
or      
pip3 install -r requirements.txt
0.3 Run:
python Dos.py

About

simple DOS simulator Python script, that send a specific request to the your webserver using multi threading.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%