【网络安全】Google Hacking语法

A OR B A + B
A AND B A * B
A - B (搜索A不包含B)

"keyword" 强制搜索关键字

搜域名

site:csdn.net 渗透
site:csdn.net 登录
filetype:pdf 网络安全

搜文件类型

site:csdn.net filetype:pdf
site:csdn.net filetype:pdf 网络安全

文件上传搜索

site:csdn.net inurl:file
site:csdn.net inurl:upload

目录遍历搜索

site:csdn.net intitle:index.of

url相关搜索

inurl:/admin/login.php
inurl:.php?id=
inurl:id=1
allinurl:Login admin

标题搜索

intitle:后台登录
intitle:Index of "Parent Directory"
intitle:index of
alltitle:后台管理 管理员

phpinfo搜索

site:csdn.net ext:php intitle:phpinfo "published by the PHP Group"

数据文件搜索

site:csdn.net ext:.sql | .dbf | .mdb | .db
intext:Powered by Discuz
intext:powered by wordpress
intext:Powered by *CMS
intext:powered by xxx inurl:login
related:https://www.baidu.com

Google Hacking 参考:https://www.exploit-db.com/google-hacking-database

posted on 2026-01-09 12:43  chromiumer  阅读(45)  评论(0)    收藏  举报