-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathScriptWarning-3.htm
297 lines (263 loc) · 9.55 KB
/
ScriptWarning-3.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
<!DOCTYPE html>
<style>
/* unvisited link */
a:link {
color: lightblue;
}
/* visited link */
a:visited {
color: lightblue;
}
/* mouse over link */
a:hover {
color: lightgreen;
}
/* selected link */
a:active {
color: blue;
}
</style>
<html lang="en" class="">
<script type="text/JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Warning about this method | Help Ukraine</title>
<meta name="robots" content="noindex">
<link rel="shortcut icon" type="image/x-icon" href="https://cpwebassets.codepen.io/assets/favicon/favicon-aec34940fbc1a6e787974dcd360f2c6b63348d4b1f4e06c77743096d55480f33.ico">
<link rel="mask-icon" href="https://cpwebassets.codepen.io/assets/favicon/logo-pin-8f3771b1072e3c38bd662872f6b673a722f4b3ca2421637d5596661b4e2132cc.svg" color="#111">
<link rel="canonical" href="https://codepen.io/goodkatz/pen/LYPGxQz">
<style class="INLINE_PEN_STYLESHEET_ID">
@import url(//fonts.googleapis.com/css?family=Lato:300:400);
body {
margin:0;
}
h1 {
font-family: 'Lato', sans-serif;
font-weight:300;
letter-spacing: 2px;
font-size:48px;
}
p {
font-family: 'Lato', sans-serif;
letter-spacing: 1px;
font-size:14px;
color: #333333;
}
.header {
position:relative;
text-align:center;
background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%);
color:white;
}
.logo {
width:50px;
fill:white;
padding-right:15px;
display:inline-block;
vertical-align: middle;
}
.inner-header {
height:65vh;
width:100%;
margin: 0;
padding: 0;
}
.flex { /*Flexbox for containers*/
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.waves {
position:relative;
width: 100%;
height:15vh;
margin-bottom:-7px; /*Fix for safari gap*/
min-height:100px;
max-height:150px;
}
.content {
position:relative;
height:20vh;
text-align:center;
background-color: yellow;
}
/* Animation */
.parallax > use {
animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.parallax > use:nth-child(1) {
animation-delay: -2s;
animation-duration: 7s;
}
.parallax > use:nth-child(2) {
animation-delay: -3s;
animation-duration: 10s;
}
.parallax > use:nth-child(3) {
animation-delay: -4s;
animation-duration: 13s;
}
.parallax > use:nth-child(4) {
animation-delay: -5s;
animation-duration: 20s;
}
@keyframes move-forever {
0% {
transform: translate3d(-90px,0,0);
}
100% {
transform: translate3d(85px,0,0);
}
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
.waves {
height:40px;
min-height:40px;
}
.content {
height:30vh;
}
h1 {
font-size:24px;
}
}
.style3 {
font-size: 18px;
font-family: "Courier New", Courier, monospace;
color: #333333;
}
.style5 {color: #FFFFFF}
.style9 {font-family: "Courier New", Courier, monospace}
.style14 {
font-size: 21px;
color: #333333;
}
.style18 {
font-size: 36px;
color: #FFFFFF;
}
.style19 {
color: #0000FF;
font-weight: bold;
}
.style20 {font-family: "Courier New", Courier, monospace; font-size: 24px; }
.style23 {font-size: 20px; font-weight: bold;}
.style26 {font-size: 12px}
.style27 {font-size: 18px; font-family: "Courier New", Courier, monospace; color: #FFFFFF; }
.style29 {
font-family: "Courier New", Courier, monospace;
font-size: 36px;
font-weight: bold;
}
.style31 {font-size: 26px}
.style32 {font-family: "Courier New", Courier, monospace; font-size: 18px; }
.style33 {color: #FFAEAE}
.style34 {font-size: 18px; font-family: "Courier New", Courier, monospace; color: #000000; }
.style35 {font-size: 21px}
</style>
<script src="./iframeConsoleRunner-d0f3648046d2aaca07bd0037b9e061a26c74a8a999b75672ad6a638cca641472.js.download"></script>
<script src="./iframeRefreshCSS-4793b73c6332f7f14a9b6bba5d5e62748e9d1bd0b5c52d7af6376f3d1c625d7e.js.download"></script>
<script src="./iframeRuntimeErrors-4f205f2c14e769b448bcf477de2938c681660d5038bc464e3700256713ebe261.js.download"></script>
<script type="text/JavaScript">
<!--
//-->
</script>
</head>
<body onLoad="MM_preloadImages('back2.png')">
<!--Hey! This is the original version
of Simple CSS Waves-->
<div class="header">
<div align="center">
<table width="200" border="0">
<!--DWLayoutTable-->
<tr>
<td width="70" height="59"><a href="index.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('back','','back2.png',1)"><img src="back1.png" alt="Back to previous page" name="back" width="70" height="48" border="0"></a></td>
<td width="797" height="59"><p align="center" class="style18" style="
margin-bottom: 0px;
margin-top: 16px;
"><u><span class="style33">Warning</span> about this method..</u> </p></td>
</tr>
<tr>
<td height="955" colspan="2"><p class="style34"><span class="style35 style5">This program will add you to a botnet when open,<br>
</span><span class="style5">As mentioned above, it works by adding you to a BotNet run by the Ukrainian IT Army when the application’s open.
Unlike most BotNets it won’t make its self completely invisible, it will remain in a CMD/Terminal window for the whole duration you have it open.
<br>
_________________________________________________________________</span><span class="style23"><br>
</span></p>
<div align="center"><span class="style29"><a href="https://github.com/Arriven/db1000n/releases">Click Here to Download Death by 1000 needles and join thousands of others helping slow russia down. </a></span><br>
<span class="style23"> <span class="style31">_________________________________________________________________</span></span></div>
<p class="style3 style5 style14" style="
margin-bottom: 0px;
"><span class="style5"> Screenshot:(<span class="style26">github.com/Arriven/db1000n (OpenApp)</span>)</span></p>
<table width="860" border="0">
<tr>
<td width="605" height="593"><p><img src="https://i.imgur.com/hkC6we5.png" width="591"/></p>
</td>
<td width="245"><p class="style27">The operator of the BotNet will always have content set to recent Russian targets whom aid the war for Russia. As part of the BotNet your computer will then help preform a denial of service attack which with the collective power of everyone running the program will be enough to do some damage if not cripple the site / service. Please note if you use a VPN don’t set your location to Ukraine, the internet there is very unstable right now outside StarLink and they need to reserve and utilize all the bandwidth there is.
</p>
</td>
</tr>
</table></td>
</tr>
<tr>
<td height="21" colspan="2"><div align="left" class="style32"><span class="style27"><a href="VPN-Proxy-ToR.htm">Click Here</a> for a list of ways you can secure your online identity.<br>
Recomended : VPN. </span> On their own these attacks aren’t very effective, however with people like you all around the globe helping out by donating some of your computer’s resources will be very effective in taking down the Russian propaganda.</div></td>
</tr>
</table>
<p><!--Waves Container-->
</p>
</div>
<div>
<svg class="waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 24 150 28" preserveAspectRatio="none" shape-rendering="auto">
<defs>
<path id="gentle-wave" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z"></path>
</defs>
<g class="parallax">
<use xlink:href="#gentle-wave" x="48" y="0" fill="rgba(252,186,3,0.7"></use>
<use xlink:href="#gentle-wave" x="48" y="3" fill="rgba(252,186,3,0.5)"></use>
<use xlink:href="#gentle-wave" x="48" y="5" fill="rgba(252,186,3,0.3)"></use>
<use xlink:href="#gentle-wave" x="48" y="7" fill="#fcd303"></use>
</g>
</svg>
</div>
<!--Waves end-->
</div>
<!--Header ends-->
<!--Content starts-->
<div class="content flex">
<table width="944" border="0">
<tr>
<td><div align="center" class="style20">www.helpukr.xyz</div></td>
</tr>
<tr>
<td><div align="center" class="style9"><a href="https://www.helpukr.xyz"><span class="style19">Click Here</span></a> to go back to the front page where you can support Ukraine with both Donations in cash or crypto aswell as find ways to use your computer to help. </div></td>
</tr>
</table>
</div>
<!--Content ends-->
<script src="./stopExecutionOnTimeout-1b93190375e9ccc259df3a57c1abc0e64599724ae30d7ea4c6877eb615f89387.js.download"></script>
</body>
</html>