https://gist.github.com/jhaddix/77253cea49bf4bd4bfd5d384a37ce7a4
# Github dorks work a lot with filename and extension
# You can build search like this
filename:bashrc
extension:pem
langage:bash
# Possible to search terms and use these keywords
# Some usefull examples
extension:pem private # Private SSH Keys
extension:sql mysql dump # MySQL dumps
extension:sql mysql dump password # MySQL dumps with passwords
filename:wp-config.php # Wordpress config file
filename:.htpasswd # .htpasswd
filename:.git-credentials # Git stored credentials
filename:.bashrc password # .bashrc files containing passwords
filename:.bash_profile aws # AWS keys in .bash_profiles
extension:json mongolab.com # Keys/Credentials for mongolab
HEROKU_API_KEY language:json # Heroku API Keys
filename:filezilla.xml Pass # FTP credentials
filename:recentservers.xml Pass # FTP credentials
filename:config.php dbpasswd # PHP Applications databases credentials
shodan_api_key language:python # Shodan API Keys (try others languages)
filename:logins.json # Firefox saved password collection (key3.db usually in same repo)
filename:settings.py SECRET_KEY # Django secret keys (usually allows for session hijacking, RCE, etc)
文章来源: http://mp.weixin.qq.com/s?__biz=MzAxMjYyMzkwOA==&mid=2247496348&idx=3&sn=262a0ba45fb6ece6bce3fdea5862afc8&chksm=9badbbd7acda32c1c21488b4942eb554e0664828145499ee34b5add5f2848e46b4f349b433e2#rd
如有侵权请联系:admin#unsafe.sh