-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
383 lines (373 loc) · 29.7 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
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
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--<link rel="stylesheet" href="css/styles.css">-->
<link id="theme-stylesheet" rel="stylesheet" href="css/style_dark_main.css">
<title>Tools Hacking Ético</title>
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600&display=swap" rel="stylesheet">
</head>
<body class="dark-mode">
<div id="wrapper">
<header>
<a href="#">
<img src="img/favicon.ico" alt="Icono" class="header-icon"/> <!-- Añade tu icono aquí -->
<h1><!--email_off-->d1se0@home:~$<!--/email_off--></h1>
</a>
<nav class="header-links">
<a href="header/whoami.html" class="header-link">whoami</a>
<a href="index.html" class="header-link">tools</a>
<a href="header/tags.html" class="header-link">tags</a>
</nav>
<button id="theme-toggle" class="toggle-button">
<div class="icon sun"></div>
<div class="icon moon"></div>
</button>
</header>
<h1 class="title-main">HackingTools</h1>
<div class="container">
<section id="main_content">
<!-- Pagina 1 -->
<div id="page1" class="page-content">
<ul>
<li>
<h2 class="post-title">
<span class="arrow-link">➔</span> <a href="tools/directorybrute.html">Directorybrute</a>
</h2>
<div class="postitem">
<!-- Lista de etiquetas -->
<div class="post-tags">
<code class="posttag tools"><a id="tools" href="header/tags.html#tools" class="no-decoration">Tools</a></code>
<code class="posttag"><a id="python3" href="header/tags.html#python3" class="no-decoration">Python3</a></code>
<code class="posttag"><a id="forcebrute" href="header/tags.html#forcebrute" class="no-decoration">Forcebrute</a></code>
<code class="posttag"><a id="directory" href="header/tags.html#directory" class="no-decoration">Directory</a></code>
<code class="posttag"><a id="subdirectory" href="header/tags.html#subdirectory" class="no-decoration">Subdirectory</a></code>
<code class="posttag"><a id="fuzz" href="header/tags.html#fuzz" class="no-decoration">Fuzz</a></code>
<code class="posttag"><a id="linux" href="header/tags.html#linux" class="no-decoration">Linux</a></code>
</div>
</div>
<time>12 Jun 2024</time>
<p class="text-left"><img src="img/directorybrute.png" alt="Directorybrute" class="small-image"></p>
<p>Directorybrute is a directory and file brute-force tool designed to discover hidden directories and files on web servers using HTTP requests.</p>
</li>
<br>
<li>
<h2 class="post-title">
<span class="arrow-link">➔</span> <a href="tools/cerbero.html">Cerbero</a>
</h2>
<div class="postitem">
<!-- Lista de etiquetas -->
<div class="post-tags">
<code class="posttag tools"><a id="tools" href="header/tags.html#tools" class="no-decoration">Tools</a></code>
<code class="posttag"><a id="python3" href="header/tags.html#python3" class="no-decoration">Python3</a></code>
<code class="posttag"><a id="ports" href="header/tags.html#ports" class="no-decoration">Ports</a></code>
<code class="posttag"><a id="forcebrute" href="header/tags.html#forcebrute" class="no-decoration">Forcebrute</a></code>
<code class="posttag"><a id="credentials" href="header/tags.html#credentials" class="no-decoration">Credentials</a></code>
<code class="posttag"><a id="attack" href="header/tags.html#attack" class="no-decoration">Attack</a></code>
<code class="posttag"><a id="linux" href="header/tags.html#linux" class="no-decoration">Linux</a></code>
</div>
</div>
<time>18 Jun 2024</time>
<p><img src="img/cerbero.png" alt="Cerbero" class="small-image"></p>
<p>Cerbero is a command line tool designed to perform brute force attacks against SSH and FTP services. This tool can be useful for security audits or penetration tests where the resistance of access credentials needs to be tested.</p>
</li>
<br>
<li>
<h2 class="post-title">
<span class="arrow-link">➔</span> <a href="tools/subruteforce.html">suBruteforce</a>
</h2>
<div class="postitem">
<!-- Lista de etiquetas -->
<div class="post-tags">
<code class="posttag tools"><a id="tools" href="header/tags.html#tools" class="no-decoration">Tools</a></code>
<code class="posttag"><a id="python3" href="header/tags.html#python3" class="no-decoration">Python3</a></code>
<code class="posttag"><a id="ports" href="header/tags.html#ports" class="no-decoration">su</a></code>
<code class="posttag"><a id="forcebrute" href="header/tags.html#forcebrute" class="no-decoration">Forcebrute</a></code>
<code class="posttag"><a id="credentials" href="header/tags.html#credentials" class="no-decoration">Credentials</a></code>
<code class="posttag"><a id="attack" href="header/tags.html#attack" class="no-decoration">Attack</a></code>
<code class="posttag"><a id="post-explotation" href="header/tags.html#post-explotation" class="no-decoration">Post-Explotation</a></code>
<code class="posttag"><a id="linux" href="header/tags.html#linux" class="no-decoration">Linux</a></code>
</div>
</div>
<time>23 Jun 2024</time>
<p><img src="img/suBruteforce.png" alt="suBruteforce" class="small-image"></p>
<p>suBruteforce is a brute force tool designed to test user and password combinations on Unix systems using the su command. This tool is written in Python and provides a friendly and customizable interface for performing brute force attacks.</p>
</li>
<br>
<li>
<h2 class="post-title">
<span class="arrow-link">➔</span> <a href="tools/kali-environment-install.html">kali-environment-install</a>
</h2>
<div class="postitem">
<!-- Lista de etiquetas -->
<div class="post-tags">
<code class="posttag tools"><a id="tools" href="header/tags.html#tools" class="no-decoration">Tools</a></code>
<code class="posttag"><a id="bash" href="header/tags.html#bash" class="no-decoration">Bash</a></code>
<code class="posttag"><a id="s.o." href="header/tags.html#s.o." class="no-decoration">S.O.</a></code>
<code class="posttag"><a id="hipervisor" href="header/tags.html#hipervisor" class="no-decoration">Hipervisor</a></code>
<code class="posttag"><a id="kali" href="header/tags.html#kali" class="no-decoration">Kali</a></code>
<code class="posttag"><a id="environment" href="header/tags.html#environment" class="no-decoration">Environment</a></code>
<code class="posttag"><a id="install" href="header/tags.html#install" class="no-decoration">Install</a></code>
<code class="posttag"><a id="linux" href="header/tags.html#linux" class="no-decoration">Linux</a></code>
</div>
</div>
<time>27 Jun 2024</time>
<p><img src="img/kali.png" alt="Kali" class="small-image"></p>
<p>Repository where you can decorate your Kali Linux environment in a more professional and beautiful way, giving it a more hacker style...</p>
</li>
<br>
<li>
<h2 class="post-title">
<span class="arrow-link">➔</span> <a href="tools/passwordgenerator.html">passwordGenerator</a>
</h2>
<div class="postitem">
<!-- Lista de etiquetas -->
<div class="post-tags">
<code class="posttag tools"><a id="tools" href="header/tags.html#tools" class="no-decoration">Tools</a></code>
<code class="posttag"><a id="python3" href="header/tags.html#python3" class="no-decoration">Python3</a></code>
<code class="posttag"><a id="password" href="header/tags.html#password" class="no-decoration">Password</a></code>
<code class="posttag"><a id="encrypt" href="header/tags.html#encrypt" class="no-decoration">Encrypt</a></code>
<code class="posttag"><a id="secure" href="header/tags.html#secure" class="no-decoration">Secure</a></code>
<code class="posttag"><a id="generator" href="header/tags.html#generator" class="no-decoration">Generator</a></code>
<code class="posttag"><a id="linux" href="header/tags.html#linux" class="no-decoration">Linux</a></code>
</div>
</div>
<time>30 Jun 2024</time>
<p><img src="img/passwordGenerator.png" alt="passwordGenerator" class="small-image"></p>
<p>passwordGenerator is a command line tool for generating strong passwords with encryption options and estimated time to crack them. This tool is designed to be easy to use and highly configurable to meet various security needs.</p>
</li>
<br>
<li>
<h2 class="post-title">
<span class="arrow-link">➔</span> <a href="tools/revshell.html">revShell</a>
</h2>
<div class="postitem">
<!-- Lista de etiquetas -->
<div class="post-tags">
<code class="posttag tools"><a id="tools" href="header/tags.html#tools" class="no-decoration">Tools</a></code>
<code class="posttag"><a id="python3" href="header/tags.html#python3" class="no-decoration">Python3</a></code>
<code class="posttag"><a id="reverseshell" href="header/tags.html#reverseshell" class="no-decoration">ReverseShell</a></code>
<code class="posttag"><a id="info" href="header/tags.html#info" class="no-decoration">Info</a></code>
<code class="posttag"><a id="shell" href="header/tags.html#shell" class="no-decoration">Shell</a></code>
<code class="posttag"><a id="reverse" href="header/tags.html#reverse" class="no-decoration">Reverse</a></code>
<code class="posttag"><a id="generator" href="header/tags.html#generator" class="no-decoration">Generator</a></code>
<code class="posttag"><a id="linux" href="header/tags.html#linux" class="no-decoration">Linux</a></code>
</div>
</div>
<time>03 Jul 2024</time>
<p><img src="img/revShell.png" alt="revShell" class="small-image"></p>
<p>revShell is a powerful and versatile tool for generating various types of reverse shells in multiple programming languages. This tool facilitates the quick and efficient generation of reverse shell commands, providing different methods and options for various situations and environments.</p>
</li>
<!-- Añadir mas tools -->
</ul>
</div>
<!-- Pagina 2 -->
<div id="page2" class="page-content">
<ul>
<li>
<h2 class="post-title">
<span class="arrow-link">➔</span> <a href="tools/checkpassword.html">checkPassword</a>
</h2>
<div class="postitem">
<!-- Lista de etiquetas -->
<div class="post-tags">
<code class="posttag tools"><a id="tools" href="header/tags.html#tools" class="no-decoration">Tools</a></code>
<code class="posttag"><a id="python3" href="header/tags.html#python3" class="no-decoration">Python3</a></code>
<code class="posttag"><a id="password" href="header/tags.html#password" class="no-decoration">Password</a></code>
<code class="posttag"><a id="check" href="header/tags.html#check" class="no-decoration">Check</a></code>
<code class="posttag"><a id="info" href="header/tags.html#info" class="no-decoration">Info</a></code>
<code class="posttag"><a id="linux" href="header/tags.html#linux" class="no-decoration">Linux</a></code>
</div>
</div>
<time>06 Jul 2024</time>
<p><img src="img/checkPassword.png" alt="checkPassword" class="small-image"></p>
<p>checkPassword is a command line tool developed in Python that allows you to check if a password has been compromised against known databases of leaked passwords. Use Have I Been Pwned's Pwned Passwords API to perform this verification safely and efficiently.</p>
</li>
<br>
<li>
<h2 class="post-title">
<span class="arrow-link">➔</span> <a href="tools/portscan.html">portScan</a>
</h2>
<div class="postitem">
<!-- Lista de etiquetas -->
<div class="post-tags">
<code class="posttag tools"><a id="tools" href="header/tags.html#tools" class="no-decoration">Tools</a></code>
<code class="posttag"><a id="python3" href="header/tags.html#python3" class="no-decoration">Python3</a></code>
<code class="posttag"><a id="ports" href="header/tags.html#ports" class="no-decoration">Ports</a></code>
<code class="posttag"><a id="check" href="header/tags.html#check" class="no-decoration">Check</a></code>
<code class="posttag"><a id="vulnerability" href="header/tags.html#vulnerability" class="no-decoration">Vulnerability</a></code>
<code class="posttag"><a id="linux" href="header/tags.html#linux" class="no-decoration">Linux</a></code>
</div>
</div>
<time>08 Jul 2024</time>
<p><img src="img/portScan.png" alt="portScan" class="small-image"></p>
<p>portScan is a port scanning tool written in Python, designed for network auditing and ethical hacking. It allows you to scan open, closed and filtered ports on an IP or a range of IPs, providing detailed information about the services running on the open ports</p>
</li>
<br>
<li>
<h2 class="post-title">
<span class="arrow-link">➔</span> <a href="tools/crackerpass.html">crackerPass</a>
</h2>
<div class="postitem">
<!-- Lista de etiquetas -->
<div class="post-tags">
<code class="posttag tools"><a id="tools" href="header/tags.html#tools" class="no-decoration">Tools</a></code>
<code class="posttag"><a id="python3" href="header/tags.html#python3" class="no-decoration">Python3</a></code>
<code class="posttag"><a id="password" href="header/tags.html#password" class="no-decoration">Password</a></code>
<code class="posttag"><a id="forcebrute" href="header/tags.html#forcebrute" class="no-decoration">Forcebrute</a></code>
<code class="posttag"><a id="vulnerability" href="header/tags.html#vulnerability" class="no-decoration">Vulnerability</a></code>
<code class="posttag"><a id="cracker" href="header/tags.html#cracker" class="no-decoration">Cracker</a></code>
<code class="posttag"><a id="linux" href="header/tags.html#linux" class="no-decoration">Linux</a></code>
</div>
</div>
<time>10 Jul 2024</time>
<p><img src="img/crackerPass.png" alt="crackerPass" class="small-image"></p>
<p>crackerPass is a command line tool designed to crack passwords using dictionaries and verify password hashes in various formats. The tool uses different Python libraries to handle and verify password hashes, providing flexibility to work with various common hashing algorithms.</p>
</li>
<br>
<li>
<h2 class="post-title">
<span class="arrow-link">➔</span> <a href="tools/supertool.html">superTool</a>
</h2>
<div class="postitem">
<!-- Lista de etiquetas -->
<div class="post-tags">
<code class="posttag tools"><a id="tools" href="header/tags.html#tools" class="no-decoration">Tools</a></code>
<code class="posttag"><a id="python3" href="header/tags.html#python3" class="no-decoration">Python3</a></code>
<code class="posttag"><a id="scanning" href="header/tags.html#scanning" class="no-decoration">Scanning</a></code>
<code class="posttag"><a id="forcebrute" href="header/tags.html#forcebrute" class="no-decoration">Forcebrute</a></code>
<code class="posttag"><a id="vulnerability" href="header/tags.html#vulnerability" class="no-decoration">Vulnerability</a></code>
<code class="posttag"><a id="metasploit" href="header/tags.html#metasploit" class="no-decoration">Metasploit</a></code>
<code class="posttag"><a id="web" href="header/tags.html#web" class="no-decoration">Web</a></code>
<code class="posttag"><a id="exploits" href="header/tags.html#exploits" class="no-decoration">Exploits</a></code>
<code class="posttag"><a id="linux" href="header/tags.html#linux" class="no-decoration">Linux</a></code>
</div>
</div>
<time>22 Jul 2024</time>
<p><img src="img/superTool.png" alt="superTool" class="small-image"></p>
<p>SuperTool is an ethical hacking tool designed to perform advanced network scans, search for vulnerabilities in websites and manage exploits. Use tools like nmap for network scanning and searchsploit to look for exploits.</p>
</li>
<br>
<li>
<h2 class="post-title">
<span class="arrow-link">➔</span> <a href="tools/keylogger_script.html">keylogger_script</a>
</h2>
<div class="postitem">
<!-- Lista de etiquetas -->
<div class="post-tags">
<code class="posttag tools"><a id="tools" href="header/tags.html#tools" class="no-decoration">Tools</a></code>
<code class="posttag"><a id="python3" href="header/tags.html#python3" class="no-decoration">Python3</a></code>
<code class="posttag"><a id="key" href="header/tags.html#key" class="no-decoration">Key</a></code>
<code class="posttag"><a id="keylogger" href="header/tags.html#keylogger" class="no-decoration">Keylogger</a></code>
<code class="posttag"><a id="script" href="header/tags.html#script" class="no-decoration">Script</a></code>
<code class="posttag"><a id="reverseshell" href="header/tags.html#reverseshell" class="no-decoration">ReverseShell</a></code>
<code class="posttag"><a id="linux" href="header/tags.html#linux" class="no-decoration">Linux</a></code>
</div>
</div>
<time>12 Aug 2024</time>
<p><img src="img/keylogger.png" alt="keylogger_script" class="small-image"></p>
<p>This repository contains a set of scripts for capturing keyboard input on Linux and Windows systems. The purpose of these scripts is to demonstrate how a basic keylogger can be implemented in different environments.</p>
</li>
<br>
<li>
<h2 class="post-title">
<span class="arrow-link">➔</span> <a href="tools/hackerlabsctfs-tool.html">hackerlabsCtfs-tool</a>
</h2>
<div class="postitem">
<!-- Lista de etiquetas -->
<div class="post-tags">
<code class="posttag tools"><a id="tools" href="header/tags.html#tools" class="no-decoration">Tools</a></code>
<code class="posttag"><a id="python3" href="header/tags.html#python3" class="no-decoration">Python3</a></code>
<code class="posttag"><a id="page" href="header/tags.html#page" class="no-decoration">Page</a></code>
<code class="posttag"><a id="ctfs" href="header/tags.html#ctfs" class="no-decoration">Ctfs</a></code>
<code class="posttag"><a id="filter" href="header/tags.html#filter" class="no-decoration">Filter</a></code>
<code class="posttag"><a id="info" href="header/tags.html#info" class="no-decoration">Info</a></code>
<code class="posttag"><a id="hackerlabs" href="header/tags.html#hackerlabs" class="no-decoration">HackerLabs</a></code>
<code class="posttag"><a id="linux" href="header/tags.html#linux" class="no-decoration">Linux</a></code>
</div>
</div>
<time>03 Sep 2024</time>
<p><img src="img/profile.png" alt="hackerlabsCtfs-tool" class="small-image"></p>
<p>HackerlabsCtfs Tool is a command line tool designed to interact with the HackerLabs page. It allows you to extract and display information about CTF (Capture The Flag) machines available on the HackerLabs platform. You can filter machines by difficulty, search by creator, get a random machine, and more.</p>
</li>
<!-- Añadir mas tools -->
</ul>
</div>
<!-- Pagina 3 -->
<div id="page3" class="page-content">
<ul>
<li>
<h2 class="post-title">
<span class="arrow-link">➔</span> <a href="https://d1se0.github.io/hackerlabs/" target="_blank">HackerLabs</a>
</h2>
<div class="postitem">
<!-- Lista de etiquetas -->
<div class="post-tags">
<code class="posttag"><a id="page" href="header/tags.html#page" class="no-decoration">Page</a></code>
<code class="posttag"><a id="gitpages" href="header/tags.html#gitpages" class="no-decoration">GitPages</a></code>
<code class="posttag"><a id="hacking-etico" href="header/tags.html#hacking-etico" class="no-decoration">Hacking-Ético</a></code>
<code class="posttag"><a id="learn-hacking" href="header/tags.html#learn-hacking" class="no-decoration">Learn-Hacking</a></code>
<code class="posttag"><a id="ctfs" href="header/tags.html#ctfs" class="no-decoration">Ctfs</a></code>
<code class="posttag"><a id="html" href="header/tags.html#html" class="no-decoration">HTML</a></code>
<code class="posttag"><a id="css" href="header/tags.html#css" class="no-decoration">CSS</a></code>
<code class="posttag"><a id="javascript" href="header/tags.html#javascript" class="no-decoration">JavaScript</a></code>
</div>
</div>
<time>04 Sep 2024</time>
<p><img src="img/profile.png" alt="HackerLabs" class="small-image"></p>
<p>HackerLabs is a free platform designed so that both beginners and cybersecurity experts can practice ethical hacking in an accessible and safe way. Using Docker, we offer a controlled, easy-to-use environment for deploying vulnerable labs, allowing you to focus on learning without worrying about technical complexity.</p>
</li>
<!-- Añadir mas tools -->
</ul>
</div>
</section>
</div>
</div>
<div class="pagination">
<a href="#" class="page-item">«</a>
<a href="?page=1" class="page-item">1</a>
<a href="?page=2" class="page-item">2</a>
<a href="?page=3" class="page-item">3</a>
<a href="#" class="page-item">»</a>
</div>
<script src="js/scripts.js"></script>
<script src="js/tema_dinamico.js"></script>
<footer class="site-footer">
<div class="footer-wrapper">
<div class="footer-col-social">
<ul>
<li class="social-media-list">
<a href="https://github.com/D1se0" target="_blank" rel="noopener noreferrer" title="GitHub">
<img src="img/github.png" alt="GitHub" class="footer-logo"/>
</a>
</li>
<li class="social-media-list">
<a href="https://dise0.gitbook.io/h4cker_b00k" target="_blank" rel="noopener noreferrer" title="GitBook">
<img src="img/gitbook.png" alt="GitBook" class="footer-logo"/>
</a>
</li>
<li class="social-media-list">
<a href="https://www.youtube.com/channel/UCTYFCMrN3NLa70bmpjRB--g" target="_blank" rel="noopener noreferrer" title="YouTube">
<img src="img/yt.png" alt="YouTube" class="footer-logo"/>
</a>
</li>
<li class="social-media-list">
<a title="Email Address" href="mailto:ciberseguridad12345@gmail.com">
<img src="img/gmail.png" alt="Gmail" class="footer-logo"/>
</a>
</li>
</ul>
</div>
<!-- Logo centrado -->
<div class="footer-logo-center">
<img src="img/favicon.ico" alt="d1se0 Logo" class="footer-logo-ico"/>
</div>
<div class="footer-copyright">
<p>© 2024 d1se0</p>
</div>
</div>
</footer>
</body>
</html>