-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutme.html
60 lines (55 loc) · 3.47 KB
/
aboutme.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kailash Bohaar - Cyber Security Professional</title>
<link href="https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700|PT+Serif:400,700,400italic" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Hi 👋, I'm Kailash</h1>
<h2>Cyber Security Engineer / Researcher / Analyst</h2>
</header>
<main>
<section id="about">
<h3>$whoami</h3>
<p>Experienced cybersecurity professional with expertise in penetration testing, security analysis, and application security. Skilled in both offensive and defensive security, threat hunting, and security engineering. Passionate about identifying vulnerabilities and developing robust defenses to protect critical assets.</p>
</section>
<section id="helped">
<h3>Helped to Secure</h3>
<p>Identified and reported security vulnerabilities and zero-day flaws in various products and companies through responsible disclosure processes and bug bounty platforms.</p>
<div class="icon-container">
<img class="icon" src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/google/google-original.svg" alt="Google">
<img class="icon" src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/facebook/facebook-original.svg" alt="Facebook">
<img class="icon" src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/amazonwebservices/amazonwebservices-original-wordmark.svg" alt="AWS">
<img class="icon" src="https://cdn.simpleicons.org/adobe" alt="Adobe">
<img class="icon" src="https://cdn.simpleicons.org/dell" alt="Dell">
<img class="icon" src="https://cdn.simpleicons.org/zoho" alt="Zoho">
<img class="icon" src="https://cdn.simpleicons.org/alibabacloud" alt="Alibaba Cloud">
<img class="icon" src="https://cdn.simpleicons.org/toyota" alt="Toyota">
<img class="icon" src="https://cdn.simpleicons.org/unitednations" alt="United Nations">
<img class="icon" src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/windows11/windows11-original.svg" alt="Windows 11">
</div>
</section>
<section id="cve">
<h3>CVE (Common Vulnerability Exposure)</h3>
<p>Found security issues in popular technologies and software, helped fix them, and got CVEs assigned for these vulnerabilities.</p>
<ul>
<li><strong>CVE-2020-10596</strong> - Opencart</li>
<li><strong>CVE-2020-18723</strong> - Mdaemon Webmail Service</li>
<li><strong>CVE-2020-18724</strong> - Mdaemon Webmail Service</li>
<li><strong>CVE-2021-46065</strong> - Zoho ManageEngine ServiceDesk Plus</li>
<li><strong>CVE-2024-2301</strong> - HP Printers</li>
</ul>
</section>
</main>
<footer>
<p>© 2024 Kailash Bohara. All rights reserved.</p>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="https://localhost:4000/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="https://localhost:4000/assets/js/scripts.min.js" defer></script>
</body>
</html>