Skip to content

Commit

Permalink
New Update
Browse files Browse the repository at this point in the history
  • Loading branch information
n4itr0-07 committed Nov 9, 2024
1 parent 5fe80d0 commit 28811fc
Show file tree
Hide file tree
Showing 2 changed files with 150 additions and 4 deletions.
93 changes: 89 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="google-site-verification" content="LrFuU9MCsJ619gmixamCFDb32DboLPi6HgL2tgOPaOA" />
<meta
name="google-site-verification"
content="LrFuU9MCsJ619gmixamCFDb32DboLPi6HgL2tgOPaOA"
/>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
Expand Down Expand Up @@ -193,6 +196,18 @@ <h2>5. Essential Bug Bounty Tools</h2>
>YouTube - Top Bug Bounty Tools</a
>
</li>
<li>
Brup Suite Course In Hindi
<a href="https://youtube.com/playlist?list=PLa2xctTiNSCjVzFfxTn_UKkd-sS34EQaF&si=-3-HeOuc8yWexqqx" target="_blank">Burpsuite Course Hindi</a>
</li>
<li>
Brup Suite Course In English
<a href="https://youtu.be/slxHpp7ilYU?si=oNUwu-NFeoemYo-T" target="_blank">Burpsuite Course English</a>
</li>
<li>
OWASP Zap Tutorial
<a href="https://youtube.com/playlist?list=PLH8n_ayg-60J9i3nsLybper-DR3zJw6Z5&si=pGrg1fTWBtl2UvF0" target="_blank">OWASP Zap Playlist</a>
</li>
</ul>
</section>

Expand Down Expand Up @@ -244,18 +259,88 @@ <h2>7. Practice: CTFs and Real-World Programs</h2>
Resource:
<a href="https://tryhackme.com/" target="_blank">TryHackMe</a>
</li>
<li>
Resource:
<a
href="https://github.com/winterrdog/tryhackme-free-rooms"
target="_blank"
>
400+ Try Hack Me Free Rooms List
</a>
</li>
<li>
Resource:
<a href="https://ctftime.org/" target="_blank"
>CTFTime - Upcoming CTF Events</a
>
</li>
<li>
Resource:
<a href="https://pentesterlab.com/" target="_blank">Pentester Lab</a>
</li>
</ul>
</section>
<section id="motivation">
<h2>8. ๐Ÿ”ฅ Motivation for Bug Hunters ๐Ÿ”ฅ</h2>

<!-- Motivation Messages -->
<div class="motivation-section">
<h3>๐Ÿ› ๏ธ Keep Pushing, Even When It Gets Hard ๐Ÿ’ช</h3>
<ul>
<li>
<blockquote>"The only way to become a master is to stay a student."</blockquote>
<p>Every challenge, every bounty, and every setback is an opportunity to learn something new.</p>
</li>
<li>
<blockquote>"Exploits are hidden in plain sightโ€”find the gaps, and you'll find the rewards."</blockquote>
<p>Most people stop just before they find that critical vulnerability. Keep going when others quit!</p>
</li>
<li>
<blockquote>"If it was easy, everyone would do it."</blockquote>
<p>It's a battle of wits, and only the most persistent win.</p>
</li>
<li>
<blockquote>"It's not about having time; it's about making time."</blockquote>
<p>Make time every day to sharpen your skills, even if it's just an hour.</p>
</li>
</ul>
</div>

<!-- Inspirational Quotes Section -->
<div class="quotes-section">
<h2>๐Ÿ’ฅ Words to Keep You Going When You Want to Quit ๐Ÿ’ฅ</h2>
<ul>
<li>
<blockquote>"Success is not final, failure is not fatal: It is the courage to continue that counts."
<br> โ€” Winston Churchill
</blockquote>
</li>
<li>
<blockquote>"I am not a product of my circumstances. I am a product of my decisions."
<br> โ€” Stephen Covey
</blockquote>
</li>
<li>
<blockquote>"The harder you work for something, the greater youโ€™ll feel when you finally achieve it."</blockquote>
</li>
<li>
<blockquote>"Every obstacle is a stepping stone. Keep your eyes on the prize."</blockquote>
</li>
</ul>
</div>

<!-- Closing Words -->
<div class="closing-section">
<h3>๐Ÿดโ€โ˜ ๏ธ Your Effort Today = A Zero-Day Tomorrow ๐Ÿดโ€โ˜ ๏ธ</h3>
<p>Every time youโ€™re up late at night staring at code, testing payloads, or digging through HTTP responses, you're inching closer to finding a zero-day exploit that could change your life. Bug bounty hunting is about patience, persistence, and never settling for โ€œgood enough.โ€</p>
<p>Keep hacking, keep learning, and never give up. The rewards are out there waiting for you.</p>
</div>
</section>


<!-- Add more sections here as needed -->
<section id="manual-resources">
<h2>8. Bonus Resources</h2>
<h2>9. Bonus Resources</h2>
<p>
Here you can find additional resources that I have curated for Bug
Bounty Hunting. These resources may include full course, tutorials,
Expand Down Expand Up @@ -292,8 +377,8 @@ <h3>Bug Hunting Course</h3>
<h3>Connect with me</h3>
<p>Follow me on social media for more tips and updates:</p>
<ul>
<li><a href="https://github.com/Salik-Seraj">Github</a></li>
<li><a href="https://x.com/code_with_ssn">X</a></li>
<li><a href="https://github.com/n4itr0-07">Github</a></li>
<li><a href="https://x.com/n4itr0_07">X</a></li>
<li>
<a href="https://www.linkedin.com/in/salik-seraj-naik">LinkedIn</a>
</li>
Expand Down
61 changes: 61 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,67 @@ section ul li a {
section ul li a:hover {
text-decoration: underline;
}
/* General Section Styles */
#motivation {
background-color: #0f172a;
color: #e2e8f0;
padding: 3rem 2rem;
border-radius: 12px;
margin-top: 3rem;
}

#motivation h2 {
font-size: 2.5rem;
text-align: center;
color: #38bdf8;
}

.motivation-section,
.quotes-section,
.closing-section {
margin-top: 2rem;
}

.motivation-section h3,
.quotes-section h3,
.closing-section h3 {
font-size: 1.75rem;
color: #f87171;
}

ul {
list-style: none;
padding: 0;
line-height: 1.8;
}

blockquote {
margin-left: 2rem;
font-style: italic;
color: #a5b4fc;
}

.quotes-section ul blockquote {
color: #fcd34d;
}

.quotes-section ul blockquote span {
color: #f59e0b;
}

.closing-section p {
line-height: 1.8;
}

.closing-section h3 {
color: #34d399;
}

.closing-section p:last-child {
font-size: 1.2rem;
color: #6ee7b7;
}
/* -------------------------------------------*/

#manual-resources h2 {
color: #ff6347; /* Tomato red color for heading */
Expand Down

0 comments on commit 28811fc

Please sign in to comment.