CyberdarkKh

#Anonymous - DoS and DDOS execute attack

May 27th, 2015
2,836
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. #############################################################
  2. ### #Team Cyberdark ( #Operation Freedom Tutorial ) ###
  3. #############################################################
  4.  
  5.  
  6.  
  7. +-------------------------------------------+
  8. Video [ Web Exploitation ] -> +How To Execute DoS and DDoS Attacks Website+
  9. +-------------------------------------------+
  10.  
  11.  
  12.  
  13.  
  14.  
  15. 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-
  16. 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.
  17. 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-
  18. by multiple users/machines/bots for the sole purpose of destroying it in its current form.
  19.  
  20. We Execute DDoS Attacks in protest of Governments, Corporations and generally anyone that is our target -- this is a form of Internet Protesting.
  21.  
  22. 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
  23. 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
  24. 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.
  25.  
  26. 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.
  27. Unfortunately.
  28.  
  29. If you completed watching the previous videos you won't have any trouble running these tools.
  30. ---------------------------------------------------------------------------------------
  31.  
  32. (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,
  33. perl scripts, bash scripts and the like.
  34.  
  35. Download HULK ( HTTP ( Hyper Text Transfer Protocol ) Unbearable Load King ) From:
  36. ( http://adf.ly/1HvKaX )
  37. Copy all of the text, paste it into a notepad and save it as HULK.py
  38.  
  39. Download pyLoris From:
  40. ( http://adf.ly/1Ftox9 )
  41.  
  42. Download SlowLoris From:
  43. ( http://adf.ly/1HvKXb )
  44. You're going to need the Active State Perl Engine for SlowLoris because it's written in the Perl Scripting Language,
  45. If you're running Windows Operating System, Download it From:
  46. ( http://www.activestate.com/activeperl/downloads )
  47. Python one more for support script Hulk.py and Pyloris.py
  48. ( https://www.python.org/downloads/windows/ )
  49. If you're running a Linux Distribution you don't need to download Perl Engine because it's built into your Distribution usually.
  50. ---------------------------------------------------------------------------------------
  51.  
  52. (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:
  53. Terminal/Command Prompt: cd /path/to/HULK.py
  54. Terminal/Command Prompt: python HULK.py <put target IP/DNS address or server URL here>
  55. Terminal/Command Prompt: python HULK.py http://216.92.225.163 OR http://www.eccoid.com/
  56.  
  57. 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
  58. ( http://downforeveryoneorjustme.com/ )
  59. 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