Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #############################################################
- ### #Team Cyberdark ( #Operation Freedom Tutorial ) ###
- #############################################################
- +-------------------------------------------+
- Video [ Web Exploitation ] -> +How To Execute DoS and DDoS Attacks Website+
- +-------------------------------------------+
- Before we begin, it is important for you to learn what DoS/DDoS exactly is. DoS is an acronym for Denial of Service, DDoS is an acronym for Distributed-
- Denial of Service. A DoS/DDoS attack can be executed on an IP ( Internet Protocol ) address and DNS ( Domain Name Server ) address, digitized and string form.
- You pronounce DDoS like ( DEE-DEE-OH-ES ) and you pronounce DoS like ( DOS ). A Distributed Denial of Service attack is a protocol flood attack executed upon a target-
- by multiple users/machines/bots for the sole purpose of destroying it in its current form.
- We Execute DDoS Attacks in protest of Governments, Corporations and generally anyone that is our target -- this is a form of Internet Protesting.
- Also, remember to do an NMap scan of the target IP/DNS address to see what kind of Operating System it is running and what service ports are open. Hitting
- an Apache server with SlowLoris/pyLoris on port 80 makes all the difference. Each DDoS/DoS tool is designed for specific Server types running specific
- Operating Systems. Using HULK for BSD/Linux/Apache Servers will fuck up the CPU/RAM of the server and crash it, because HULK is a HTTP stresser.
- Keep in mind that these tools provided here are to get you accustomed to using DoS/DDoS tools, there are much greater and stronger DDoS/DoS tools out there.
- Unfortunately.
- If you completed watching the previous videos you won't have any trouble running these tools.
- ---------------------------------------------------------------------------------------
- (01): - In order to perform a DoS/DDoS Attack you will need to have a few DoS/DDoS tools. These tools are either executable programs, python scripts,
- perl scripts, bash scripts and the like.
- Download HULK ( HTTP ( Hyper Text Transfer Protocol ) Unbearable Load King ) From:
- ( http://adf.ly/1HvKaX )
- Copy all of the text, paste it into a notepad and save it as HULK.py
- Download pyLoris From:
- ( http://adf.ly/1Ftox9 )
- Download SlowLoris From:
- ( http://adf.ly/1HvKXb )
- You're going to need the Active State Perl Engine for SlowLoris because it's written in the Perl Scripting Language,
- If you're running Windows Operating System, Download it From:
- ( http://www.activestate.com/activeperl/downloads )
- Python one more for support script Hulk.py and Pyloris.py
- ( https://www.python.org/downloads/windows/ )
- If you're running a Linux Distribution you don't need to download Perl Engine because it's built into your Distribution usually.
- ---------------------------------------------------------------------------------------
- (02): - Fire up a Terminal if you're running Linux/Unix or a Command Prompt if you're running Windows and locate the DoS scripts on your hard drive by typing:
- Terminal/Command Prompt: cd /path/to/HULK.py
- Terminal/Command Prompt: python HULK.py <put target IP/DNS address or server URL here>
- Terminal/Command Prompt: python HULK.py http://216.92.225.163 OR http://www.eccoid.com/
- If you want to know about website DDOS attack down or up you can check this website will tell you Webserver victim down or up
- ( http://downforeveryoneorjustme.com/ )
- Let the scripts run along side your fellow Anons firing upon the same target(s) for maximum firepower.
Advertisement
Add Comment
Please, Sign In to add comment