Skip to content

Commit

Permalink
Update tyrtyr.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ex16x41 authored Dec 15, 2023
1 parent f598af2 commit 68f7c9f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tyrtyr.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ <h1>Dorks Explorer</h1>
<script>
const googleLink = "https://www.google.com/search?q=";
const dorks = [
"<h3>PHP Files</h3>"
"site:example.com ext:php inurl:?",
"site:openbugbounty.org inurl:reports intext:\"example.com\"",
"site:example.com ext:log | ext:txt | ext:conf | ext:cnf | ext:ini | ext:env | ext:sh | ext:bak | ext:backup | ext:swp | ext:old | ext:~ | ext:git | ext:svn | ext:htpasswd | ext:htaccess",
Expand Down Expand Up @@ -104,11 +105,6 @@ <h1>Dorks Explorer</h1>

let output = "<h2>Results for Domain: " + domain + "</h2>";


output += "<h3>PHP Files</h3>";

output += "<ul>";

output += "<li><a href='" + googleLink + encodeURIComponent(dorks[0].replace("example.com", domain)) + "' target='_blank'>" + dorks[0].replace("example.com", domain) + "</a></li>";

output += "</ul>";
Expand Down

0 comments on commit 68f7c9f

Please sign in to comment.