Github 搜索关键词
2023-1-4 09:22:18 Author: Ots安全(查看原文) 阅读量:36 收藏

https://gist.github.com/jhaddix/77253cea49bf4bd4bfd5d384a37ce7a4
# Github dorks work a lot with filename and extension# You can build search like thisfilename:bashrcextension:pemlangage:bash
# Possible to search terms and use these keywords# Some usefull examplesextension:pem private # Private SSH Keysextension:sql mysql dump # MySQL dumpsextension:sql mysql dump password # MySQL dumps with passwordsfilename:wp-config.php # Wordpress config filefilename:.htpasswd # .htpasswdfilename:.git-credentials # Git stored credentialsfilename:.bashrc password # .bashrc files containing passwordsfilename:.bash_profile aws # AWS keys in .bash_profilesextension:json mongolab.com # Keys/Credentials for mongolabHEROKU_API_KEY language:json # Heroku API Keysfilename:filezilla.xml Pass # FTP credentialsfilename:recentservers.xml Pass # FTP credentialsfilename:config.php dbpasswd # PHP Applications databases credentialsshodan_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