-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathadhac.html
138 lines (126 loc) · 3.4 KB
/
adhac.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>Login - EBEE TOOLKIT 2.0</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap');
body {
font-family: 'Orbitron', sans-serif;
background: radial-gradient(circle at center, #0f2027, #203a43, #2c5364);
color: #fff;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
overflow-y: auto;
}
.login-container {
background: rgba(0, 0, 0, 0.8);
padding: 40px;
border-radius: 10px;
box-shadow: 0 0 20px rgba(0, 255, 245, 0.8);
text-align: center;
max-width: 400px;
width: 100%;
margin: 20px;
}
h1 {
font-size: 2em;
text-transform: uppercase;
color: #00fff5;
text-shadow: 0 0 20px rgba(0, 255, 245, 1);
margin-bottom: 10px;
}
p {
font-size: 0.7em;
color: #00fff5;
margin-bottom: 20px;
text-align: center;
}
.activation-key-container {
position: relative;
display: inline-block;
width: 100%;
}
.activation-key {
padding: 15px;
width: calc(100% - 40px);
border: none;
border-radius: 50px;
outline: none;
font-size: 1.5em;
background-color: #0f2027;
color: #00fff5;
box-shadow: 0 0 20px rgba(0, 255, 245, 0.8);
text-align: center;
margin-bottom: 20px;
}
.copy-btn {
position: absolute;
right: 5px;
top: 50%;
transform: translateY(-50%);
background-color: transparent;
border: none;
cursor: pointer;
}
.copy-btn img {
width: 30px;
height: 30px;
}
.submit-btn {
padding: 15px 30px;
border: none;
border-radius: 50px;
background-color: #00fff5;
color: #0f2027;
font-size: 1.5em;
cursor: pointer;
transition: background-color 0.3s, box-shadow 0.3s;
}
.submit-btn:hover {
background-color: #00d4d4;
box-shadow: 0 0 20px rgba(0, 212, 212, 0.8);
}
footer {
font-size: 0.9em;
color: #00fff5;
margin-top: 20px;
}
.error-message {
color: red;
font-size: 1em;
margin-top: 10px;
}
</style>
</head>
<body>
<p>Android Hacking Apps Collection
<Br>
🔥🔥🔥🔥🔥🔥🔥🔥
<Br>
👉Anonymity apps
👉3rd party apps stores
👉Calls and sms apps
👉Cryptography apps
👉DDoS apps
👉Forensic apps
👉Some learning apps
👉MITM Apps
👉Networking apps
👉Pentesting apps😍
👉Cam hacking apps
👉Sniffing apss
👉Terminal apps
👉Bombing apps
👉Whatsapp spying apps
👉Wifi hacking apps
<Br>
👉Mega link-
<Br><br> https://mega.nz/folder/mERTGIgT#wDELxCy096qCIDA-xx5h1g</p>
</body>
</html>