Using Manual Method in Site
site:github.com "company.com"
site:github.com "company.com" AND "password"
site:github.com in:file api_key
site:github.com "Authorization: Bearer" "example.com"git clone https://github.com/tillson/git-hound
cd git-hound
./git-hound --subdomain example.com
---
trufflehog github --org=exampleorg --token=$GITHUB_TOKEN
gitleaks detect --source=https://github.com/targetorg/repo.git
python3 github-dork.py -k example.com -t <GitHub_Token>
python3 github-subdomains.py -d example.comLast updated