Skip to content

Commit

Permalink
updated with latest dorks
Browse files Browse the repository at this point in the history
  • Loading branch information
sujayadkesar committed Feb 6, 2023
1 parent be0128a commit a2d7b99
Show file tree
Hide file tree
Showing 15 changed files with 304 additions and 194 deletions.
Binary file added assets-updated-train/img/backup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets-updated-train/img/cert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets-updated-train/img/cms.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets-updated-train/img/config.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets-updated-train/img/directory.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets-updated-train/img/directory.png.crdownload
Binary file not shown.
Binary file added assets-updated-train/img/pastbin.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets-updated-train/img/ssltest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets-updated-train/img/stackoverflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets-updated-train/img/subdomain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets-updated-train/img/wpsearch.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 26 additions & 24 deletions assets/bootstrap/js/app.js
Original file line number Diff line number Diff line change
@@ -1,27 +1,29 @@
const input = document.getElementById("domain");
const form = document.querySelector('form');
const revereip = document.getElementById("l1");
const shodan = document.getElementById("link2");
const github = document.getElementById("link3");
const loginpages = document.getElementById("link4");
const secheader = document.getElementById("link5");
const waybackmachine = document.getElementById("link6");
const ssltest = document.getElementById("link7");
const wordpresssearch = document.getElementById("link8");
const wordpresscontents = document.getElementById("link9");
const whatcms = document.getElementById("link10");
const pastbin = document.getElementById("link11");
const stackoverflow = document.getElementById("link12");
const s3buckets = document.getElementById("link13");
const subdomains = document.getElementById("link14");
const phpinfo = document.getElementById("link15");
const backupfiles = document.getElementById("link16");
const configlogfiles = document.getElementById("link17");
const certsh = document.getElementById("link18");
const directorylisting = document.getElementById("link19");
const passwordfiles = document.getElementById("link20");
const robots = document.getElementById("link21");
const openredirect = document.getElementById("open");


const revereip = document.getElementById("l1"); //done2
const shodan = document.getElementById("link2"); //done2
const github = document.getElementById("link3"); //done2
const loginpages = document.getElementById("link4"); //done2
const secheader = document.getElementById("link5"); //done2
const waybackmachine = document.getElementById("link6"); //done2
const ssltest = document.getElementById("link7"); //done2
const wordpresssearch = document.getElementById("link8"); //done2
const wordpresscontents = document.getElementById("link9"); //done2
const whatcms = document.getElementById("link10"); //done2
const pastbin = document.getElementById("link11"); //done2
const stackoverflow = document.getElementById("link12"); //done2
const s3buckets = document.getElementById("link13"); //done2
const subdomains = document.getElementById("link14"); //done2
const phpinfo = document.getElementById("link15"); //done2
const backupfiles = document.getElementById("link16"); //done2
const configlogfiles = document.getElementById("link17"); //done2
// const certsh = document.getElementById("link18");
const directorylisting = document.getElementById("directory1"); //done1
const passwordfiles = document.getElementById("passwd1"); //done1
const robots = document.getElementById("robot1"); //done1
const openredirect = document.getElementById("open1"); //done1


form.addEventListener('submit', function(event) {
Expand All @@ -32,7 +34,7 @@ form.addEventListener('submit', function(event) {
loginpages.href = `https://www.google.com/search?q=site:${input.value} inurl:login | inurl:signin | intitle:Login | intitle: signin | inurl:auth`;
secheader.href = `https://securityheaders.com/?q=${input.value}&followRedirects=on`;
waybackmachine.href = `https://web.archive.org/web/*/${input.value}/*`;
ssltest.href = `https://www.ssllabs.com/ssltest/analyze.html?d=${input.value}`;
ssltest.href = `https://www.ssllabs.com/ssltest/analyze.html?d=${input.value}&latest`;
wordpresssearch.href = `http://wwwb-dedup.us.archive.org:8083/cdx/search?url=${input.value}/&matchType=domain&collapse=digest&output=text&fl=original,timestamp&filter=urlkey:.*wp[-].*&limit=1000000&xx=`;
wordpresscontents.href = `https://google.com/search?q=site:${input.value} inurl:wp- | inurl:wp-content | inurl:plugins | inurl:uploads | inurl:themes | inurl:download`;
whatcms.href = `https://whatcms.org/?s=${input.value}`;
Expand All @@ -43,7 +45,7 @@ form.addEventListener('submit', function(event) {
phpinfo.href = `https://google.com/search?q=site:${input.value} ext:php intitle:phpinfo 'published by the PHP Group'`;
backupfiles.href = `https://www.google.com/search?q=site:${input.value} ext:bkf | ext:bkp | ext:bak | ext:old | ext:backup`;
configlogfiles.href = `https://www.google.com/search?q=site:${input.value} ext:xml | ext:conf | ext:cnf | ext:reg | ext:inf | ext:rdp | ext:cfg | ext:txt | ext:ora | ext:ini | ext:log`;
certsh.href = `https://crt.sh/?q=${input.value}`;
// certsh.href = `https://crt.sh/?q=${input.value}`;
directorylisting = `https://www.google.com/search?q=site:${input.value} intitle:index.of | 'parent directory'`;
passwordfiles = `https://www.google.com/search?q=site:${input.value} 'password' filetype:doc | filetype:pdf | filetype:docx | filetype:xls | filetype:dat | filetype:log`;
robots.href = `https://www.google.com/search?q=${input.value}+robots.txt`;
Expand Down
72 changes: 69 additions & 3 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
body{
background-color: #0d0030;
}
.searchcontainer{
/* .searchcontainer{
left: 50%;
bottom: 50%;
transform: translate(-50%,50%);
Expand All @@ -22,7 +22,7 @@ table{
.searchcontainer input{
width: 400px;
padding: 10px;
/* padding: 0 10px; */
padding: 0 10px;
border: none;
outline: none;
background-color: transparent;
Expand All @@ -32,11 +32,51 @@ table{
}
.searchcontainer input::placeholder{
color: white;
}
} */
.searchcontainer i{
cursor: pointer;
}

.searchcontainer {
display: inline-block; /* flex*/
justify-content: center;
align-items: center;
margin: 0 20px;
}

table {
border: none;
}

input[type="text"] {
padding: 5px;
width: 300px;
font-size: 16px;
border-radius: 5px;
border: none;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
margin-right: 10px;
}

input[type="submit"] {
padding: 5px;
border-radius: 5px;
border: none;
background-color: rgba(42, 87, 107, 1);
color: white;
font-size: 16px;
cursor: pointer;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
background-color: white;
color: rgba(42, 87, 107, 1);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}



#myBtn {
display: none;
Expand All @@ -58,3 +98,29 @@ table{
background-color: #555;
}

.ribbon {
background-color: #a00;
overflow: hidden;
white-space: nowrap;
position: absolute;
right: -50px;
top: 40px;
transform: rotate(45deg);
box-shadow: 0 0 10px #888;
}

.ribbon a {
border: 1px solid #faa;
color: #fff;
display: block;
font: bold 81.25% "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 1px 0;
padding: 10px 50px;
text-align: center;
text-decoration: none;
text-shadow: 0 0 5px #444;
}

.ribbon a:hover{
color: black;
}
127 changes: 0 additions & 127 deletions data.json

This file was deleted.

Loading

0 comments on commit a2d7b99

Please sign in to comment.