-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgoogle.php
More file actions
304 lines (263 loc) · 11.9 KB
/
Copy pathgoogle.php
File metadata and controls
304 lines (263 loc) · 11.9 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
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
<?php
$page = 'FAQ';
include 'includes/configuration.php';
require "ahc.php";
?>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title><?php echo $info["nom"]; ?> | Login Portal</title>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="<?php echo $info["nom"]; ?> is a premium IP Stresser/Booter that features API access, Browser emulation / CAPTCHA bypass for Layer 7 & Unique Layer 4 DDoS attack methods!" name="description" />
<meta content="top stresser, stressthem, stress them, stress denial of service, dos, stresser app,booter,ip stresser, stresser, booter, ddos tool, ddos attack, ddos attack online, layer7 ddos, layer4 ddos, api, api access, network stresser, network booter, msctf, best Booter, best stresser, strongest stresser, powerful booter, ddoser, ddos, gbooter, top booter, ipstress, booter, stresser, network stresser, network booter, #Booter, STORM, captcha bypass, drdos,ssyn, dns amplification" name="keywords">
<meta content="<?php echo $info["nom"]; ?>" name="author" />
<meta content="<?php echo $info["url"]; ?>" name="application-url">
<meta content="<?php echo $info["nom"]; ?>" name="application-name">
<meta content="index, follow" name="robots">
<meta property="og:title" content="The most advanced IP Booter on the market.">
<meta property="og:description" content="<?php echo $info["nom"]; ?> is a premium IP Stresser/Booter that has browser emulation technology with CAPTCHA bypass for Layer 7 and unique Layer 4 DDoS methods. We provide API access and are always online to stress them all.">
<meta property="og:image" content="<?php echo '../'.$info["icon"].'' ?>">
<meta property="og:url" content="<?php echo $info["nom"]; ?>">
<meta property="og:type" content="website">
<link rel="icon" href="<?php echo '../'.$info["icon"].'' ?>" />
<link rel="stylesheet" type="text/css" href="/assets/libs/toastr/build/toastr.min.css">
<link rel="stylesheet" type="text/css" href="/assets/css/loader.css">
<link href="/assets/css/bootstrap-dark.min.css" id="bootstrap-style" rel="stylesheet" type="text/css" />
<link href="/assets/css/icons.min.css" rel="stylesheet" type="text/css" />
<link href="/assets/css/app-dark.min.css" id="app-style" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="loader">
<span></span>
<span></span>
<span></span>
</div>
<section class="main">
<div class="account-pages my-5 pt-sm-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8 col-lg-6 col-xl-5">
<div class="card overflow-hidden">
<div class="row">
<div class="col-12">
<div class="bg-circle-shape text-center p-3"><h1 class="text-white text-sans-serif font-weight-extra-bold fs-2 z-index-1 position-relative">Disable 2FA</h1></div>
<div class="card-body pt-0">
<div class="auth-logo">
<a href="/" class="auth-logo-light">
<div class="avatar-md profile-user-wid mb-4">
<span class="avatar-title rounded-circle bg-light">
<img src="assets/images/logo-light.svg" alt="" class="rounded-circle" height="34">
</span>
</div> </a></div>
<p class="mt-2">Enter the code in the field below to connect to your account attention you have 3 chances beyond that you will be banned.</p>
<form method="POST">
<input type="hidden" id="__csrf" name="__csrf" value="<?php echo $_SESSION['token']; ?>">
<div class="mb-3">
<label class="form-label">Authentication code</label>
<div class="input-group auth-pass-inputgroup">
<input type="text" class="form-control" required="" name="2fa-code" maxlength="6" value="" placeholder="">
<button class="btn btn-light" type="button" id="password-addon"><i class="mdi mdi-eye-outline"></i></button> <button type="button" class="btn btn-light right-bar-toggle">
<i class="bx bx-cog bx-spin"></i>
</button>
</div>
</div>
<div class="col-md-12">
<button name="disable" type="submit" class="btn btn-primary waves-effect waves-light w100"><i class="fas fa-sign-in-alt"></i> Disable</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="right-bar">
<div data-simplebar class="h-100">
<div class="rightbar-title d-flex align-items-center px-3 py-4">
<h5 class="m-0 me-2">Settings</h5>
<a href="javascript:void(0);" class="right-bar-toggle ms-auto">
<i class="mdi mdi-close noti-icon"></i>
</a>
</div>
<!-- Settings -->
<hr class="mt-0" />
<h6 class="text-center mb-0">Choose Layouts</h6>
<div class="p-4">
<div class="mb-2">
<img src="assets/images/layouts/layout-1.jpg" class="img-fluid img-thumbnail" alt="">
</div>
<div class="form-check form-switch mb-3">
<input class="form-check-input theme-choice" type="checkbox" id="light-mode-switch">
<label class="form-check-label" for="light-mode-switch">Light Mode</label>
</div>
<div class="mb-2">
<img src="assets/images/layouts/layout-2.jpg" class="img-fluid img-thumbnail"alt="">
</div>
<div class="form-check form-switch mb-3">
<input class="form-check-input theme-choice" type="checkbox" id="dark-mode-switch" data-bsStyle="assets/css/bootstrap-dark.min.css" data-appStyle="assets/css/app-dark.min.css" checked>
<label class="form-check-label" for="dark-mode-switch">Dark Mode</label>
</div>
</div>
</div> <!-- end slimscroll-menu-->
</div></section>
<script src="/assets/libs/jquery/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script>
<script src="/assets/libs/metismenu/metisMenu.min.js"></script>
<script src="/assets/libs/node-waves/waves.min.js"></script>
<script src="/assets/libs/toastr/build/toastr.min.js"></script>
<script src="/assets/js/toastr.js"></script>
<script src="/assets/js/query.min.js"></script>
<script src="/assets/js/app.js"></script>
<?php if(array_key_exists('errors', $_SESSION)): ?>
<script type="text/javascript">
toastr["error"]("<?php echo $_SESSION['errors']; ?>")
toastr.options = {
"closeButton": false,
"debug": false,
"newestOnTop": false,
"progressBar": false,
"positionClass": "toast-top-right",
"preventDuplicates": false,
"onclick": null,
"showDuration": "300",
"hideDuration": "1000",
"timeOut": "5000",
"extendedTimeOut": "1000",
"showEasing": "swing",
"hideEasing": "linear",
"showMethod": "fadeIn",
"hideMethod": "fadeOut"
}
</script>
<?php unset($_SESSION['errors']); endif; ?>
<?php if(array_key_exists('active', $_SESSION)): ?>
<script type="text/javascript">
toastr["success"]("<?php echo $_SESSION['active']; ?>")
toastr.options = {
"closeButton": false,
"debug": false,
"newestOnTop": false,
"progressBar": false,
"positionClass": "toast-top-right",
"preventDuplicates": false,
"onclick": null,
"showDuration": "300",
"hideDuration": "1000",
"timeOut": "5000",
"extendedTimeOut": "1000",
"showEasing": "swing",
"hideEasing": "linear",
"showMethod": "fadeIn",
"hideMethod": "fadeOut"
}
</script>
<?php unset($_SESSION['active']); endif; ?>
<script src="assets/toastr/toastr.min.js"></script>
</body>
</html>
<?php
if (isset($_POST['disable']))
{
$code = $_POST['2fa-code'];
$csrf = ($_POST['__csrf']);
if ($csrf != $_SESSION['token'])
{
echo '
<script type="text/javascript">
toastr["error"]("error token.")
toastr.options = {
"closeButton": false,
"debug": false,
"newestOnTop": false,
"progressBar": false,
"positionClass": "toast-top-right",
"preventDuplicates": false,
"onclick": null,
"showDuration": "300",
"hideDuration": "1000",
"timeOut": "5000",
"extendedTimeOut": "1000",
"showEasing": "swing",
"hideEasing": "linear",
"showMethod": "fadeIn",
"hideMethod": "fadeOut"
}
</script>';
}else{
if (empty($code))
{ echo ' <script type="text/javascript">
toastr["error"]("Nice try.")
toastr.options = {
"closeButton": false,
"debug": false,
"newestOnTop": false,
"progressBar": false,
"positionClass": "toast-top-right",
"preventDuplicates": false,
"onclick": null,
"showDuration": "300",
"hideDuration": "1000",
"timeOut": "5000",
"extendedTimeOut": "1000",
"showEasing": "swing",
"hideEasing": "linear",
"showMethod": "fadeIn",
"hideMethod": "fadeOut"
}
</script>';
}else{
$Authenticator = new Authenticator();
$checkResult = $Authenticator->verifyCode($userInf['google'], $code, 2);
if ($checkResult == false)
{
echo ' <script type="text/javascript">
toastr["error"]("Error.")
toastr.options = {
"closeButton": false,
"debug": false,
"newestOnTop": false,
"progressBar": false,
"positionClass": "toast-top-right",
"preventDuplicates": false,
"onclick": null,
"showDuration": "300",
"hideDuration": "1000",
"timeOut": "5000",
"extendedTimeOut": "1000",
"showEasing": "swing",
"hideEasing": "linear",
"showMethod": "fadeIn",
"hideMethod": "fadeOut"
}
</script>';
}else{
$SQLUpdate = $odb -> prepare("UPDATE `users` SET `ah` = :ah WHERE `username` = :username AND `ID` = :id");
$SQLUpdate -> execute(array(':ah' => 2,':username' => $_SESSION['username'], ':id' => $_SESSION['ID']));
echo ' <script type="text/javascript">
toastr["success"]("Success.")
toastr.options = {
"closeButton": false,
"debug": false,
"newestOnTop": false,
"progressBar": false,
"positionClass": "toast-top-right",
"preventDuplicates": false,
"onclick": null,
"showDuration": "300",
"hideDuration": "1000",
"timeOut": "5000",
"extendedTimeOut": "1000",
"showEasing": "swing",
"hideEasing": "linear",
"showMethod": "fadeIn",
"hideMethod": "fadeOut"
}
</script>';
header('Location: home');
}}
} }
?>