-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
341 lines (308 loc) · 12.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>a spot for chu :)</title>
<link rel="icon" type="image/x-icon" href="https://i.imgur.com/UfA8nK2.png">
<link rel="stylesheet" href="css/styles.css">
<!-- Prism JS -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.24.1/themes/prism.min.css" rel="stylesheet" />
<!-- Prism CSS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.24.1/prism.min.js"></script>
</head>
<body>
<main>
<!-- jQuery and Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<!-- Hamburger button -->
<button class="hamburger-menu" style="position: absolute; top: 10px; right: 10px;" onclick="toggleMenu()">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
<a id="hamburger-menu-main" href="index.html" style="display: none;">Main page</a>
</button>
<p> > <a href="./index.html">Home</a></p>
<!-- Profile overveiew -->
<h2 id="overview" class="overview">Overview</h2>
<p>
[*] Name: Ricardo Silva aka chu.<br>
[*] Gender: Male.<br>
[*] Country: Brazil.<br>
[*] Language: Portuguese, English(Studying).<br>
[*] Interests: CTF, cats, travel and animes.<br>
[*] Skill Set: Offensive Security.<br>
[*] Occupation:
<ul>
<li>Pentester & Red Teamer</li>
</ul>
</p>
<!-- Table of contents -->
<h2 id="table_of_contents">Table of Contents</h2>
<ul>
<li><a href="#socials">Socials</a></li>
<li><a href="#platform">Platform</a></li>
<ul>
<li><a href="#hackthebox">HackTheBox</a></li>
<!--<li><a href="#vulnlab">vulnlab</a></li>-->
<li><a href="#tryhackme">TryHackMe</a></li>
<li><a href="#pentesterlab">PentesterLab</a></li>
</ul>
<li><a href="#skills">Skills</a></li>
<ul>
<li><a href="#skills_programming_languages">Programming Languages</a></li>
<li><a href="#cms">Content Management System(CMS)</a></li>
<li><a href="#os">Operating system(OS)</a></li>
<li><a href="#skills_network_device">Network Device</a></li>
</ul>
<li><a href="#team_and_community">Team & Community</a></li>
<ul>
<li><a href="#7h3B14ckKn1gh75">7h3B14ckKn1gh75, aka Knights</a></li>
<li><a href="#boitatech">BoitaTech</a></li>
</ul>
<li><a href="#certifications">Certifications</a></li>
<ul>
<li><a href="#certifications_desec">Desec</a></li>
<li><a href="#certifications_ine_security">INE Security</a></li>
<li><a href="#certifications_hackthebox_academy">HackTheBox Academy</a></li>
</ul>
<li><a href="#awards">Awards History</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<!-- Socials -->
<h2 id="socials">Socials</h2>
<ul>
<li>Blog: <a href="https://repo4chu.github.io/">https://repo4chu.github.io/</a></li>
<li>Twitter: <a href="https://twitter.com/alsoknowaschu">https://twitter.com/alsoknowaschu</a></li>
<li>Github: <a href="https://github.com/repo4Chu">https://github.com/repo4Chu</a></li>
<li>LinkedIn: <a href="https://www.linkedin.com/in/ricardo-silva-9b51021a3/">https://www.linkedin.com/in/ricardo-silva-9b51021a3/</a></li>
</ul>
<!-- Skills -->
<h2 id="skills">Skills</h2>
<ul>
<li>
<h3 id="skills_programming_languages">Programming Languages:</h3>
<ul>
<li>Web
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
</ul>
</li>
<li>Script
<ul>
<li>Shell Script</li>
<li>Powershell Script</li>
</ul>
</li>
<li>Python(Studying)</li>
<li>PHP(Studying)</li>
<li>C(Studying)</li>
</ul>
</li>
<h3 id="cms">Content Management System(CMS):</h3>
<ul>
<li>WordPress</li>
<li>Drupal</li>
<li>Joomla</li>
<li>Magento</li>
</ul>
</li>
<li>
<h3 id="os">Operating system(OS):</h3>
<ul>
<li>Windows</li>
<ul>
<li>Windows XP</li>
<li>Windows 7</li>
<li>Windows Vista</li>
<li>Windows 10</li>
<li>Windows 11</li>
</ul>
<li>Linux</li>
<ul>
<li>Ubuntu</li>
<li>Debian</li>
<li>Kali Linux</li>
<li>Parrot OS</li>
<li>CentOS</li>
</ul>
<li>Mobile</li>
<ul>
<li>Android</li>
</ul>
<li>
<h3 id="skills_network_device">Network Device</h3>
<ul>
<li>Cisco</li>
<ul>
<li>IT Essentials: PC Hardware and Software</li>
<li>Introduction to Cybersecurity</li>
<li>Cybersecurity Essentials</li>
<li>CCNAv7: Introduction to Networks</li>
</ul>
</ul>
</li>
<li>
<h3 id="skills_other">Other:</h3>
<p>
[*] Penetration Testing and Red team<br>
[*] Mocking everyday things.<br>
[-] etc.
</p>
</li>
</ul>
<!-- Platform -->
<h2 id="platform">Platform</h2>
<ul>
<li><h3 id="hackthebox">HackTheBox</h3>
<script src="https://www.hackthebox.eu/badge/148108"></script><br>
<p>
<a href="https://www.hackthebox.com/">Lab link</a><br>
</p>
<p>
[*] Rank: Elite Hacker Rank. (60% pwned)<br>
[*] Total Systems Owned: 238 systems owned. (January 2024)<br>
[*] HTB profile page: <a href="https://app.hackthebox.com/profile/148108">https://app.hackthebox.com/profile/148108</a><br>
[-] Best Global Ranking: 71.<br>
[-] Best Brazil Ranking: 1.<br>
<a href="https://repo4chu.github.io/hackthebox/">My HackTheBox retired machine writeups</a>
<br><br><br>
[*] Solved Addvanced Lab: <br>
<ul>
<li>Fortresses</li>
<ul>
<li>Jet: <a href="https://app.hackthebox.com/fortresses/1">Lab link</a></li>
<li>Akerva: <a href="https://app.hackthebox.com/fortresses/2">Lab link</a></li>
<li>Context: <a href="https://app.hackthebox.com/fortresses/3">Lab link</a></li>
<li>Synacktiv: <a href="https://app.hackthebox.com/fortresses/5">Lab link</a></li>
<li>Faraday: <a href="https://app.hackthebox.com/fortresses/6">Lab link</a></li>
<li>AWS: <a href="https://app.hackthebox.com/fortresses/7">Lab link</a></li>
</ul>
</ul>
<br>
[*] For an introduction to Hack The Box and understanding the ranking system, please refer to the following <a href="https://help.hackthebox.com/en/articles/5185158-introduction-to-hack-the-box" target="_blank">article</a>.</p>
</li>
<li><h3 id="pentesterlab">PentesterLab</h3>
<p>
<a href="https://pentesterlab.com/">Lab link</a><br>
</p>
<p>
[*] PentesterLab profile page: <a href="https://pentesterlab.com/profile/652e2ce21f18a9e6bd63e4cdc8">https://pentesterlab.com/profile/652e2ce21f18a9e6bd63e4cdc8</a><br>
[-] 44% - 226 out of 514 completed (January 2024)<br><br>
<ul>
<li>Badges earned</li>
<ul>
<li>Unix Badge: <a href="https://pentesterlab.com/badges/unix">Lab link</a></li>
<li>Recon Badge: <a href="https://pentesterlab.com/badges/recon">Lab link</a></li>
<li>Essential Badge: <a href="https://pentesterlab.com/badges/essential">Lab link</a></li>
<li>PCAP badge: <a href="https://pentesterlab.com/badges/pcap">Lab link</a></li>
<li>HTTP Badge: <a href="https://pentesterlab.com/badges/http">Lab link</a></li>
<li>White Badge <a href="https://pentesterlab.com/badges/whitebadge">Lab link</a></li>
<li>Serialize Badge <a href="https://pentesterlab.com/badges/serialize">Lab link</a></li>
<li>Yellow Badge <a href="https://pentesterlab.com/badges/yellowbadge">Lab link</a></li>
</ul>
</ul>
<li>
<h3 id="tryhackme">TryHackMe</h3>
<a href="https://tryhackme.com/">Lab link</a><br>
<p>
[*] Rank: 0x8 HACKER<br>
[-] 27 Rooms Complete<br>
[-] TryHackMe Profile link: <a href="https://tryhackme.com/p/chu">https://tryhackme.com/p/chu</a><br>
</p>
</li>
</ul>
<h2 id="team_and_community">Team & Community</h2>
<ul>
<li>
<h3 id="7h3B14ckKn1gh75">7h3B14ckKn1gh75, aka Knights</h3>
<p>
[*] Role: Knight Champions.<br>
<ul>
<li>HTB Team: <a href="https://app.hackthebox.com/teams/overview/3804">https://app.hackthebox.com/teams/overview/3804</a></li>
<li>GitHub: <a href="https://github.com/orgs/7h3-B14ck-Kn1gh75">https://github.com/orgs/7h3-B14ck-Kn1gh75</a><br></li>
<li>CTFTime: <a href="https://ctftime.org/team/145245">https://ctftime.org/team/145245</a></li><br>
</ul>
[*] We are a team passionate about animals and information security! [*]<br>
[*] We love helping each other in all aspects! [*]<br>
[*] We love participating in CTFs and we do some internal [*]<br>
[*] We have members with many years of experience in the area, always willing to help and answer questions, humility is something important here [*]<br>
[*] Together we are strong [*]<br>
[*] Join us and be a knight [*]<br>
<br>
</p>
</li>
<br>
<li>
<h3 id="boitatech">BoitaTech</h3>
<p>
<ul>
<li>Discord: <a href="https://discord.gg/qZrUr5kx">https://discord.gg/qZrUr5kx</a></li><br>
</ul>
[*] I'm also part of an incredible community called BoitaTech.<br>
[*] A good place to start your studies<br>
</p>
</li>
</ul>
<h2 id="certifications">Certifications</h2>
<ul>
<li>
<h3 id="certifications_desec">Desec</h3>
<ul>
<li>Desec Certified Penetration Tester (DCPT): <a href="https://desecsecurity.com/valida-dcpt/LIUZ-CMWGC-GZYY">Certification web link</a></li>
</ul>
</li>
<li>
<h3 id="certifications_ine_security">INE Security</h3>
<ul>
<li>eLearnSecurity Junior Penetration Tester (eJPT): <a href="https://verified.elearnsecurity.com/certificates/3a4a8341-2508-44fe-8a4b-de50f83a8c6b"> Certification web link</a></li>
</ul>
</li>
<li>
<h3 id="certifications_hackthebox_academy">HackTheBox Academy</h3>
<ul>
<li>working on it :)</li>
</ul>
</li>
</ul>
<h2 id="awards">Awards History</h2>
<ul>
<li>
Top 100 Globally (Hall of Fame)
[*] Issuer: HackTheBox, June 2023<br>
</li>
<li>
First Blood (HTBank - Web Challenge)
[*] Issuer: HackTheBox, January 2024<br>
</li>
</ul>
<br>
<h2 id="contact">Contact</h2>
<p>
<img src="https://static-00.iconduck.com/assets.00/discord-icon-2048x2048-o5mluhz2.png" alt="Discord Icon" class="contact-icon"> chu__o_o</a><br>
<img src="https://vectorseek.com/wp-content/uploads/2023/07/Twitter-X-Icon-Vector.png" alt="Twitter Icon" class="contact-icon"> alsoknowaschu</a><br>
<img src="https://static-00.iconduck.com/assets.00/protonmail-icon-2048x2048-7jmccs5b.png" alt="Email Icon" class="contact-icon"> [email protected]</a>
</p>
</main>
<script>
function toggleMenu() {
var linkCertification = document.getElementById("hamburger-menu-certification");
var linkMain = document.getElementById("hamburger-menu-main");
if (linkCertification.style.display === "none") {
linkCertification.style.display = "block";
linkMain.style.display = "block";
} else {
linkCertification.style.display = "none";
linkMain.style.display = "none";
}
}
</script>
<footer>
<p> > <a href="./index.html">Home</a></p>
<p>© 2024 chu</p>
</footer>
</body>
</html>