Skip to content

Commit 43bbdf2

Browse files
authored
Update index.html
1 parent 1c328c4 commit 43bbdf2

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

index.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
<div class="container">
270270
<header>
271271
<h1>Srishti Rathi</h1>
272-
<p class="subtitle">Cybersecurity Researcher | VAPT Specialist | Threat Intelligence Analyst | Malware Investigator</p>
272+
<p class="subtitle">Cybersecurity Researcher | VAPT Specialist | Bug Bounty Hunter</p>
273273
<p style="margin-top: 10px; color: var(--accent); font-size: 0.95rem;">Open to Security Research & VAPT Opportunities</p>
274274
<nav>
275275
<a href="#" data-page="home" class="nav-link active">Home</a>
@@ -323,14 +323,7 @@ <h2 class="post-title"><a href="blog2.html">Deep Dive into Web Application Firew
323323
<section id="projects" class="page-section">
324324
<h2 style="font-size: 2rem; margin-bottom: 2rem;">Projects</h2>
325325
<div class="projects-grid">
326-
<div class="project-card">
327-
<h3>Threat Intelligence Platform<span style="font-size:0.75rem; color:var(--accent); margin-left:8px;">FEATURED</span></h3>
328-
<p>A cyber threat intelligence platform focused on OSINT-driven threat analysis and reporting. The platform aggregates open-source intelligence related to threat actors, vulnerabilities,and malicious infrastructure, enabling structured research and contextual intelligence reporting. Designed to support analyst workflows, RFI-style investigations, and intelligence documentation.</p>
329-
<div class="tags"><span class="tag">Cyber Threat Intelligence</span><span class="tag">OSINT</span><span class="tag">Python</span><span class="tag">Automation</span><span class="tag">Security Research</span></div>
330-
<div class="project-links">
331-
<a href="https://github.com/SrishtiCode/Threat-intel-platform" class="btn" target="_blank" rel="noopener">View on GitHub</a>
332-
</div>
333-
</div>
326+
334327
<div class="project-card">
335328
<h3>VAPT Automation Tool</h3>
336329
<p>Vulnerability Scanner is a powerful Bash-based automation tool crafted for penetration testers and cybersecurity professionals. It combines intelligence gathering, brute-force testing, and exploit analysis into one streamlined command-line utility. Whether you're conducting a basic recon or an in-depth assessment, this tool helps identify weak spots in a network environment effectively.</p>
@@ -366,6 +359,14 @@ <h3>Sign-Language-Project</h3>
366359
<a href="https://github.com/SrishtiCode/Sign-Language-Project" class="btn" target="_blank" rel="noopener">View on GitHub</a>
367360
</div>
368361
</div>
362+
<div class="project-card">
363+
<h3>Threat Intelligence Platform</h3>
364+
<p>A cyber threat intelligence platform focused on OSINT-driven threat analysis and reporting. The platform aggregates open-source intelligence related to threat actors, vulnerabilities,and malicious infrastructure, enabling structured research and contextual intelligence reporting. Designed to support analyst workflows, RFI-style investigations, and intelligence documentation.</p>
365+
<div class="tags"><span class="tag">Cyber Threat Intelligence</span><span class="tag">OSINT</span><span class="tag">Python</span><span class="tag">Automation</span><span class="tag">Security Research</span></div>
366+
<div class="project-links">
367+
<a href="https://github.com/SrishtiCode/Threat-intel-platform" class="btn" target="_blank" rel="noopener">View on GitHub</a>
368+
</div>
369+
</div>
369370
</div>
370371
</section>
371372

0 commit comments

Comments
 (0)