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 25, 2024
1 parent ff23177 commit 7186520
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ <h1>Google Dorks for Bug Bounty - By VeryLazyTech</h1>
// This regex matches the site part (site:"domain") and replaces it with the new domain
originalDork = originalDork.replace(/site:"[^"]+"/, `site:"${domain}"`);
originalDork = originalDork.replace(/"example\.com"/g, `"${domain}"`);
originalDork = originalDork.replace(/"example\[.]com"/g, `"${domain}"`);
});

// Update the href and text of the dork link
Expand Down

0 comments on commit 7186520

Please sign in to comment.