a dos tool created using python for both windows linux and mac.
#BEFORE YOU START USING THIS TOOL , DONT USE IT FOR ILLEGAL PURPOSES I HAVE NO RESPONISBILITY FOR YOUR ACTIONS# credits to neuralnine for the dos function.
requirements
*python 3.x
*socket threading and pyfiglet installed
how to install windows
- pip install pyfiglet
(these down below should already installed but pls check!)
-
pip install threading
-
pip install socket
-
download zip file
-
extract it and type cd
to run script type python py_dosser.py
how to install linux/mac
-
sudo apt-get install git
-
pip3 install pyfiglet
(these down below should already installed but pls check!)
-
pip3 install threading
-
pip3 install socket
-
git clone https://github.com/cudden24/py-dosser
-
cd py-dosser or py dosser
to run script type python3 py_dosser.py
you can use only "python" or only "pip" but i would recomend typing python3 and pip3 becuase sometimes it executes the script with python2 if you dont do that.