Skip to content

Commit 834857b

Browse files
authored
Added Sensitive-info-leaks
Sensitive-info-leaks
2 parents cd5ee91 + bd2283c commit 834857b

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
SF_USERNAME salesforce
2+
filename:.git-credentials
3+
filename:.bash_profile aws
4+
filename:sftp-config.json password
5+
filename:.env MAIL_HOST=smtp.gmail.com
6+
rds.amazonaws.com password
7+
extension:json mongolab.com
8+
extension:sql mysql dump
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Github Recon
2+
Using Github we can find sensitive infos.
3+
4+
## Steps:
5+
6+
1. Check github with company name for API keys or passswords.
7+
2. Enumerate the employees of the company from linkedin and twitter and check their repositories on github for sensitive information.
8+
3. Check source code of main website and subdomains for github links in the html comments or anywhere. Search using ctl-F and search for keyword github
9+
10+
## Tools and references::
11+
* https://github.com/BishopFox/GitGot
12+
* https://github.com/hisxo/gitGraber
13+
* https://github.com/tillson/git-hound
14+
* https://securitytrails.com/blog/github-dorks
15+
16+
### Author:
17+
* [@0xCCFFF](https://twitter.com/0xCCFFF) (MadMaxx)

0 commit comments

Comments
 (0)