Dorks For Sensitive Information Disclosure Part-2
文章介绍了一种通过Google搜索特定代码(称为dorks)来查找隐藏信息的方法。这些代码可以帮助用户发现网站上的敏感数据或漏洞。例如,使用inurl:".git"可以查找暴露的.git文件夹。文章还提到这些技巧常用于开源情报和漏洞赏金活动,并提供了免费资源链接供进一步学习。 2025-8-7 04:54:50 Author: infosecwriteups.com(查看原文) 阅读量:14 收藏

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--bug_bounty
如有侵权请联系:admin#unsafe.sh