-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
278 lines (241 loc) · 17.3 KB
/
index.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Unbekannt</title>
<link rel="stylesheet" type="text/css" href="css/u-main.css">
<link rel="stylesheet" type="text/css" href="css/u-main-at.css">
<link href='https://fonts.googleapis.com/css?family=IBM Plex Mono' rel='stylesheet'>
</head>
<body>
<div id="overlay">
<br><br><br><br><br><br><br>
<div id="box">
<img src="img/logo-U-white.png" style="width: 250px;height: 250px;margin-top: -60px;">
<br>
<h1 style="margin-top: -45px;">Unbekannt</h1>
<div class="u-tos">
<p class="u-p_TextHead">- Important Notice -</p>
<span>Please remember that all the tools on this website are designed for educational purposes only.<br>We recommend using them only for ethical hacking or penetration testing,<br> and strongly advise against any illegal or harmful activities.<br>It's important to make sure you follow all applicable laws and regulations.</span>
</div>
<button onclick="closeOverlay()">Close</button>
</div>
<br><br><br><br><br><br><br>
</div>
<script src="js/runtime.js"></script>
<div>
<div class="u-header">
<a class="u-a_lnk" href="https://i-am-unbekannt.github.io">Unbekannt</a>
<p class="u-p_space">-</p>
<a class="u-a_lnk" href="https://github.com/i-am-unbekannt">Github</a>
<p class="u-p_space">-</p>
<a class="u-a_lnk" href="https://instagram.com/i_am_unbekannt">Instagram</a>
</div>
<p class="line-1 anim-typewriter">I will win, I always win.</p>
<div class="u-content-div">
<p style="text-align: center;">
<span class="plus">+</span>
<span class="line"></span>
<span class="plus">+</span>
</p>
<div class="u-content-uf">
<p class="u-p_TextHeadTools"><a class="u-a_uflnk" href="https://github.com/i-am-unbekannt/unbekannt-framework">- Unbekannt Framework -</a></p>
<div class="u-header-con">
<a class="u-a_lnk-con" id="u-a_lnk-con-inf" style="text-decoration: underline; "onclick="ChgStyUF_Inf()">Information</a>
<p class="u-p_space-con">-</p>
<a class="u-a_lnk-con" id="u-a_lnk-con-ins" onclick="ChgStyUF_Ins()">Installation</a>
<p class="u-p_space-con">-</p>
<a class="u-a_lnk-con" id="u-a_lnk-con-use" onclick="ChgStyUF_Use()">Commands</a>
</div>
<div id="DIV-UF-INFO">
<div style="text-align: center;">
<span class="u-span_content">The <b><a class="u-a_uflnk" href="https://github.com/i-am-unbekannt/unbekannt-framework">Unbekannt Framework</a></b> is a versatile and powerful multi-tool<br>designed for <b>security testing, hacking and penetration testing on Windows systems.</b><br>It includes modules for <b>network</b> and <b>vulnerability scanning, password cracking, exploitation</b> and <b>web application testing</b>, making it an essential resource for <b>ethical hackers and security researchers.</b>
</span>
<p>Some of the key features of the <b><a class="u-a_uflnk" href="https://github.com/i-am-unbekannt/unbekannt-framework">Unbekannt Framework</a></b> include:</p>
</div>
<div class="u-div_ItemConDiv">
<br>
<span>
<p class="u-p_marg"><uf style="font-weight: bold;">Network scanning:</uf><br>The tool can scan networks for available hosts, open ports, and other relevant information.</p>
<p class="u-p_marg"><uf style="font-weight: bold;">Vulnerability scanning:</uf><br>The tool can scan for known vulnerabilities in systems and applications.</p>
<p class="u-p_marg"><uf style="font-weight: bold;">Password cracking:</uf><br>The tool can attempt to crack passwords using various methods, such as brute force attacks or dictionary attacks.</p>
<p class="u-p_marg"><uf style="font-weight: bold;">Exploitation:</uf><br>The tool can be used to exploit vulnerabilities in systems and applications in order to gain unauthorized access or elevate privileges.</p>
<p class="u-p_marg"><uf style="font-weight: bold;">Web application testing:</uf><br>The tool includes modules for testing web applications, such as SQL injection or cross-site scripting (XSS) attacks.</p>
</span>
<br>
</div>
<br><br>
<div style="text-align: center;">
<span>
In summary, the <b><a class="u-a_uflnk" href="https://github.com/i-am-unbekannt/unbekannt-framework">Unbekannt Framework</a></b> is a powerful and flexible multi-tool<br>that offers a range of modules and functions to help ethical hackers and security researchers identify vulnerabilities and potential threats in Windows systems and applications.
</span>
<p>You can find the <b><a class="u-a_uflnk" href="https://github.com/i-am-unbekannt/unbekannt-framework">Unbekannt Framework</a></b> repository on GitHub <b><a style="color:white;" href="https://github.com/i-am-unbekannt/unbekannt-framework">here</a></b>.</p>
</div>
</div>
<div id="DIV-UF-INSTALL" style="display: none;">
<div style="text-align: center;">
<p>We highly recommend using the Windows version for the best experience and support. Please note that the Linux version is no longer supported, and the latest available release is version 6.0. To access all the latest features and enhanced functionality, we encourage users to download the Windows version, currently at version 7.0. Going forward, all new features will only be available on the Windows platform.</p>
<p>To install the <b><a class="u-a_uflnk" href="https://github.com/i-am-unbekannt/unbekannt-framework">Unbekannt Framework</a></b> on Windows, simply download the latest version from <a style="color:white;" href="https://www.mediafire.com/file/pw1ztzmh7x4i4dl/unbekannt-framework-v7.2.2-x64-installer.exe/file"><b>here</b></a></p>
<p>To install the <b><a class="u-a_uflnk" href="https://github.com/i-am-unbekannt/unbekannt-framework">Unbekannt Framework</a></b> on Linux, follow these steps:</p>
</div>
<br>
<div style="text-align: center;">
<p><b>System Update</b></p>
</div>
<div class="u-div_ItemConDiv">
<p style="padding: 10px 10px 10px 10px;"><unixsh style="color: dodgerblue;">kali@kali</unixsh>:<unixshDat style="color: cyan;">~</unixshDat>$ sudo apt-get update -y<br>Get:1 http://ftp.halifax.rwth-aachen.de/kali kali-rolling InRelease [41.2 kB]<br>Get:2 http://ftp.halifax.rwth-aachen.de/kali kali-rolling/main amd64 Packages [19.3 MB]<br>Get:3 http://ftp.halifax.rwth-aachen.de/kali kali-rolling/main amd64 Contents (deb) [44.5 MB]<br>Get:4 http://ftp.halifax.rwth-aachen.de/kali kali-rolling/contrib amd64 Packages [116 kB]<br>Get:5 http://ftp.halifax.rwth-aachen.de/kali kali-rolling/contrib amd64 Contents (deb) [172 kB]<br>Fetched 64.0 MB in 2s<br>Reading package lists... Done</p>
</div>
<br>
<div style="text-align: center;">
<p><b>Install Dependencies</b></p>
</div>
<div class="u-div_ItemConDiv">
<p style="padding: 10px 10px 10px 10px;"><unixsh style="color: dodgerblue;">kali@kali</unixsh>:<unixshDat style="color: cyan;">~</unixshDat>$ sudo apt-get install git python3 python3-pip mdk3 macchanger -y<br>[sudo] password for kali:<br>Reading package lists... Done<br>Building dependency tree... Done<br>Reading state information... Done<br>...</p>
</div>
<br>
<div style="text-align: center;">
<p><b>Clone the Repository</b></p>
</div>
<div class="u-div_ItemConDiv">
<p style="padding: 10px 10px 10px 10px;"><unixsh style="color: dodgerblue;">kali@kali</unixsh>:<unixshDat style="color: cyan;">~</unixshDat>$ git clone https://github.com/i-am-unbekannt/unbekannt-framework<br>Cloning into 'unbekannt-framework'...<br>remote: Enumerating objects: 149, done.<br>remote: Counting objects: 100% (24/24), done.<br>remote: Compressing objects: 100% (24/24), done.<br>remote: Total 149 (delta 13), reused 0 (delta 0), pack-reused 125<br>Receiving objects: 100% (149/149), 6.48 MiB | 4.49 MiB/s, done.<br>Resolving deltas: 100% (66/66), done.</p>
</div>
<br>
<div style="text-align: center;">
<p><b>Navigate to Folder</b></p>
</div>
<div class="u-div_ItemConDiv">
<p style="padding: 10px 10px 10px 10px;"><unixsh style="color: dodgerblue;">kali@kali</unixsh>:<unixshDat style="color: cyan;">~</unixshDat>$ cd unbekannt-framework<br><unixsh style="color: dodgerblue;">kali@kali</unixsh>:<unixshDat style="color: cyan;">~/unbekannt-framework</unixshDat>$</p>
</div>
<br>
<div style="text-align: center;">
<p><b>Install Python3 Requirements</b></p>
</div>
<div class="u-div_ItemConDiv">
<p style="padding: 10px 10px 10px 10px;"><unixsh style="color: dodgerblue;">kali@kali</unixsh>:<unixshDat style="color: cyan;">~/unbekannt-framework</unixshDat>$ pip3 install pathlib tcping termcolor colorama<br>Defaulting to user installation because normal site-packages is not writeable<br>Collecting pathlib<br> Using cached pathlib-1.0.1-py3-none-any.whl (14 kB)<br>Requirement already satisfied: tcping in /usr/local/lib/python3.10/dist-packages (0.1.1rc1)<br>Requirement already satisfied: termcolor in /usr/lib/python3/dist-packages (1.1.0)<br>Requirement already satisfied: colorama in /usr/lib/python3/dist-packages (0.4.5)<br>Requirement already satisfied: prettytable in /usr/lib/python3/dist-packages (2.5.0)<br>Requirement already satisfied: click in /usr/lib/python3/dist-packages (from tcping) (8.0.3)<br>Requirement already satisfied: six in /usr/lib/python3/dist-packages (from tcping) (1.16.0)<br>Installing collected packages: pathlib<br>Successfully installed pathlib-1.0.1</p>
</div>
<br>
<div style="text-align: center;">
<p><b>Launch the Unbekannt Framework</b></p>
</div>
<div class="u-div_ItemConDiv">
<p style="padding: 10px 10px 10px 10px;"><unixsh style="color: dodgerblue;">kali@kali</unixsh>:<unixshDat style="color: cyan;">~/unbekannt-framework</unixshDat>$ sudo python3 Unbekannt.py<br><br><ufTo style="color: dodgerblue;">[*]</ufTo> Starting the unbekannt framework console...</p>
</div><br>
<div style="text-align: center;">
<p>You can find the <b><a class="u-a_uflnk" href="https://github.com/i-am-unbekannt/unbekannt-framework">Unbekannt Framework</a></b> repository on GitHub <b><a style="color:white;" href="https://github.com/i-am-unbekannt/unbekannt-framework">here</a></b>.</p>
</div>
</div>
<div id="DIV-UF-USE" style="display: none;">
<div style="text-align: center;">
<p><b>Home Screen</b></p>
</div>
<div class="u-div_ItemConDiv">
<p style="padding: 10px 10px 10px 10px; font-size: 15px;">
<span class="red"> ╦ ╦╔╗╔╔╗ ╔═╗╦╔═╔═╗╔╗╔╔╗╔╔╦╗</span> Welcome to the Unbekannt Framework!<br>
<span class="red"> ║ ║║║║╠╩╗║╣ ╠╩╗╠═╣║║║║║║ ║</span><br>
<span class="red"> ╚═╝╝╚╝╚═╝╚═╝╩ ╩╩ ╩╝╚╝╝╚╝ ╩</span> Site: i-am-unbekannt.github.io<br>
<span class="red"> ╔═╗╦═╗╔═╗╔╦╗╔═╗╦ ╦╔═╗╦═╗╦╔═</span> Github: github.com/i-am-unbekannt<br>
<span class="red"> ╠╣ ╠╦╝╠═╣║║║║╣ ║║║║ ║╠╦╝╠╩╗</span><br>
<span class="red"> ╚ ╩╚═╩ ╩╩ ╩╚═╝╚╩╝╚═╝╩╚═╩ ╩</span> Unbekannt Framework version: 7.2.2<br><br>
<ufConS style="text-decoration: underline;">Unbekannt</ufConS> <span class="red">></span>
</p>
</div>
<br>
<div style="text-align: center;">
<p><b>Unbekannt Framework Modules</b></p>
<p>To use a module use the 'use' command, Example</p>
</div>
<div class="u-div_ItemConDiv">
<p style="padding: 10px 10px 10px 10px; font-size: 15px;"><ufConS style="text-decoration: underline;">Unbekannt</ufConS> <red class="red">></red> use module/network/ping<br><ufConS style="text-decoration: underline;">Unbekannt</ufConS> module(<red class="red">network/ping</red>) <red class="red">></red></p>
</div>
<br>
<div style="text-align: center;">
<p>All available modules for the Windows version 7.0</p>
</div>
<div class="u-div_ItemConDiv">
<p style="padding: 10px 10px 10px 10px; font-size: 15px;">
<ufConS style="text-decoration: underline;">Unbekannt</ufConS> <span class="red">></span> modules
<br><br>
<span>Use Modules</span><br>
<span>===========</span><br>
<br>
<span>Modules Description</span><br>
<span>——————— ———————————</span><br>
<span>module/network/ping ping an ip address to see if the host is up or down</span><br>
<span>module/network/looukp lookup an ip address to see geo location and more</span><br>
<span>module/network/scan scan an ip address to see all open ports</span><br>
<span>module/network/netscan scan an entire network for available ip and mac addresses</span><br>
<span>module/network/ddos ddos ip addresses or websites</span><br>
<span>module/network/lanc use lanc to sniffer/spoof your network</span><br>
<span>module/network/pcps use pcps to sniffrt/spoof your network (includes xbox and ps4)</span><br>
<br>
<span>module/tools/reverse_tcp setup reverse tcp shell or listen for incoming connections</span><br>
<span>module/tools/send_sms send an anonymous sms every 24 hours</span><br>
<span>module/tools/webkit ip and user-agent graber via url</span><br>
<span>module/tools/ssh_exec multiply command execution over ssh</span><br>
<br>
<span>module/exec/moba enhanced terminal for windows</span><br>
<span>module/exec/putty connect via ssh to server</span><br>
<span>module/exec/box privat tcp chat</span><br>
</p>
</div>
<br>
<div style="text-align: center;">
<p><b>Unbekannt Framework Commands</b></p>
<p>All commands and modules can be displayed with the 'help' command</p>
<p></p>
</div>
<div class="u-div_ItemConDiv">
<p style="padding: 10px 10px 10px 10px; font-size: 15px;">
<span>Console interface Commands</span><br>
<span>=========================</span><br>
<br>
<span>Command Description</span><br>
<span>——————— ———————————</span><br>
<span>help list all commands</span><br>
<span>exit exit unbekannt</span><br>
<span>shell run shell commands</span><br>
<span>clear clear the screen</span><br>
<span>modules show all modules</span><br>
<span>use use a module</span><br>
<span>info show info from the tool</span><br>
<span>log show the change log</span><br>
<span>install install requirements (recommended)</span><br>
<br>
<span>Module interface Commands</span><br>
<span>=========================</span><br>
<br>
<span>Command Description</span><br>
<span>——————— ———————————</span><br>
<span>run run the module</span><br>
<span>back leave module</span><br>
<span>clear clear the screen</span><br>
<span>show show infos from the module</span><br>
<span>help list all commands</span><br>
</p>
</div>
<br>
<div style="text-align: center;">
<p>You can find the <b><a class="u-a_uflnk" href="https://github.com/i-am-unbekannt/unbekannt-framework">Unbekannt Framework</a></b> repository on GitHub <b><a style="color:white;" href="https://github.com/i-am-unbekannt/unbekannt-framework">here</a></b>.</p>
</div>
</div>
</div>
<p style="margin-top: 40px; text-align: center;">
<span class="plus">+</span>
<span class="line"></span>
<span class="plus">+</span>
</p>
<div class="u-content-uf">
<div style="text-align: center;">
<p>In the future we will also add the tools <b>Evil-Win</b>, <b>WireFyte</b> and the <b>AXIS Botnet</b> on this Site. <br>Keep an eye out for updates!</p>
</div>
</div>
<p style="margin-top: 40px; text-align: center;">
<span class="plus">+</span>
<span class="line"></span>
<span class="plus">+</span>
</p>
</div>
</div>
</body>
</html>