-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
62 lines (59 loc) · 3.76 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<title>CSE for search 20 source code hosting services</title>
<meta charset="utf-8">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="style.css"> </head>
<body>
<div class="container">
<div class="jumbotron">
<h2>CSE for search 20 source code hosting services</h2>
<hr>
<div class="panel panel-info">
<div class="panel-body">
More examples of search you can find in the lists of the <a href="https://github.com/cipher387/Dorks-collections-list#githubdorks">Github dorks</a>
</div></div>
<div class="panel panel-info">
<div class="panel-body"> I have to split 20 sites into 2 search engines because of the limitations of the free version of the Site Restricted JSON API </div>
</div>
<hr>
<div class="panel panel-primary">
<script async src="https://cse.google.com/cse.js?cx=d405c04fef183ae3e"></script>
<div class="panel-heading">bitbucket.org, codeberg.org, codeplex.com. fedoraproject.org, github.com, gitlab.com, googlecode.com, sourceforge.net, tizen.org, repo.or.cz</div>
<div class="gcse-search"></div>
</div>
<hr>
<div class="panel panel-primary">
<script async src="https://cse.google.com/cse.js?cx=551bcfa2fc6533ca7"></script>
<div class="panel-heading">gitorious.org, minix3.org, seekquarry.com, sr.ht, android.googlesource.com, gitea.io, beanstalkapp.com, codebasehq.com, fogbugz.com, launchpad.net</div>
<div class="gcse-search"></div>
</div>
<div class="well">Examples of queries for searching sensitive data types that can be found in source code repositories (source: <a href="github.com/TheBinitGhimire/GitHub-Recon">github.com/TheBinitGhimire/GitHub-Recon</a>)</div>
<div class="table-responsive">
<table class="table">
<tr>
<td> password</br> ΑΡΙ_ΚΕΥ</br> APP_ID</br> AUTH_TOKEN</br> AUTH_KEY</br> AWS_SECRET</br> AWS_SECRET_KEY</br> AWS_ACCESS_KEY</br> AUTH</br> OAUTH_CLENT_ID</br>
</td>
<td> OAUTH_CLIENT_SECRET</br> CARGO_TOKEN</br> CF_PASSWORD</br> CI_USER_TOKEN</br> DATABASE_PASSWORD</br> MYSQL_PASSWORD</br> DOCKER_HUB_PASSWORD</br> NETLIFY_API_KEY</br> ELASTICSEARCH_PASSWORD</br> NPM_API_TOKEN</br> TWILIO_TOKEN</br>
</td>
<td> email</br> EXP_PASSWORD</br> FIREBASE_API_TOKEN</br> FTP_LOGIN</br> FTP_PASSWORD</br> GH_AUTH_TOKEN</br> id_rsa_pub</br> JWT_SECRET</br> jdbc_user</br> YT_CLIENT_SECRET</br>
</td>
<td> mailchimp_api_key</br> MANIFEST_APP_TOKEN</br> OSSRH_JIRA_PASSWORD</br> passwordTravis</br> s3_access_key</br> SENDGRID_KEY</br> SSMTP_CONFIG</br> TRAVIS_SECURE_ENV_VARS</br> URBAN_MASTER_SECRET</br> VIP_GITHUB_DEPLOY_KEY</br> WORDPRESS_DB_PASSWORD</br>
</td>
</tr>
</table>
</div>
<div class="well">
<a href="https://t.me/cybdetective" class="telegram-follow-button">Telegram</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<a href="https://twitter.com/cyb_detective?ref_src=twsrc%5Etfw" class="twitter-follow-button-2">Twitter</a>
<a href="https://linkedin.com/in/cyber-detective-a12a31b7/" class="linkedin-follow-button">Linkedin</a>
<a href="https://www.getrevue.co/profile/cyb_detective" class="revue-follow-button">Revue</a>
<a href="https://github.com/cipher387" class="github-follow-button">Github</a>
<a href="https://cipher387.github.io/discordlink.html" class="discord-follow-button">Discord</a>
<a href="https://cipher387.github.io" class="mainsite-button">All projects</a>
</div>
</body>
</html>