Advertisement
TeamBerserk

Anonymous [#opNewBlood - #Hacking] How To Execute DoS Attack

Apr 27th, 2013
790
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 6.23 KB | None | 0 0
  1. /====================================================================================\
  2. |      _____   ___     _     __  __   ___   ___   ___   ___   ___   ___   _  __      |
  3. |     |_   _| | __|   /_\   |  \/  | | _ ) | __| | _ \ / __| | __| | _ \ | |/ /      |
  4. |       | |   | _|   / _ \  | |\/| | | _ \ | _|  |   / \__ \ | _|  |   / | ' <       |
  5. |       |_|   |___| /_/ \_\ |_|  |_| |___/ |___| |_|_\ |___/ |___| |_|_\ |_|\_\     |
  6. \====================================================================================/
  7.     | - T E A M B E R S E R K -
  8.     | Corporations, Governments and PsyOps Regarded as Apostles.
  9.     | Even if we painstakingly piece together something lost,
  10.     | - it doesn't mean things will ever go back to how they were.
  11.     | IRC >> IIP->127.0.0.1 6668 << Channel: #TeamBerserk
  12.     | https://www.Twitter.com/TeamBerserk
  13. --------------------------------------------------------------------------------------
  14.  
  15. /=====================================================================================\
  16. |             __ __              _   __             ____  __                __        |
  17. |          __/ // /_____  ____  / | / /__ _      __/ __ )/ /___  ____  ____/ /        |
  18. |         /_  _  __/ __ \/ __ \/  |/ / _ \ | /| / / __  / / __ \/ __ \/ __  /         |
  19. |        /_  _  __/ /_/ / /_/ / /|  /  __/ |/ |/ / /_/ / / /_/ / /_/ / /_/ /          |
  20. |         /_//_/  \____/ .___/_/ |_/\___/|__/|__/_____/_/\____/\____/\__,_/           |
  21. |                     /_/                                                             |
  22. \=====================================================================================/
  23.     | Anonymous Operation: New Blood
  24.     | Articles and Guides written by Gutts of TeamBerserk
  25.     | IRC.AnonNet.ORG - IRC.AnonOps.COM - IRC.AnonPlus.COM - IRC.AnonPlusRadio.COM
  26.     | IRC.AnonSet.COM - IRC.Cryto.NET - IRC.CyberGuerrilla.ORG - IRC.VoxAnon.SE
  27. ---------------------------------------------------------------------------------------
  28.  
  29. HashTags: #Anonymous, #opNewBlood, #Hacking, #DoS, #DDoS
  30.  
  31. [ Web Exploitation ] -> [ Denial of Service and Distributed Denial of Service Attacks ]
  32.  
  33. ============================================
  34. + Building a Strong Foundation For Hacking +
  35. ============================================
  36.  
  37. *** This is the second video tutorial of a series I am making for the New-Blood Hacker ***
  38.  
  39. - How To Execute DoS and DDoS Attacks, AKA Manning Cannonz/Firing Cannonz and Firing Lazorz -
  40.  
  41. 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-
  42. Denial of Service. There are all kinds of different types of DoS, this tutorial covers basic brute DoS methods.
  43. A DoS/DDoS attack can be executed on an IP ( Internet Protocol ) address and DNS ( Domain Name Server ) address, number and string form.
  44. 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-
  45. by multiple users/machines/bots/servers for the sole purpose of destroying it in its current form. Here is a neat picture of lazorz firing in action:
  46. ( https://images.encyclopediadramatica.se/2/20/Anonops_chat02.png )
  47. ( https://images.encyclopediadramatica.se/d/dd/Anonops_loic.png )
  48. ...and this is how one type of a DDoS attack work if you need a picture ( http://upload.wikimedia.org/wikipedia/commons/3/3f/Stachledraht_DDos_Attack.svg )
  49.  
  50. We Execute DDoS Attacks in protest of Governments, Corporations and generally anyone that is our target -- this is a form of Internet Protesting.
  51.  
  52. 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
  53. 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
  54. 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.
  55.  
  56. 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.
  57. Unfortunately, since you are still New-Blood we cannot give you any of the greater tools as of yet.
  58.  
  59. If you completed watching the previous videos you won't have any trouble running these tools.
  60. ---------------------------------------------------------------------------------------
  61.  
  62. (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,
  63.        perl scripts, bash scripts and the like.
  64.  
  65.     Download HULK ( HTTP ( Hyper Text Transfer Protocol ) Unbearable Load King ) From:
  66.     ( http://www.anonpaste.me/anonpaste2/index.php?3ff9452ea6416174#m48sYqjjuhTerioBqNCvjBJrxKVXLT6bsKrPV3iU2wc= )
  67.        Copy all of the text, paste it into a notepad and save it as HULK.py
  68.  
  69.     Download pyLoris From:
  70.     ( http://sourceforge.net/projects/pyloris/ )
  71.  
  72.     Download SlowLoris From:
  73.     ( http://sourceforge.net/projects/slowloris/?source=directory )
  74.     You're going to need the Active State Perl Engine for SlowLoris because it's written in the Perl Scripting Language,
  75.     If you're running Windows Operating System, Download it From:
  76.     ( http://www.activestate.com/activeperl/downloads )
  77.     If you're running a Linux Distribution you don't need to download Perl Engine because it's built into your Distribution usually.
  78. ---------------------------------------------------------------------------------------
  79.  
  80. (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:
  81.     Terminal/Command Prompt: cd /path/to/HULK.py
  82.        Terminal/Command Prompt: python HULK.py <put target IP/DNS address or server URL here>
  83.     Terminal/Command Prompt: python HULK.py http://123.456.789.012 OR http://www.godhatesfags.com
  84.  
  85.     Let the scripts run along side your fellow Anons firing upon the same target(s) for maximum firepower.
  86. ---------------------------------------------------------------------------------------
  87.  
  88. This Tutorial ( AnonPST: https://pastebin.com/raw.php?i=RjhcDjAi )
  89. This Tutorial ( YouTube: https://www.youtube.com/watch?v=x62livEX4G8 )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement