-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbugs.php
262 lines (230 loc) · 11.8 KB
/
bugs.php
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
<?php
session_start();
error_reporting(0);
include 'auth/inc/config.php';
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Title -->
<title>ExploiterID Bounty - Best Hacker</title>
<!-- Favicon -->
<link rel="icon" href="assets/libs/images/exploiterid.png">
<!-- Core Stylesheet -->
<link rel="stylesheet" type="text/css" href="style.css">
<!-- Responsive CSS -->
<link rel="stylesheet" type="text/css" href="assets/index-style/css/responsive.css">
<link href="assets/libs/css/theme.css" rel="stylesheet" media="all">
<!-- DataTables Main -->
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.20/css/dataTables.bootstrap4.min.css">
<!-- <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.css"> -->
</head>
<body>
<!-- ***** Preloader Start ***** -->
<div id="preloader">
<div class="mosh-preloader"></div>
</div>
<!-- ***** Header Area Start ***** -->
<header class="header_area clearfix">
<div class="container-fluid h-100">
<div class="row h-100">
<!-- Menu Area Start -->
<div class="col-12 h-100">
<div class="menu_area h-100">
<nav class="navbar h-100 navbar-expand-lg align-items-center">
<!-- Logo -->
<a class="navbar-brand" href="index"><img src="assets/libs/images/exploiterid.png" alt="logo"></a>
<!-- Menu Area -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#mosh-navbar" aria-controls="mosh-navbar" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse justify-content-end" id="mosh-navbar">
<ul class="navbar-nav animated" id="nav">
<?php if ($_SESSION['loginA']): ?>
<li class=""><a class="nav-link" href="a/index">Dasboard</a></li>
<?php endif ?>
<?php if ($_SESSION['loginU']): ?>
<li class=""><a class="nav-link" href="u/index">Dasboard</a></li>
<?php endif ?>
<?php if (!$_SESSION['loginA'] && !$_SESSION['loginU']): ?>
<li class=""><a class="nav-link" href="index">Home</a></li>
<?php endif ?>
<li class="nav-item"><a class="nav-link" href="report">Report</a></li>
<li class="nav-item"><a class="nav-link" href="best">Best Hacker</a></li>
<li class="nav-item"><a class="nav-link" href="bugs">Top Bugs</a></li>
<li class="nav-item"><a class="nav-link" href="login">Submit</a></li>
</ul>
<!-- Search Form Area Start -->
<div class="search-form-area animated">
<form action="#" method="post">
<input type="search" name="search" id="search" placeholder="Type keywords & hit enter">
<button type="submit" class="d-none"><img src="assets/index-style/img/core-img/search-icon.png" alt="Search"></button>
</form>
</div>
<!-- Search btn -->
<div class="search-button">
<a href="#" id="search-btn"><img src="assets/index-style/img/core-img/search-icon.png" alt="Search"></a>
</div>
<!-- Login/Register btn -->
<div class="login-register-btn">
<?php if ($_SESSION['loginA']): ?>
<a href="a/logout">Logout</a>
<?php endif ?>
<?php if ($_SESSION['loginU']): ?>
<a href="u/logout">Logout</a>
<?php endif ?>
<?php if (!$_SESSION['loginA'] && !$_SESSION['loginU']): ?>
<a href="login">Login</a>
<a href="register">/ Register</a>
<?php endif ?>
</div>
</div>
</nav>
</div>
</div>
</div>
</div>
</header>
<!-- ***** Header Area End ***** -->
<!-- ***** Welcome Area Start ***** -->
<section class="welcome_area clearfix" id="home" style="background-image: url(assets/index-style/img/bg-img/welcome-bg.png)">
<div class="hero-slides owl-carousel">
<!-- Single Hero Slides -->
<div class="single-hero-slide d-flex align-items-end justify-content-center">
<div class="hero-slide-content text-center">
<h2 style="margin-top: -80%;">Welcome To The Bugs ExploiterID Programs</h2>
<h4>On this page you can see the most discovered vulnerabilities</h4>
<!-- <a style="margin-top: 5%;" href="register" class="btn btn-success">Get Started</a> -->
</div>
</div>
</div>
</section>
</div>
<!-- ***** Welcome Area End ***** -->
<div class="section-heading text-center">
<p>Best Vulnerbility</p>
<h2>here you can see the most common vulnerabilities found</h2>
</div>
<div class="row">
<div class="col-lg-12" style="padding: 30px;">
<div class="table-responsive table--no-card m-b-40">
<table class="table table-borderless table-striped table-earning">
<thead>
<tr>
<th>No</th>
<th>Vulnerbility</th>
<th>Total</th>
</tr>
</thead>
<tbody>
<?php
$no = 1;
$result = mysqli_query($link, "SELECT vulnerbility, count(vulnerbility) AS jumlah FROM bugs WHERE status = 'confirm' GROUP BY vulnerbility ORDER BY jumlah DESC");
while ($rowReport = mysqli_fetch_array($result)) {
?>
<tr>
<td><?= $no; ?></td>
<td><?= $rowReport['vulnerbility']; ?></td>
<td><?= $rowReport['jumlah']; ?></td>
</tr>
<?php $no++; ?>
<?php } ?>
</tbody>
</table>
</div>
</div>
</div>
<!-- ***** Footer Area Start ***** -->
<footer class="footer-area clearfix">
<!-- Top Fotter Area -->
<div class="top-footer-area section_padding_100_0">
<div class="container">
<div class="row">
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-footer-widget mb-100">
<a href="#" class="mb-50 d-block"><img src="assets/libs/images/exploiterid.png" alt=""></a>
<p>With this bounty, we make it easy for indonesian bug hunters
to report bugs against websites and other vulnerbilities</p>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-footer-widget mb-100">
<h5>Contact Info</h5>
<div class="footer-single-contact-info d-flex">
<div class="contact-icon">
<img src="assets/index-style/img/core-img/map.png" alt="">
</div>
<p>Jabodetabek</p>
</div>
<div class="footer-single-contact-info d-flex">
<div class="contact-icon">
<img src="assets/index-style/img/core-img/call.png" alt="">
</div>
<p>Main: 6289602362015 <br> Main2: 6281285302139 <br>Grup: <a href="https://chat.whatsapp.com/JgjGzUWq1CMHH1aMEGtLr4">Whatsapp</a></p>
</div>
<div class="footer-single-contact-info d-flex">
<div class="contact-icon">
<img src="assets/index-style/img/core-img/message.png" alt="">
</div>
<p>admin@bounty.exploiter.id</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Fotter Bottom Area -->
<div class="footer-bottom-area">
<div class="container h-100">
<div class="row h-100">
<div class="col-12 h-100">
<div class="footer-bottom-content h-100 d-md-flex justify-content-between align-items-center">
<div class="copyright-text">
<p>
<!-- Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a> -->
Copyright © by <a href="https://exploiter.id" target="_blank" style="color: white;">ExploiterID</a>
</p>
</p>
</div>
<!-- <div class="footer-social-info">
<a href="#"><i class="fa fa-pinterest" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-dribbble" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-behance" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</div> -->
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- ***** Footer Area End ***** -->
<!-- jQuery-2.2.4 js -->
<script src="assets/index-style/js/jquery-2.2.4.min.js"></script>
<!-- Popper js -->
<script src="assets/index-style/js/popper.min.js"></script>
<!-- Bootstrap js -->
<script src="assets/index-style/js/bootstrap.min.js"></script>
<!-- All Plugins js -->
<script src="assets/index-style/js/plugins.js"></script>
<!-- Active js -->
<script src="assets/index-style/js/active.js"></script>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js" charset="utf-8"></script>
<script type="text/javascript">
particlesJS.load('particles-js','particles.json', function() {
console.log('particles.json loaded...');
})
</script>
<script src="https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js"></script>
<script src="https://cdn.datatables.net/1.10.20/js/dataTables.bootstrap4.min.js"></script>
<script>
$(document).ready(function() {
$('.example').DataTable();
} );
</script>
</body>
</html>