Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
verylazytech authored Nov 24, 2024
1 parent aa64e43 commit 9daf25e
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Google Dorks for Bug Bounty</title>
<title>Google Dorks for Bug Bounty - By VeryLazyTech</title>
<style>
:root {
--primary-color: #4CAF50;
Expand Down Expand Up @@ -151,14 +151,20 @@
</head>
<body>
<div class="container">
<h1>Google Dorks for Bug Bounty</h1>
<h1>Google Dorks for Bug Bounty - By VeryLazyTech</h1>

<div class="social-links">
<a href="https://twitter.com/TakSec" target="_blank" rel="noopener">
<img src="https://img.shields.io/twitter/url/https/twitter.com/TakSec.svg?style=social&label=Follow%20%40TakSec" alt="Twitter Follow Badge">
<a href="https://x.com/verylazytech" target="_blank" rel="noopener">
<img src="https://img.shields.io/twitter/url?url=https%3A%2F%2Fx.com%2Fverylazytech" alt="X Follow">
</a>
<a href="https://github.com/TakSec/google-dorks-bug-bounty/" target="_blank" rel="noopener">
GitHub Repo
<a href="https://github.com/verylazytech" target="_blank" rel="noopener">
<img src="https://img.shields.io/badge/Github-verylazytech-%23181717?style=flat&logo=github&logoColor=white" alt="Github">
</a>
<a href="https://buymeacoffee.com/verylazytech/extras" target="_blank" rel="noopener">
<img src="https://img.shields.io/badge/My%20Shop-verylazytech-%23FFDD00?style=flat&logo=buy-me-a-coffee&logoColor=yellow" alt="My shop">
</a>
<a href="https://www.verylazytech.com" target="_blank" rel="noopener">
<img src="https://img.shields.io/badge/My%20GitBook-VeryLazyTech-%23FFDD00?style=flat&logo=gitbook&logoColor=white" alt="My Gitbook">
</a>
</div>

Expand All @@ -172,16 +178,6 @@ <h1>Google Dorks for Bug Bounty</h1>

<ul id="dorkList"></ul>

<section>
<h2>Additional Resources</h2>
<ul class="link-list">
<li><a href="https://github.com/TakSec/google-dorks-bug-bounty/" target="_blank" rel="noopener">Google Dorks For Bug Bounty</a></li>
<li><a href="https://thegrayarea.tech/5-google-dorks-every-hacker-needs-to-know-fed21022a906" target="_blank" rel="noopener">5 Google Dorks Every Hacker Needs to Know</a></li>
<li><a href="https://infosecwriteups.com/uncover-hidden-gems-in-the-cloud-with-google-dorks-8621e56a329d" target="_blank" rel="noopener">Uncover Hidden Gems in the Cloud with Google Dorks</a></li>
<li><a href="https://infosecwriteups.com/10-google-dorks-for-sensitive-data-9454b09edc12" target="_blank" rel="noopener">10 Google Dorks for Sensitive Data</a></li>
</ul>
</section>

<script>
const domainInput = document.getElementById('domainInput');
const tooltip = document.getElementById('tooltip');
Expand Down

0 comments on commit 9daf25e

Please sign in to comment.