-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
109 lines (81 loc) · 3.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>F4b1o22 Terminal</title>
<link rel="icon" href="favicon.ico" type="image/icon type">
<a href="#" target="_blank"><img src="https://img.icons8.com/color/50/000000/console.png"/></a>
</head>
<!-- edit contain 1 -->
<body>
<div class="container">
<nav>
<ul>
<li id="about">/about</li>
<li id="contact">/contact</li>
<li id="writeup">/writeup</li>
<li id="certificates">/certificates</li>
</ul>
</nav>
<main>
<h1>f4b1o22$<span class="cursor">|</span></h1>
<h3>My Skills:</h3>
<div class="process">
<div class="box">
<img src="https://readme-typing-svg.herokuapp.com?font=Fira+Code&pause=1000&color=26F718&width=435&lines=Ethical+Hacking" alt="Typing SVG" /></a>
<img src="https://readme-typing-svg.herokuapp.com?font=Fira+Code&pause=1000&color=26F718&width=435&lines=Pentesting" alt="Typing SVG" /></a>
<img src="https://readme-typing-svg.herokuapp.com?font=Fira+Code&pause=1000&color=26F718&width=435&lines=Red+Teaming" alt="Typing SVG" /></a>
<img src="https://readme-typing-svg.herokuapp.com?font=Fira+Code&pause=1000&color=26F718&width=435&lines=Information Security" alt="Typing SVG" /></a>
</div>
</div>
</main>
</div>
<!-- edit contain 1 -->
<div class="hidden">
<div id="about-content">
<h2>about-me:$<span class="cursor">|</span></h2>
<p>Hi,i'm <a href="https://github.com/zzfabiozz" target="_blank">Fabio Mara</a> a passionate cyber security guy. </p>
<p>
Ethical Hacker/Pentester\Red Teamer</p>
<p>-Cyber & Information Security Officer [Banking Sector] </p>
<p>
-IT Support
</p>
<h3>Find me online:</h3>
<ul>
<a href="https://twitter.com/zzfabiozz9" target="_blank"><img src="https://img.icons8.com/nolan/64/twitter.png"/></a>
<a href="https://www.linkedin.com/in/zzfabiozz/" target="_blank"><img src="https://img.icons8.com/nolan/64/linkedin.png"/></a>
<a href="https://github.com/zzfabiozz" target="_blank"><img src="https://img.icons8.com/nolan/64/github.png"/></a>
<a href="https://www.instagram.com/zzfabiozz/" target="_blang"> <img src="//img.icons8.com/nolan/64/1A6DFF/C822FF/instagram-new.png"/></a>
</ul>
<img src="https://tryhackme-badges.s3.amazonaws.com/f4b1o22.png" alt="TryHackMe">
</div>
<div id="contact-content">
<h2>contact-me:$<span class="cursor">|</span></h2>
<p>You can contact me at the email below</p>
<ul>
<li>Email:[email protected]</li>
</ul>
</div>
<div id="writeup-content">
<h2>writeup:$<span class="cursor">|</span></h2>
<p>My Write Ups</p>
<a href="https://link.medium.com/oJxvFRSl5xb">Tryhackme|Splunk:Basics Write-up</a>
<a href="https://medium.com/@f4b1o22/tryhackme-unattended-3831765663e0">Tryhackme|Unattended Write-up</a>
<a href="https://medium.com/@f4b1o22/tryhackme-autopsy-5323c05c02cc">Tryhackme|Autopsy Write-up</a>
<a href="https://link.medium.com/OI9EHc4mtyb">Tryhackme|Mob Malware Analysis Write-up</a>
<a href="https://medium.com/@f4b1o22/picoctf-2023-findme-write-up-41c8e20dcdde">picoCTF Findme Write-up</a>
</div>
<div id="certificates-content"></div>
<h2>certificates:$<span class="cursor">|</span></h2>
<p>My Certificates</p>
</div>
<footer aline="center">
</footer>
<script src="winbox.bundle.js"></script>
<script src="main.js"></script>
</body>
</html>