-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsites.h
More file actions
181 lines (178 loc) · 4.77 KB
/
Copy pathsites.h
File metadata and controls
181 lines (178 loc) · 4.77 KB
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
const char DeBrujin[] PROGMEM = R"=====(
<html>
<head>
<title>DeBrujin</title>
<meta charset="utf-8">
<style>
body {
background-color: #333333;
font-family: "Century Gothic", Arial;
color: white;
margin: 20px;
}
.myButton:link, .myButton:visited {
background: linear-gradient(#777777, #444444);
color: white;
padding: 4px;
width: 600px;
height: 90px;
border-radius: 5px;
border: 2px solid white;
text-align: center;
margin-right: 90px;
margin-left: 90px;
margin-bottom: 90px;
text-decoration: none;
display: inline-block;
transition: 0.25s;
font-size: 60px;
}
.myButton:hover, .myButton:active {
background: linear-gradient(#888888, #555555);
border: 2px solid deepskyblue;
border-radius: 10px;
transform:scale(1.15);
}
.submitBtn {
background: linear-gradient(#777777, #444444);
color: white;
padding: 4px;
width: 900px;
height: 300px;
border-radius: 2.5px;
border: 2px solid white;
text-align: center;
transition: 0.25s;
font-size: 90px;
}
.submitBtn:hover, .submitBtn:active {
background: linear-gradient(#888888, #555555);
border: 2px solid deepskyblue;
}
.sub {
font-size: 90px;
}
}
</style>
</head>
<body>
<center>
<div id="header">
<div id="menu">
<ul>
<a class="myButton" href="/">Menu</a>
<a class="myButton" href="/debrujin">DeBrujin Attack</a>
</ul>
</div>
</div>
<hr><hr>
<br>
<form action="/dodbj" method="post" id="config" target="/success">
<p class="sub">You are going to start a DeBrujin Attack</p>
<p class="sub">Stay near the target...</p>
<br>
<br><br>
<INPUT class="submitBtn" type="submit" value="Send">
</form>
<br><br><br><br><br><br>
<hr><hr>
<br>
</center>
</body>
</html>
)=====";
const char Success[] PROGMEM = R"=====(
<html>
<head>
<title>Success</title>
<meta charset="utf-8">
</head>
<body>
<center>
<p>Attack sent succesfully :)</p>
</center>
</body>
</html>
)=====";
const char Menu[] PROGMEM = R"=====(
<html>
<head>
<title>DeBrujin</title>
<meta charset="utf-8">
<style>
body {
background-color: #000000;
font-family: "Century Gothic", Arial;
color: white;
margin: 20px;
}
.button-30 {
align-items: center;
appearance: none;
background-color: #FCFCFD;
border-radius: 40px;
border-width: 0;
box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
box-sizing: border-box;
color: #36395A;
cursor: pointer;
display: inline-flex;
font-family: "JetBrains Mono",monospace;
width: 800px;
height: 200px;
justify-content: center;
line-height: 1;
list-style: none;
overflow: hidden;
padding-left: 16px;
padding-right: 16px;
position: relative;
text-align: left;
text-decoration: none;
transition: box-shadow .15s,transform .15s;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
white-space: nowrap;
will-change: box-shadow,transform;
font-size: 80px;
}
.button-30:focus {
box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}
.button-30:hover {
box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
transform: translateY(-2px);
}
.button-30:active {
box-shadow: #D6D6E7 0 3px 7px inset;
transform: translateY(2px);
}
.title {
font-size: 100px;
font-family: Monaco, Monospace;
}
.sub {
font-size: 70px;
font-family: "Lucida Handwriting", Cursive;
}
}
</style>
</head>
<body>
<center>
<br>
<h1 class="title">Nix</h1>
<p class="sub">The RF DeBrujin sequence transmitter for EvilCrowRF.</p>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<div id="header">
<div id="menu">
<ul>
<a class="button-30" href="/debrujin">DeBrujin Attack</a>
</ul>
</div>
</div>
</center>
</body>
</html>
)=====";