Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
D1se0 committed Sep 10, 2024
0 parents commit 1e3eae6
Show file tree
Hide file tree
Showing 56 changed files with 7,004 additions and 0 deletions.
484 changes: 484 additions & 0 deletions css/style_dark_main.css

Large diffs are not rendered by default.

450 changes: 450 additions & 0 deletions css/style_dark_tags.css

Large diffs are not rendered by default.

478 changes: 478 additions & 0 deletions css/style_dark_tools.css

Large diffs are not rendered by default.

491 changes: 491 additions & 0 deletions css/style_dark_whoami.css

Large diffs are not rendered by default.

483 changes: 483 additions & 0 deletions css/style_light_main.css

Large diffs are not rendered by default.

452 changes: 452 additions & 0 deletions css/style_light_tags.css

Large diffs are not rendered by default.

477 changes: 477 additions & 0 deletions css/style_light_tools.css

Large diffs are not rendered by default.

492 changes: 492 additions & 0 deletions css/style_light_whoami.css

Large diffs are not rendered by default.

483 changes: 483 additions & 0 deletions css/styles.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions css/tags.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#titles-tags-names,
#tags-title {
color: #b5e853;
}
11 changes: 11 additions & 0 deletions css/whoami.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#trabajo,
#whoami-title {
color: #b5e853;
}

.profile-image {
max-width: 100px; /* Ancho máximo de 300 píxeles */
height: auto; /* Mantener la proporción original */
display: inline; /* Alinea la imagen con el texto */
margin-right: 10px; /* Espacio entre la imagen y el texto */
}
565 changes: 565 additions & 0 deletions header/tags.html

Large diffs are not rendered by default.

97 changes: 97 additions & 0 deletions header/whoami.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
<!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 rel="stylesheet" href="../css/whoami.css">-->
<link id="theme-stylesheet" rel="stylesheet" href="../css/style_dark_whoami.css">
<title>whoami - Hacker É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="whoami.html" class="header-link">whoami</a>
<a href="../index.html" class="header-link">tools</a>
<a href="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>

<div class="container">
<section id="whoami">
<h2 id="whoami-title">~$ whoami</h2>
<hr />

<p><img src="../img/profile.png" alt="ImgProfile" class="profile-image" /></p>

<p>Hello, I am an ethical hacker with a deep interest in the development of CTF's and hacking tools. My passion for cybersecurity and software development has led me to create various tools and contribute to multiple GitHub repositories.</p>

<p>My experience focuses mainly on the Red Team and Offensive Security. I enjoy exploring new techniques and approaches to improve security and develop innovative solutions.</p>

<h3 id="trabajo">~$ cat work.txt</h3>
<hr />

<p>Currently, I am immersed in the advanced study of cybersecurity, with a primary focus on the Red Team, although I also explore aspects of the Blue Team. I have worked in various companies specialized in computer security, where I have developed and applied my skills in ethical hacking.</p>

<p>As an entrepreneurial and innovative ethical hacker, I have a great passion for the creation and resolution of CTF's, as well as the development of hacking tools. My goal is not only to continually learn, but also to share my knowledge through various websites and projects that I have developed, helping others to improve in the field of cybersecurity.</p>

<p>The world of cybersecurity is vast and I am always looking for new challenges and opportunities to expand my knowledge. I consider myself highly competent in my area and I am committed to continuous improvement and excellence in ethical hacking.</p>
</section>
</div>
</div>

<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:[email protected]">
<img src="../img/gmail.png" alt="Gmail" class="footer-logo"/>
</a>
</li>
</ul>
</div>

<script src="../js/tema_dinamico_whoami.js"></script>

<!-- 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>&copy; 2024 d1se0</p>
</div>
</div>
</footer>

</body>
</html>
Binary file added img/background-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/cerbero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/checkPassword.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/crackerPass.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/directorybrute.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/favicon.ico
Binary file not shown.
Binary file added img/gitbook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/gmail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/iconos/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/iconos/icono1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/iconos/icono3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/iconos/icono4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/iconos/icono5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/kali.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/keylogger.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/pagina_web.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/passwordGenerator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/portScan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/revShell.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/suBruteforce.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/superTool.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/yt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1e3eae6

Please sign in to comment.