-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 1e3eae6
Showing
56 changed files
with
7,004 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#titles-tags-names, | ||
#tags-title { | ||
color: #b5e853; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 */ | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>© 2024 d1se0</p> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.