This repository has been archived by the owner on Dec 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ddos.html
168 lines (165 loc) · 5.91 KB
/
ddos.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
<!doctype html>
<html>
<head lang='en'>
<meta charset='utf-8'>
<title>Twitter Shadowban Test - MAINTENANCE</title>
<meta description="Determine wether a Twitter user is shadow banned">
<meta name="keywords" content="Twitter, Shadowban, Shadowbanned, Ban, Block, Quality Filter, QFD">
<meta name='viewport' content='width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1'>
<meta property="og:title" content="Twitter Shadowban Test">
<meta property="og:description" content="Are you shadowbanned on Twitter?">
<meta property="og:image" content="https://www.shadowban.eu/sm_preview.png">
<meta property="og:url" content="https://www.shadowban.eu/">
<meta property="og:site_name" content="Twitter Shadowban Test">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image:alt" content="shadwoban.eu">
<link rel="icon" type="image/png" href="favicon.png" />
<base target="_blank">
<!--Import Fonts-->
<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet">
<!--Import materialize.css-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-rc.2/css/materialize.min.css">
<style type="text/css">
body {
font-family: Roboto, 'Helvetica Neue', Arial, sans-serif;
font-weight: 500;
color: #333;
background-color: rgb(230, 236, 240);
}
.fixed-top {
position: fixed;
top: 0;
left: 0;
width: 100%;
margin: 0;
padding: 0.5em;
background-color: rgb(60, 60, 60);
color: rgb(255, 255, 255);
}
.fixed-top a {
color: inherit;
text-decoration: underline dotted rgb(255, 255, 255);
}
.fixed-top a:hover {
text-decoration-style: solid;
}
.fixed-top img {
width: 16px;
height: 16px;
margin-right: 2px;
}
.btn {
color: rgb(20, 129, 195);
border: 1px solid rgb(20, 129, 195);
border-radius: 100px;
box-shadow: none;
&:hover {
color: rgb(175, 52, 175);
}
}
.header {
margin-top: 6em;
font-family: 'Lobster', cursive;
text-align: center;
color: rgb(20, 129, 195);
text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.twpurple {
color: rgb(175, 52, 175);
}
footer {
font-size: .875em;
margin-top: 6em;
color: rgb(90, 90, 90);
}
footer a {
color: rgb(20, 129, 195);
text-decoration: none;
}
footer p {
margin-bottom: 0.25em;
}
</style>
</head>
<body>
<section class="row header">
<div class="col s12">
<h2>Shadowban.eu <span class="twpurple">is under attack</span>.</h2>
</div>
</section>
<section class="row">
<div class="col s12 offset-m2 m8">
<div class="card">
<div class="card-content">
<div class="row">
<div class="col s12">
This morning, both our sites (shadowban.eu and cloaker.eu) stopped responding.
</div>
</div>
<div class="row">
<div class="col offset-s1 s11">
<span class="twpurple">Turns out, we've been the target of a DoS attack.</span>
</div>
</div>
<div class="row">
<div class="col s12">
We have identified the responsible leak and will implement a fix, as soon as we get off work.
</div>
</div>
<div class="row">
<div class="col offset-s1 s11">
<span class="twpurple">Both sites will be unavailble until tonight (UTC+1).</span>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="row center">
<button data-target="donate-modal" class="btn modal-trigger waves-effect waves white">Support Us</button>
</section>
<footer class="section">
<div class="row">
<div class="col offset-s2 s8 center-align">
Source code is <a href="https://github.com/rbeer/TwitterShadowBanV2" target="_blank">public on Github</a>
<br />
No cookies, no tracking, screw NetzDG and GDPR!
<br />
<a href="https://twitter.com/Netzdenunziant" target="_blank">@Netzdenunziant</a> (research), <a href="https://twitter.com/raphaelbeerlin" target="_blank">@raphaelbeerlin</a> (implementation)
</div>
</div>
</footer>
<div class="fixed-top">
See blocked tweets and never click "Show More" again, with our browser extension
<img src="./twn-logo.png" />TwitterNinja!<br />
Available for
<a href="https://chrome.google.com/webstore/detail/twitterninja/midjjofmjklgifeblfleiniejcpljmjd">
Google Chrome
</a>
and
<a href="https://addons.mozilla.org/en-US/firefox/addon/twitterninja/">
Mozilla Firefox
</a>
</div>
<div id="donate-modal" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Support Us</h4>
<p>Shadowban.eu is an open-source project, created and run in the spirit of Benjamin Franklin's</p>
<p>
<i>“Knowledge is in every country the surest basis of public happiness.”</i>
</p>
<p>
We hope to have brought you some clarity about what is going on with your Twitter account.
If you feel like supporting us, you can do so by donating to our PayPal.
</p>
</div>
<div class="modal-footer">
<a href="https://www.paypal.me/shadowban" class="waves-effect waves white btn">Donate via PayPal</a>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script>
M.Modal.init(document.getElementById('donate-modal'));
</script>
</body>
</html>