Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
164 changes: 91 additions & 73 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
<section>
<h1>
Vulnerability Researcher
</h1>
<p>
I am a Vulnerability Researcher with a passion for security and a robust background in software engineering.
</p>
<section id="toc">
<details>
<summary>
Table of Contents
Expand All @@ -15,6 +9,11 @@ <h1>
About
</a>
</li>
<li>
<a href="#skills">
Skills
</a>
</li>
<li>
<a href="#languages">
Languages
Expand All @@ -25,11 +24,6 @@ <h1>
Frameworks
</a>
</li>
<li>
<a href="#skills">
Skills
</a>
</li>
<li>
<a href="#contact">
Contact
Expand All @@ -38,31 +32,31 @@ <h1>
</details>
</section>
<section id="about">
<h2>
<h1>
About
</h2>
</h1>
<p>
I am a Vulnerability Researcher with a passion for security and a robust background in software engineering. With over 15 years of experience in developing and deploying software applications, my journey began at the tender age of seven, igniting a lifelong passion for technology.
Ever since I was a young boy, I have had a persistent desire to understand the fundamentals of how things work. This curiosity has led me to pursue a career in software engineering, where I have been able to develop and deploy applications that have been used by millions of people around the world.
</p>
<p>
Now, my professional focus is on researching vulnerabilities. While the nature of my work is confidential, the goal is to identify potential threats, staying ahead of the curve in the ever-evolving landscape of cybersecurity.
Now instead of taking apart my toys and my mother's appliances (whoops)... I am taking apart software applications and finding vulnerabilities. As a Vulnerability Researcher, the nature of my work is confidential, the goal is to identify potential threats, staying ahead of the curve in the ever-evolving landscape of cybersecurity.
</p>
<p>
I am continually driven by the prospect of new challenges and the opportunity to collaborate on innovative projects. As I transition into this new chapter of my career, I look forward to growing, learning, and contributing to a safer digital world.
I am continually driven by the prospect of new challenges and the opportunity to collaborate on innovative projects. I look forward to growing, learning, and contributing to a safer digital world.
</p>
</section>
<section id="languages">
<section id="Skills">
<h2>
Languages
Skills
</h2>
<p>
The following are some languages I have experience with.
The following are some skills I've obtained over the years.
</p>
<table>
<thead>
<tr>
<th>
Language
Skill
</th>
<th>
Proficiency
Expand All @@ -72,83 +66,67 @@ <h2>
<tbody>
<tr>
<td>
Python
</td>
<td>
5+ years
</td>
</tr>
<tr>
<td>
JavaScript
</td>
<td>
5+ years
</td>
</tr>
<tr>
<td>
C#
Software Engineering
</td>
<td>
10+ years
</td>
</tr>
<tr>
<td>
C++
Cybersecurity
</td>
<td>
5+ years
</td>
</tr>
<tr>
<td>
Java
Exploit Development
</td>
<td>
5+ years
3+ years
</td>
</tr>
<tr>
<td>
C
Reverse Engineering
</td>
<td>
5+ years
3+ years
</td>
</tr>
<tr>
<td>
Lua
Vulnerability Assessment
</td>
<td>
5+ years
2+ years
</td>
</tr>
<tr>
<td>
Go Lang
Vulnerability Research
</td>
<td>
1+ year
1+ years
</td>
</tr>
</tbody>
</table>
</section>
<section id="frameworks">
<section id="languages">
<h2>
Frameworks
Languages
</h2>
<p>
The following are some frameworks / libraries I have experience with.
The following are some languages I have experience with.
</p>
<table>
<thead>
<tr>
<th>
Framework
Language
</th>
<th>
Proficiency
Expand All @@ -158,75 +136,83 @@ <h2>
<tbody>
<tr>
<td>
Flask
C#
</td>
<td>
10+ years
</td>
</tr>
<tr>
<td>
Python
</td>
<td>
5+ years
</td>
</tr>
<tr>
<td>
FastAPI
JavaScript
</td>
<td>
3+ years
5+ years
</td>
</tr>
<tr>
<td>
Vue
C++
</td>
<td>
5+ years
</td>
</tr>
<tr>
<td>
Vuetify
Java
</td>
<td>
3+ years
5+ years
</td>
</tr>
<tr>
<td>
Bootstrap
C
</td>
<td>
10+ years
5+ years
</td>
</tr>
<tr>
<td>
jQuery
Lua
</td>
<td>
10+ years
5+ years
</td>
</tr>
<tr>
<td>
Django
Go Lang
</td>
<td>
3+ years
1+ year
</td>
</tr>
</tbody>
</table>
</section>
<section id="Skills">
<section id="frameworks">
<h2>
Skills
Frameworks
</h2>
<p>
The following are some skills I've obtained over the years.
The following are some frameworks / libraries I have experience with.
</p>
<table>
<thead>
<tr>
<th>
Skill
Framework
</th>
<th>
Proficiency
Expand All @@ -236,34 +222,66 @@ <h2>
<tbody>
<tr>
<td>
Exploit Development
Bootstrap
</td>
<td>
10+ years
</td>
</tr>
<tr>
<td>
jQuery
</td>
<td>
10+ years
</td>
</tr>
<tr>
<td>
Vue
</td>
<td>
5+ years
</td>
</tr>
<tr>
<td>
Flask
</td>
<td>
5+ years
</td>
</tr>
<tr>
<td>
FastAPI
</td>
<td>
3+ years
</td>
</tr>
<tr>
<td>
Reverse Engineering
Vuetify
</td>
<td>
3+ years
</td>
</tr>
<tr>
<td>
Vulnerability Assessment
Django
</td>
<td>
2+ years
3+ years
</td>
</tr>
<tr>
<td>
Vulnerability Research
HTMX
</td>
<td>
1+ years
1+ year
</td>
</tr>
</tbody>
Expand Down