-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
530 lines (495 loc) · 29 KB
/
Copy pathindex.html
File metadata and controls
530 lines (495 loc) · 29 KB
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
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Elere Olorunleke Victor | CyberSec Portfolio</title>
<meta name="description"
content="Ethical Hacker | Cybersecurity Analyst | Penetration Tester - I protect digital frontiers and fortify systems against evolving threats">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- ===== BOOT SCREEN ===== -->
<div id="boot-screen" class="boot-screen">
<div id="boot-text" class="boot-text"></div>
<div id="boot-prompt" class="boot-prompt" style="display: none;">
<p>System Check OK.</p>
<p class="blink-text" style="cursor: pointer;">[ Press ENTER or CLICK HERE to unlock system ]</p>
</div>
</div>
<div class="terminal-wrapper">
<!-- Terminal Window Chrome -->
<div class="terminal-titlebar">
<div class="titlebar-buttons">
<span class="btn-close"></span>
<span class="btn-minimize"></span>
<span class="btn-maximize"></span>
</div>
<div class="titlebar-title">portfolio — ~/dev/portfolio — 120×40</div>
<div class="titlebar-right">
<span class="connection-dot"></span>
<span>UTF-8</span>
<span>bash</span>
</div>
</div>
<!-- Tab Bar -->
<div class="tab-bar">
<button class="tab active" data-tab="about">
<span class="tab-icon">❯_</span>
<span>about.sh</span>
</button>
<button class="tab" data-tab="projects">
<span class="tab-icon">📁</span>
<span>projects.ls</span>
</button>
<button class="tab" data-tab="skills">
<span class="tab-icon">📊</span>
<span>skills.yaml</span>
</button>
<button class="tab" data-tab="experience">
<span class="tab-icon">📋</span>
<span>experience.log</span>
</button>
<button class="tab" data-tab="contact">
<span class="tab-icon">✉</span>
<span>contact.md</span>
</button>
</div>
<!-- Terminal Content Area -->
<div class="terminal-content">
<!-- ===== ABOUT TAB ===== -->
<div class="tab-content active" id="tab-about">
<!-- Neofetch -->
<div class="command-line">
<span class="prompt"><span class="prompt-user">visitor@portfolio</span> <span
class="prompt-separator">:</span> <span class="prompt-path">~</span> <span
class="prompt-dollar">$</span></span>
<span class="command-text">neofetch</span>
</div>
<div class="neofetch-output">
<div class="neofetch-avatar">
<img src="avatar.png" alt="Elere Olorunleke Victor" class="avatar-img">
</div>
<div class="neofetch-info">
<div class="info-line"><span class="info-key">OS</span><span class="info-separator">:</span>
CyberSec v3.1.0</div>
<div class="info-line"><span class="info-key">Host</span><span class="info-separator">:</span>
<span class="highlight-name">Elere Olorunleke Victor</span>
</div>
<div class="info-line"><span class="info-key">Role</span><span class="info-separator">:</span>
Ethical Hacker | Penetration Tester</div>
<div class="info-line"><span class="info-key">Location</span><span
class="info-separator">:</span> Caracas, Venezuela</div>
<div class="info-line"><span class="info-key">Distro</span><span class="info-separator">:</span>
Fedora Linux (working distros: Parrot OS / Kali Linux)</div>
<div class="info-line"><span class="info-key">Shell</span><span class="info-separator">:</span>
zsh 5.9</div>
<div class="info-line"><span class="info-key">Uptime</span><span class="info-separator">:</span>
<span id="uptime">0m 0s</span>
</div>
<div class="info-line"><span class="info-key">Exploits</span><span
class="info-separator">:</span> ∞ patched today</div>
<div class="color-palette">
<span class="color-swatch" style="background:#1a1b26"></span>
<span class="color-swatch" style="background:#f7768e"></span>
<span class="color-swatch" style="background:#9ece6a"></span>
<span class="color-swatch" style="background:#e0af68"></span>
<span class="color-swatch" style="background:#7dcfff"></span>
<span class="color-swatch" style="background:#bb9af7"></span>
<span class="color-swatch" style="background:#7aa2f7"></span>
<span class="color-swatch" style="background:#787c99"></span>
</div>
</div>
</div>
<!-- Cat about.md -->
<div class="command-line" style="margin-top: 2rem;">
<span class="prompt"><span class="prompt-user">visitor@portfolio</span> <span
class="prompt-separator">:</span> <span class="prompt-path">~</span> <span
class="prompt-dollar">$</span></span>
<span class="command-text">cat about.md</span>
</div>
<div class="file-output">
<div class="md-comment">#About Me</div>
<br>
<p>I am a cybersecurity expert specializing in <span class="highlight-cyan">ethical hacking</span>
and <span class="highlight-cyan">penetration testing</span>. Using tools like Kali Linux, Nmap,
Metasploit, and Wireshark, I identify vulnerabilities and strengthen systems against threats
while ensuring legal and secure compliance.</p>
<br>
<p><span class="highlight-cyan">Top areas of expertise:</span> Threat & Vulnerability Management,
Penetration Testing, Network Traffic Analysis, Cybersecurity Compliance, and Incident Response.
</p>
<br>
<p>When I'm not hunting bugs, you'll find me researching DNS security, building SOC architectures,
or sharing free cybersecurity learning resources with the community.</p>
</div>
</div>
<!-- ===== PROJECTS TAB ===== -->
<div class="tab-content" id="tab-projects">
<div class="command-line">
<span class="prompt"><span class="prompt-user">visitor@portfolio</span> <span
class="prompt-separator">:</span> <span class="prompt-path">~/projects</span> <span
class="prompt-dollar">$</span></span>
<span class="command-text">ls -la</span>
</div>
<div class="ls-output">
<div class="ls-header">total 28</div>
<div class="ls-line">drwxr-xr-x 5 victor 4096 Apr 20 09:30 <span class="dir-dot">.</span>
</div>
<div class="ls-line">drwxr-xr-x 12 victor 4096 Apr 20 09:30 <span class="dir-dot">..</span>
</div>
<div class="ls-line">-rw-r--r-- 1 victor 2847 Apr 19 14:22 <span
class="file-readme">README.md</span></div>
<div class="ls-line">drwxr-xr-x 8 victor 4096 Apr 18 11:05 <span
class="dir-name">soc-architect/</span></div>
<div class="ls-line">drwxr-xr-x 6 victor 4096 Apr 15 16:44 <span
class="dir-name">dns-security-guide/</span></div>
<div class="ls-line">drwxr-xr-x 5 victor 4096 Apr 10 09:15 <span
class="dir-name">net-scanner/</span></div>
<div class="ls-line">drwxr-xr-x 4 victor 4096 Apr 08 20:33 <span
class="dir-name">vuln-assess-toolkit/</span></div>
<div class="ls-line">drwxr-xr-x 3 victor 4096 Apr 05 13:12 <span
class="dir-name">phish-defender/</span></div>
</div>
<!-- Project Cards -->
<div class="project-card">
<div class="project-header">
<span class="project-icon">🛡️</span>
<span class="project-name">soc-architect</span>
</div>
<p class="project-desc">Building a real SOC (Security Operations Center) architecture using Wazuh +
Suricata + VirusTotal for real-time detection, threat intelligence, and automated response.</p>
<div class="project-footer">
<a href="#" class="project-link">📄 Writeup</a>
<a href="#" class="project-link">⚙ Source</a>
<span class="tech-tag tag-wazuh">Wazuh</span>
<span class="tech-tag tag-suricata">Suricata</span>
<span class="tech-tag tag-virustotal">VirusTotal</span>
<span class="tech-tag tag-linux">Linux</span>
</div>
</div>
<div class="project-card">
<div class="project-header">
<span class="project-icon">🌐</span>
<span class="project-name">dns-security-guide</span>
</div>
<p class="project-desc">Comprehensive 41-page guide on DNS security covering DNS spoofing, DNS
tunneling, DDoS attacks, and defense strategies. Published for the cybersecurity community.</p>
<div class="project-footer">
<a href="#" class="project-link">📄 Read Guide</a>
<span class="tech-tag tag-dns">DNS</span>
<span class="tech-tag tag-networking">Networking</span>
<span class="tech-tag tag-security">Security Research</span>
</div>
</div>
<div class="project-card">
<div class="project-header">
<span class="project-icon">🔍</span>
<span class="project-name">net-scanner</span>
</div>
<p class="project-desc">Custom network reconnaissance toolkit combining Nmap scripts with automated
vulnerability detection. Designed for ethical penetration testing engagements.</p>
<div class="project-footer">
<a href="#" class="project-link">⚙ Source</a>
<span class="tech-tag tag-python">Python</span>
<span class="tech-tag tag-nmap">Nmap</span>
<span class="tech-tag tag-linux">Kali Linux</span>
</div>
</div>
<div class="project-card">
<div class="project-header">
<span class="project-icon">🔓</span>
<span class="project-name">vuln-assess-toolkit</span>
</div>
<p class="project-desc">Automated vulnerability assessment framework for web applications and
network infrastructure. Generates compliance-ready reports for GDPR and CCPA standards.</p>
<div class="project-footer">
<a href="#" class="project-link">⚙ Source</a>
<span class="tech-tag tag-python">Python</span>
<span class="tech-tag tag-metasploit">Metasploit</span>
<span class="tech-tag tag-wireshark">Wireshark</span>
</div>
</div>
<div class="project-card">
<div class="project-header">
<span class="project-icon">🎣</span>
<span class="project-name">phish-defender</span>
</div>
<p class="project-desc">Phishing awareness and simulation platform for organizations. Test employee
security awareness with realistic phishing campaigns and track improvement metrics.</p>
<div class="project-footer">
<a href="#" class="project-link">⚙ Source</a>
<span class="tech-tag tag-python">Python</span>
<span class="tech-tag tag-social">Social Engineering</span>
<span class="tech-tag tag-security">Security Awareness</span>
</div>
</div>
</div>
<!-- ===== SKILLS TAB ===== -->
<div class="tab-content" id="tab-skills">
<div class="command-line">
<span class="prompt"><span class="prompt-user">visitor@portfolio</span> <span
class="prompt-separator">:</span> <span class="prompt-path">~</span> <span
class="prompt-dollar">$</span></span>
<span class="command-text">cat skills.yaml</span>
</div>
<div class="file-output">
<div class="md-comment"># skills.yaml — last updated 2025-04-26</div>
</div>
<div class="skills-section">
<h3 class="skills-category">security_tools:</h3>
<div class="skill-bar-container">
<span class="skill-label">Kali Linux</span>
<div class="skill-bar">
<div class="skill-fill fill-green" data-percent="92"></div>
</div>
<span class="skill-percent">92%</span>
</div>
<div class="skill-bar-container">
<span class="skill-label">Metasploit</span>
<div class="skill-bar">
<div class="skill-fill fill-pink" data-percent="88"></div>
</div>
<span class="skill-percent">88%</span>
</div>
<div class="skill-bar-container">
<span class="skill-label">Nmap</span>
<div class="skill-bar">
<div class="skill-fill fill-blue" data-percent="90"></div>
</div>
<span class="skill-percent">90%</span>
</div>
<div class="skill-bar-container">
<span class="skill-label">Wireshark</span>
<div class="skill-bar">
<div class="skill-fill fill-orange" data-percent="85"></div>
</div>
<span class="skill-percent">85%</span>
</div>
<div class="skill-bar-container">
<span class="skill-label">Ettercap</span>
<div class="skill-bar">
<div class="skill-fill fill-green" data-percent="78"></div>
</div>
<span class="skill-percent">78%</span>
</div>
</div>
<div class="skills-section">
<h3 class="skills-category">security_operations:</h3>
<div class="skill-bar-container">
<span class="skill-label">Penetration Testing</span>
<div class="skill-bar">
<div class="skill-fill fill-pink" data-percent="90"></div>
</div>
<span class="skill-percent">90%</span>
</div>
<div class="skill-bar-container">
<span class="skill-label">Incident Response</span>
<div class="skill-bar">
<div class="skill-fill fill-blue" data-percent="85"></div>
</div>
<span class="skill-percent">85%</span>
</div>
<div class="skill-bar-container">
<span class="skill-label">Network Analysis</span>
<div class="skill-bar">
<div class="skill-fill fill-green" data-percent="88"></div>
</div>
<span class="skill-percent">88%</span>
</div>
<div class="skill-bar-container">
<span class="skill-label">Vuln Management</span>
<div class="skill-bar">
<div class="skill-fill fill-orange" data-percent="87"></div>
</div>
<span class="skill-percent">87%</span>
</div>
<div class="skill-bar-container">
<span class="skill-label">GDPR/CCPA</span>
<div class="skill-bar">
<div class="skill-fill fill-blue" data-percent="80"></div>
</div>
<span class="skill-percent">80%</span>
</div>
</div>
<div class="skills-section">
<h3 class="skills-category">also comfortable with:</h3>
<div class="comfortable-tags">
<span class="comfort-tag">DNS Security</span>
<span class="comfort-tag">Firewall Monitoring</span>
<span class="comfort-tag">Data Encryption</span>
<span class="comfort-tag">Wazuh</span>
<span class="comfort-tag">Suricata</span>
<span class="comfort-tag">VirusTotal</span>
<span class="comfort-tag">Linux Admin</span>
<span class="comfort-tag">Python Scripting</span>
<span class="comfort-tag">Social Engineering</span>
<span class="comfort-tag">Threat Monitoring</span>
<span class="comfort-tag">SOC Architecture</span>
<span class="comfort-tag">OSINT</span>
</div>
</div>
</div>
<!-- ===== EXPERIENCE TAB ===== -->
<div class="tab-content" id="tab-experience">
<div class="command-line">
<span class="prompt"><span class="prompt-user">visitor@portfolio</span> <span
class="prompt-separator">:</span> <span class="prompt-path">~</span> <span
class="prompt-dollar">$</span></span>
<span class="command-text">cat experience.log</span>
</div>
<div class="file-output">
<div class="md-comment"># git log --oneline --all</div>
</div>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-content">
<h3 class="job-title">Digital Security & Social Media Manager</h3>
<div class="company">@ CAC Peace Tabernacle</div>
<div class="period">2023 — Present</div>
<p class="job-desc">Managing digital security infrastructure and social media presence.
Implementing data privacy and protection policies, conducting threat monitoring, and
leading incident response operations for the organization.</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-content">
<h3 class="job-title">Web Security & Management Specialist</h3>
<div class="company">@ Nigerian Embassy</div>
<div class="period">Mar 2023 — Sep 2023</div>
<p class="job-desc">Conducted website vulnerability assessments and implemented network
security measures. Performed continuous monitoring of web infrastructure to identify and
mitigate security threats.</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dot dot-cert"></div>
<div class="timeline-content">
<h3 class="job-title">Ethical Hacking Certification</h3>
<div class="company">@ Agutech Global Cafe</div>
<div class="period">Certified</div>
<p class="job-desc">Completed intensive ethical hacking certification program covering Nmap,
Metasploit, and advanced penetration testing methodologies.</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dot dot-cert"></div>
<div class="timeline-content">
<h3 class="job-title">Threat & Vulnerability Management Certification</h3>
<div class="company">@ Agutech Global Cafe</div>
<div class="period">Certified</div>
<p class="job-desc">Specialized training in GDPR and CCPA compliance, vulnerability
management frameworks, and security policy implementation.</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dot dot-education"></div>
<div class="timeline-content">
<h3 class="job-title">Diploma, Cybersecurity</h3>
<div class="company">@ AltSchool Africa</div>
<div class="period">Jul 2025 — Jul 2026 (Expected)</div>
<p class="job-desc">Currently pursuing a Cybersecurity diploma focusing on real-world
ethical hacking, penetration testing, SOC operations, and cloud security. Active
participant in hands-on assessments and ethical dilemma discussions.</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dot dot-education"></div>
<div class="timeline-content">
<h3 class="job-title">High School Diploma</h3>
<div class="company">@ Lee Mary Prosper International School</div>
<div class="period">2016 — 2019</div>
<p class="job-desc">Completed high school education with a strong interest in technology and
computer science fundamentals.</p>
</div>
</div>
</div>
</div>
<!-- ===== CONTACT TAB ===== -->
<div class="tab-content" id="tab-contact">
<div class="command-line">
<span class="prompt"><span class="prompt-user">visitor@portfolio</span> <span
class="prompt-separator">:</span> <span class="prompt-path">~</span> <span
class="prompt-dollar">$</span></span>
<span class="command-text">cat contact.md</span>
</div>
<div class="file-output">
<div class="md-comment"># Let's connect!</div>
<br>
<p>I'm always open to interesting conversations and opportunities in cybersecurity. Whether you need
a penetration test, security consultation, or just want to discuss the latest CVE — feel free to
reach out!</p>
</div>
<div class="contact-links">
<a href="https://www.linkedin.com/in/olorunleke-victor-elere" class="contact-item" target="_blank">
<span class="contact-icon">💼</span>
<span class="contact-label">LinkedIn</span>
<span class="contact-value">linkedin.com/in/olorunleke-victor-elere</span>
</a>
<a href="https://github.com/codethug" class="contact-item" target="_blank">
<span class="contact-icon">🐙</span>
<span class="contact-label">GitHub</span>
<span class="contact-value">github.com/codethug</span>
</a>
<a href="#" class="contact-item">
<span class="contact-icon">🐦</span>
<span class="contact-label">Hackthebox</span>
<span class="contact-value">@codethug</span>
</a>
<a href="#" class="contact-item">
<span class="contact-icon">🌐</span>
<span class="contact-label">Location</span>
<span class="contact-value">Caracas, Venezuela</span>
</a>
</div>
<div class="contact-form-section">
<div class="command-line" style="margin-top: 2rem;">
<span class="prompt"><span class="prompt-user">visitor@portfolio</span> <span
class="prompt-separator">:</span> <span class="prompt-path">~</span> <span
class="prompt-dollar">$</span></span>
<span class="command-text">./send_message.sh</span>
</div>
<form class="terminal-form" id="contact-form">
<div class="form-field">
<label>name: </label>
<input type="text" placeholder="Your name" required>
</div>
<div class="form-field">
<label>email: </label>
<input type="email" placeholder="your@email.com" required>
</div>
<div class="form-field">
<label>subject: </label>
<input type="text" placeholder="Pentest request / Security consultation / ...">
</div>
<div class="form-field">
<label>message: </label>
<textarea placeholder="Describe your security needs..." rows="4" required></textarea>
</div>
<button type="submit" class="submit-btn">$ send_message --now</button>
</form>
</div>
</div>
<!-- Interactive Command Line (always visible at bottom) -->
<div class="interactive-prompt">
<span class="prompt"><span class="prompt-user">visitor@portfolio</span> <span
class="prompt-separator">:</span> <span class="prompt-path">~</span> <span
class="prompt-dollar">$</span></span>
<input type="text" class="command-input" id="command-input" placeholder="type 'help' for commands..."
autocomplete="off" spellcheck="false">
</div>
</div>
</div>
<!-- Background Audio (Replace placeholder.mp3 with your actual audio file) -->
<audio id="bg-music" loop>
<source src="fortress_of_lies.mp3" type="audio/mpeg">
</audio>
<script src="script.js"></script>
</body>
</html>