Dorks For Sensitive Information Disclosure Part-2
文章介绍了如何利用Google的高级搜索技巧(称为dorks)来发现网站上的隐藏信息。通过特定的搜索语法(如inurl:"/.git"),可以找到暴露在网上的.git文件夹及其内容(如源代码、提交历史和凭证),这些信息对安全研究和漏洞赏金活动非常有用。 2025-8-7 04:54:50 Author: infosecwriteups.com(查看原文) 阅读量:11 收藏

Devansh Patel

Oh Look, Your Secrets Are on Google (Again)

Zoom image will be displayed

Below are categories of useful dorks, each with examples you can drop into Google as-is.
Just replace example.com with your own target domain if you’d like.

I used these a lot for OSINT and BugBounty Purposes and also if you haven’t checked out our first part check that

If you can’t read further there a free link Brother 🤑

Developers sometimes leave .git/ folders accessible on web servers.
These can reveal source code, commit history, and credential

inurl:"/.git" example.com -github

What’s happening here?
We’re asking Google to find URLs on example.com that include .git, but excluding results from GitHub.


文章来源: https://infosecwriteups.com/dorks-for-sensitive-information-disclosure-part-2-4355b479d2aa?source=rss----7b722bfd1b8d---4
如有侵权请联系:admin#unsafe.sh