/py-dosser

a dos tool created using python for both windows linux and mac.

Primary LanguagePython

py-dosser

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

  1. pip install pyfiglet

(these down below should already installed but pls check!)

  1. pip install threading

  2. pip install socket

  3. download zip file

  4. extract it and type cd

to run script type python py_dosser.py


how to install linux/mac

  1. sudo apt-get install git

  2. pip3 install pyfiglet

(these down below should already installed but pls check!)

  1. pip3 install threading

  2. pip3 install socket

  3. git clone https://github.com/cudden24/py-dosser

  4. 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.