CC攻击工具list
从论文里抠出来的工具列表如下,后面有黑产的工具以及网络上摘录的工具:
分类:(1)有僵尸网络(是否代理服务器)&没有的==》(2)单一url&混合url(多线程,压测为主,demo工具居多)
1. 超强CC攻击器:只要输入攻击目标服务器的IP地址,设置好相关参数即可进行攻击。可设置攻击线程、攻击频率,利用大量代理服务器形成僵尸网络(设置代理服务器ip列表)。CC攻击工具致命攻击V2.0有大量的代理服务器。暗影DDoS压力测试系统V2016。
2. DDoSIM:可用于模拟对目标服务器的DDoS攻击,能模拟几个僵尸主机(IP地址具有随机性),这些主机与目标服务器建立完整的TCP连接。连接完成后,DDoSim启动与侦听应用程序如HTTP服务器的会话(?模拟正常用户访问的url???---仅仅是针对80端口发起正常的http请求,url就是/,多线程支持)。
3. Darkddoser:通过僵尸网络发起http攻击。
4. 使用Microsoft Web Application Stress工具模拟HTTP-DDoS 攻击,采用直接访问测试页面的方式发起攻击。三台攻击机,每台攻击机最高并发1000线程(基于频率可检测、实验设置低频。。。自写的工具),迫使服务器执行大量计算和数据库查询,每次攻击时间为5分钟。
5. Web Apple Pid DDoS攻击器:可设置目标服务器的页面(静态/动态)(单一、多个???,自写的工具)、攻击频率等。
6. LOIC:是Web应用程序的Dos/DDos攻击,它可用TCP数据包、UDP数据包、HTTP请求对目标网站进行Dos/DDos测试,攻击手段主要是以无限循环方式(无僵尸网络、单一url)发送数据。是一种淹没式工具,能产生大量流量,占满目标网络或应用资源,造成拒绝服务。
7. XOIC:仅支持win7以上的Windows平台,比LOIC增加了Testmode模式,可以测试攻击主机的性能。
8. HOIC:可以配置攻击脚本,实际靠大量的HTTP请求进行DoS。其具有如下特点:高速多线程的HTTP洪水攻击;一次可同时洪水攻击高达256个网站;内置脚本系统,允许自行修改设置脚本,用来阻挠DDoS攻击的防御措施,并增加DOS输出;能够选择攻击的线程数。(僵尸网络???单一or多个url???)
9. HULK:针对Web的拒绝服务攻击工具。能够在web服务器上产生许多单一的伪造浏览,伪造常见的参数名称和参数值,绕开引擎的缓存池(单一url、GOMAXPROCS=4 HULKMAXPROCS=4096 hulk -site http://example.com/example.php 2>/tmp/errlog)。
10. WAS(web application stress tool)是微软的一款性能测试工具,可以通过有限的客户端模拟大量的虚拟用户,并发地访问预先确定的页面或网站的URLs。每一个虚拟用户都能精确地仿效真实用户并在真实浏览器和网站服务器之间进行交互(https://www.90.vc/archives/11,压测工具,录制脚本,可以多个url,多线程)。
11. Hping是一个基于命令行,编码和解析的TCP/IP协议的开源工具。也可以用于发动DDOS攻击,常用于发动ICMP、SYN和UDP洪水攻击等(pass,无应用层ddos)。
12. 利用Httperf模拟针对Web服务器的DDoS攻击:通过设置hostname/IP address、url、请求速率、连接总数和服务器的反馈时间来模拟不同强度的分布式拒绝服务攻击。过程中需控制多台僵尸主机(httperf --client=0/1 --server=[YOUR_DOMAIN] --port=443 --uri=/a.php --rate=100 --send-buffer=4096 --recv-buffer=16384 --ssl --num-conns=50 --num-calls=1000,单一url、不排除同时多个url并发)。
采用Httperf与Autobench相结合的方式来模拟应用层DDoS攻击,访问的服务器对象为某一校园网站。首先,直接通过抓包工具libpcap捕获正常用户的访问行为及数据包情况(性能测试工具)。其次是模拟应用层DDoS攻击行为。然后,分别对一定时间段内正常访问IP及攻击用户IP的数据包进行分析处理,提取相应的指标,并对指标数据进行预处理(autobench 是一款基于httperf的Perl脚本。它会在一次测试中调用多次httperf来对web服务器进行测试,每次会按照给定的参数增加并发连接数,将 httperf的测试结果保存为CSV格式的文件)。
13. SlowHTTPTest:可配置的应用层拒绝服务攻击测试攻击。可以模拟低带宽耗费下的DoS攻击,如慢速攻击、通过并发连接池进行的慢速读攻击等(SlowHTTPTest是一款对服务器进行慢攻击的测试软件,所谓的慢攻击就是相对于cc或者DDoS的快而言的,并不是只有量大速度快才能把服务器搞挂,使用慢攻击有时候也能到达同一效果。slowhttptest包含了之前几种慢攻击的攻击方式,包括slowloris, Slow HTTP POST, Slow Read attack等。那么这些慢攻击工具的原理就是想办法让服务器等待,当服务器在保持连接等待时,自然就消耗了资源。Slowhttptest的源码托管在Github:https://github.com/shekyan/slowhttptest, pass)。
14. Slowloris:属于Perl程序,只需在对应的SDK中运行即可。其攻击分为探测、实施两个步骤。探测的主要目的是探测目标服务器连接超时时间。实施攻击时可用单台主机也可选择数台主机并发攻击,选择多台主机产生的攻击效果更大(攻击192.168.0.1路由器网关。slowloris.py -s 999 -ua 192.168.0.1 –s 999 发送999个socket包。-ua 使用随机User Agent。pass)。
15. 通过Music Machines-HTTP真实数据集搭建模拟真实网站,使用BadBoy录制攻击脚本,使用Apache Jmeter模拟傀儡主机进行模拟攻击行为。Apache Jmeter用于测试服务器功能和测量服务器性能。可用于测试静态和动态Web程序的性能。可用于模拟服务器或服务器组、网络对象的重负载请求,从而测试其强度,并分析在不同负载类型下测试对象的整体性能。(http://www.cnblogs.com/TankXiao/p/4045439.html,压测工具,可以设置多个url,多线程)
其他:DaRK DDoSeR 5.6c远控 破解版,CC攻击小助手(自写),在网上搜索代理服务器和CC攻击工具致命攻击V2.0(自写)、暗影DDoS压力测试系统V2016(http://www.greatddos.com/content/?134.html,cc攻击,单url,多线程)
数据集:中南大学可视化研究组提供的《VAST Challenge 2013-mini challenge 3,网络安全日志数据集》,包含了一个国际大公司的计算机网络运维日志,包括:两周的Netflow和Bigbrother(主机状态监控)日志,一周的防火墙日志和Web访问日志。
更多地下黑产ddos cc工具见:
DDOS工具合集---CC 2.0(僵尸网络proxy,单一url,可设置cookie,refer),传奇克星(代理+单一url,可设置cookie),NetBot_Attacker网络僵尸1.0(僵尸网络,HTTP NO-Cache Get攻击模式,CC攻击,HTTP空GET请求攻击),傀儡僵尸VIP1.4版(僵尸网络,动态单一url)、上兴网络僵尸2.3、中国制造网络僵尸、安全基地网络僵尸==
一个三年前的文章列的ddos工具:
from:http://blog.nsfocus.net/evolution-of-ddos-attack-tools/
Tor's Hammer - Slow POST Denial Of Service Testing Tool https://packetstormsecurity.com/files/98831/ Tor's Hammer is a slow post dos testing tool written in Python. It can also be run through the Tor network to be anonymized. If you are going to run it with Tor it assumes you are running Tor on 127.0.0.1:9050. Kills most unprotected web servers running Apache and IIS via a single instance. Kills Apache 1.X and older IIS with ~128 threads, newer IIS and Apache 2.X with ~256 threads.
5、R-U-Dead-Yet
R-U-Dead-Yet是一个HTTP post DOS攻击工具。它执行一个DOS攻击长表单字段,通过POST方法提交。 这个工具提供了一个交互式控制台菜单,检测给定的URL,并允许用户选择哪些表格和字段应用于POST-based DOS攻击。
下载:
https://code.google.com/p/r-u-dead-yet/
6、 Tor's hammer
Tor'hammer是另一个不错的DOS测试工具。 它是用Python编写的。 这个工具有一个额外的优势:它可以通过TOR匿名网络执行攻击。 这是一个非常有效的工具,它可以在几秒内杀了Apache和IIS服务器。
下载:
http://packetstormsecurity.com/files/98831/
7、 PyLoris
据说PyLoris是服务器的测试工具。它也可以用来执行DOS攻击。 这个工具可以利用 SOCKS代理和SSL连接服务器上执行DOS攻击。它可以针对各种协议,包括HTTP、FTP、SMTP、IMAP,Telnet。不像其他传统DOS攻击工具一样,其最新版本的软件添加了一个简单易用的GUI。
下载:
http://sourceforge.net/projects/pyloris/
8、OWASP DOS HTTP POST
这是另外一个很好的工具。您可以使用这个工具来检查您的web服务器能否够捍卫得住别人的DOS攻击。当然,不仅对防御,它也可以用来执行DOS攻击哦。
下载:
https://code.google.com/p/owasp-dos-http-post/ ==>https://www.owasp.org/index.php/Category:OWASP_Download
9、DAVOSET
DAVOSET是另一个很好的执行DDOS攻击工具。 最新版本的工具新增支持cookie以及许多其他功能。 您可以从Packetstormsecurity DAVOSET免费下载。
下载:
http://packetstormsecurity.com/files/123084/DAVOSET-1.1.3.html 使用perl写的可以利用代理网站或者僵尸网络对目标站点发起攻击,可以下载使用。--单一url攻击
10、黄金眼(GoldenEye )HTTP拒绝服务工具
黄金眼也是一个简单但有效的DOS攻击工具。 这是在Python测试开发的DOS攻击,但是人们也把它当做一种黑客工具了。
下载:
http://packetstormsecurity.com/files/120966/GoldenEye-HTTP-Denial-Of-Service-Tool.html ——和hulk类似的工具!单一url多进程攻击!
from:http://www.sohu.com/a/222851810_653604
代理服务器,不用是真的代理:比如,像这个check页面html代码的也可以发起攻击:
https://validator.w3.org/nu/?showsource=yes&doc=http%3A%2F%2Fcn.bing.com%2F#cl5c12791
davoset给的代理列表:
http://www.google.com/ig/add?feedurl= http://regex.info/exif.cgi?url= http://anonymouse.org/cgi-bin/anon-www.cgi/ http://www.google.com/translate?u= http://translate.google.com/translate?u= http://validator.w3.org/feed/check.cgi?url= http://www.w3.org/2001/03/webdata/xsv?style=xsl&docAddrs= http://validator.w3.org/check?uri= http://jigsaw.w3.org/css-validator/validator?uri= http://validator.w3.org/checklink?uri= http://qa-dev.w3.org/unicorn/check?ucn_task=conformance&ucn_uri= http://www.w3.org/RDF/Validator/ARPServlet?URI= http://www.w3.org/2005/08/online_xslt/xslt?xslfile=http%3A%2F%2Fwww.w3.org%2F2002%2F08%2Fextract-semantic.xsl&xmlfile= http://www.w3.org/2005/08/online_xslt/xslt?xmlfile=http://www.w3.org&xslfile= http://www.w3.org/services/tidy?docAddr= http://validator.w3.org/mobile/check?docAddr= http://validator.w3.org/p3p/20020128/p3p.pl?uri= http://validator.w3.org/p3p/20020128/policy.pl?uri= http://online.htmlvalidator.com/php/onlinevallite.php?url= http://feedvalidator.org/check.cgi?url= http://www.google.com/ig/adde?moduleurl= http://gmodules.com/ig/creator?url= http://www.cynthiasays.com/mynewtester/cynthia.exe?rptmode=-1&url1= http://www.watchmouse.com/en/checkit.php?c=jpcheckit&vurl= http://host-tracker.com/check_page/?furl= http://panel.stopthehacker.com/services/validate-payflow?email=1@1.com&callback=a&target= http://www.viewdns.info/ismysitedown/?domain= http://www.onlinewebcheck.com/check.php?url= http://www.online-translator.com/url/translation.aspx?direction=er&sourceURL= http://www.translate.ru/url/translation.aspx?direction=er&sourceURL= http://about42.nl/www/showheaders.php;POST;about42.nl.txt http://browsershots.org;POST;browsershots.org.txt http://fets3.freetranslation.com/?Language=English%2FSpanish&Sequence=core&Url= http://demo.geonode.org/proxy/?url= http://streamitwebseries.twww.tv/proxy.php?url= http://www.comicgeekspeak.com/proxy.php?url= http://67.20.105.143/bitess/plugins/content/plugin_googlemap2_proxy.php?url= http://antra.com/plugins/content/plugin_googlemap2_proxy.php?url= http://bemaxjavea.com/javea-rentals-alquileres/plugins/content/plugin_googlemap2_proxy.php?url= http://centrobrico.net/plugins/content/plugin_googlemap2_proxy.php?url= http://conodeluz.org/magnanet/plugins/content/plugin_googlemap2_proxy.php?url= http://greenappledentaldt.com/home/templates/plugins/content/plugin_googlemap2_proxy.php?url= http://html.strost.ch/dgi/plugins/content/plugin_googlemap2_proxy.php?url= http://ijzerhandeljanssen.nl/web/plugins/content/plugin_googlemap2_proxy.php?url= http://kobbeleia.net/joomla/plugins/content/plugin_googlemap2_proxy.php?url= http://krd-medway.co.uk/site/plugins/content/plugin_googlemap2_proxy.php?url= http://link2europe.com/joomla/plugins/content/plugin_googlemap2_proxy.php?url= http://mail.chineseblast.com/theyardbirds.narod.ru/plugins/content/plugin_googlemap2_proxy.php?url= http://mail.hostbuzzz.com/fish-sale.narod.ru/plugins/content/plugin_googlemap2_proxy.php?url= http://mail.topsclub.ru/graalis.narod.ru/plugins/content/plugin_googlemap2_proxy.php?url= http://mail.viarh.ru/hayes-house.narod.ru/plugins/content/plugin_googlemap2_proxy.php?url= http://minterne.co.uk/mjs/plugins/content/plugin_googlemap2_proxy.php?url= http://old.ucpb.org/plugins/content/plugin_googlemap2_proxy.php?url= http://pdllaurentino.it/plugins/content/plugin_googlemap2_proxy.php?url= http://peelmc.ca/plugins/content/plugin_googlemap2_proxy.php?url= http://s2p.lt/main/plugins/content/plugin_googlemap2_proxy.php?url= http://secofis.com/a/plugins/content/plugin_googlemap2_proxy.php?url= http://smartonecity.com/pt/plugins/content/plugin_googlemap2_proxy.php?url= http://snelderssport.nl/web/plugins/content/plugin_googlemap2_proxy.php?url= http://spanner-joos-vergaser.de/joomla/plugins/content/plugin_googlemap2_proxy.php?url= http://static.74.174.40.188.clients.your-server.de/decongroup.narod.ru/plugins/content/plugin_googlemap2_proxy.php?url= http://static.74.174.40.188.clients.your-server.de/homemuseum.narod.ru/plugins/content/plugin_googlemap2_proxy.php?url= http://static.74.174.40.188.clients.your-server.de/igor-lagutin.narod.ru/plugins/content/plugin_googlemap2_proxy.php?url= http://static.76.174.40.188.clients.your-server.de/gamesshops.narod.ru/plugins/content/plugin_googlemap2_proxy.php?url= http://static.76.174.40.188.clients.your-server.de/novoselie.narod.ru/plugins/content/plugin_googlemap2_proxy.php?url= http://sunnyhillsassistedliving.com/plugins/content/plugin_googlemap2_proxy.php?url= http://testserver.lv/salve/plugins/content/plugin_googlemap2_proxy.php?url= http://thevintagechurch.com/www2/index.php?url=/plugins/content/plugin_googlemap2_proxy.php?url= http://www.abc-haus.ch/reinigung/plugins/content/plugin_googlemap2_proxy.php?url= http://www.abs-silos.de/en/plugins/content/plugin_googlemap2_proxy.php?url= http://www.admksg.ru/plugins/content/plugin_googlemap2_proxy.php?url= http://www.alhambrahotel.net/site/plugins/content/plugin_googlemap2_proxy.php?url= http://www.aliento.ch/cms/plugins/content/plugin_googlemap2_proxy.php?url= http://www.autoklyszewski.pl/autoklyszewski/mambots/content/plugin_googlemap2_proxy.php?url= http://www.bareth-coaching.com/www/plugins/content/plugin_googlemap2_proxy.php?url= http://www.build.or.at/plugins/content/plugin_googlemap2_proxy.php?url= http://www.caiverbano.it/sito/plugins/content/plugin_googlemap2_proxy.php?url= http://www.cbcstittsville.com/home/plugins/content/plugin_googlemap2_proxy.php?url= http://www.cgrifo.com/demo/cabelo/plugins/content/plugin_googlemap2_proxy.php?url= http://www.ciutatdeivissa.org/portal/plugins/content/plugin_googlemap2_proxy.php?url= http://www.contrau.com.br/web/plugins/content/plugin_googlemap2_proxy.php?url= http://www.de-driesprong.com/cms/plugins/content/plugin_googlemap2_proxy.php?url= http://www.dierenhotelspaubeek.nl/plugins/content/plugin_googlemap2_proxy.php?url= http://www.fotorima.com/rima/site2/plugins/content/plugin_googlemap2_proxy.php?url= http://www.fr-ready.at/cncready/joomla/plugins/content/plugin_googlemap2_proxy.php?url= http://www.gaston-schul.nl/DU/plugins/content/plugin_googlemap2_proxy.php?url= http://www.gaston-schul.nl/FR/plugins/content/plugin_googlemap2_proxy.php?url= http://www.gillinghamgurdwara.co.uk/site/plugins/content/plugin_googlemap2_proxy.php?url= http://www.gilmeuble.ch/cms/plugins/content/plugin_googlemap2_proxy.php?url= http://www.hortonmccormick.com/cms/plugins/content/plugin_googlemap2_proxy.php?url= http://www.icel.be/cms/plugins/content/plugin_googlemap2_proxy.php?url= http://www.idea-designer.com/idea/plugins/content/plugin_googlemap2_proxy.php?url= http://www.jana-wagenknecht.de/wcms/plugins/content/plugin_googlemap2_proxy.php?url= http://www.kanzlei-berendes.de/homepage/plugins/content/plugin_googlemap2_proxy.php?url= http://www.kita-spielhaus.de/cms/plugins/content/plugin_googlemap2_proxy.php?url= http://www.kjg-hemer.de/joomla/plugins/content/plugin_googlemap2_proxy.php?url= http://www.labonnevie-guesthouse-jersey.com/site/plugins/content/plugin_googlemap2_proxy.php?url= http://www.lacasaencarilo.com.ar/sitio/plugins/content/plugin_googlemap2_proxy.php?url= http://www.linguamatic.com/web/plugins/content/plugin_googlemap2_proxy.php?url= http://www.losaromos-spa.com.ar/cms/plugins/content/plugin_googlemap2_proxy.php?url= http://www.losaromos-spa.com.ar/~losaromo/cms/plugins/content/plugin_googlemap2_proxy.php?url= http://www.multicart.com.br/hcz.com.br/home/plugins/content/plugin_googlemap2_proxy.php?url= http://www.nahmiashnos.cl/plugins/content/plugin_googlemap2_proxy.php?url= http://www.nickclift.co.uk/web/plugins/content/plugin_googlemap2_proxy.php?url= http://www.oliebollen.me/plugins/content/plugin_googlemap2_proxy.php?url= http://www.palagini.it/palagini/plugins/content/plugin_googlemap2_proxy.php?url= http://www.paro-nl.com/v2/plugins/content/plugin_googlemap2_proxy.php?url= http://www.parsifaldisco.com/joomla/plugins/content/plugin_googlemap2_proxy.php?url= http://www.podosys.com/csm/plugins/content/plugin_googlemap2_proxy.php?url= http://www.precak.sk/penzion/plugins/content/plugin_googlemap2_proxy.php?url= http://www.pyrenees-cerdagne.com/plugins/content/plugin_googlemap2_proxy.php?url= http://www.ravidassia-medway.co.uk/site/plugins/content/plugin_googlemap2_proxy.php?url= http://www.renault-windisch.de/cms/plugins/content/plugin_googlemap2_proxy.php?url= http://www.rethinkingjournalism.com/plugins/content/plugin_googlemap2_proxy.php?url= http://www.riegler-dorner.at/joomla/plugins/content/plugin_googlemap2_proxy.php?url= http://www.schnepper-melcher.de/files/schneppermelcher/plugins/content/plugin_googlemap2_proxy.php?url= http://www.sealyham.sk/joomla/plugins/content/plugin_googlemap2_proxy.php?url= http://www.seevilla-dr-sturm.at/cms/plugins/content/plugin_googlemap2_proxy.php?url= http://www.siroki.it/newsite/plugins/content/plugin_googlemap2_proxy.php?url= http://www.soporteavanzado.com/jm/plugins/content/plugin_googlemap2_proxy.php?url= http://www.sounders.es/plugins/content/plugin_googlemap2_proxy.php?url= http://www.stannestifton.com/plugins/content/plugin_googlemap2_proxy.php?url= http://www.suelcasa.com/suelcasa/plugins/content/plugin_googlemap2_proxy.php?url= http://www.tcl.lu/Site/plugins/content/plugin_googlemap2_proxy.php?url= http://www-test.cisel.ch/web/plugins/content/plugin_googlemap2_proxy.php?url= http://www.tijssen-staal.nl/site/plugins/content/plugin_googlemap2_proxy.php?url= http://www.triatarim.com.tr/TriaEn/plugins/content/plugin_googlemap2_proxy.php?url= http://www.tus-haltern.de/site/plugins/content/plugin_googlemap2_proxy.php?url= http://www.uchlhr.com/plugins/content/plugin_googlemap2_proxy.php?url= http://www.virmcc.de/joomla/plugins/content/plugin_googlemap2_proxy.php?url= http://www.visitsliven.com/bg/plugins/content/plugin_googlemap2_proxy.php?url= http://www.vm-esslingen.de/cms/plugins/content/plugin_googlemap2_proxy.php?url= http://www.xn--horthaus-lwe-ejb.de/joomla/plugins/content/plugin_googlemap2_proxy.php?url= http://www.yigilca.gov.tr/_tr/plugins/content/plugin_googlemap2_proxy.php?url= http://www.zahnarzt-buhl.de/praxis/plugins/content/plugin_googlemap2_proxy.php?url= http://hillsidecountryclub.com/site/plugins/content/plugin_googlemap2_proxy.php?url= http://www.sultanpalace.nl/site/plugins/content/plugin_googlemap2_proxy.php?url= http://dom-kon.com/Joomla/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= http://www.bergenpol.com/cms//plugins/content/plugin_googlemap2_proxy.php?url= http://www.arantzabelaikastola.com/webgunea//plugins/content/plugin_googlemap2_proxy.php?url= http://www.fare-furore.com/plugins/content/plugin_googlemap2_proxy.php?url= http://www.dog-ryusen.com/plugins/system/plugin_googlemap2_proxy.php?url= http://www.dunaexpert.hu/home/plugins/content/plugin_googlemap2_proxy.php?url= http://www.spvgg-roedersheim.de/web/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= http://www.stephanus-web.de/joomla1015/mambots/content/plugin_googlemap2_proxy.php?url= http://www.ski-club-baulmes.ch/site/mambots/content/plugin_googlemap2_proxy.php?url= http://www.dahlnet.no/v2/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= http://ping-admin.ru/index.sema;POST;ping-admin.ru.txt