惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

GbyAI
GbyAI
T
Tenable Blog
Webroot Blog
Webroot Blog
L
Lohrmann on Cybersecurity
S
Securelist
S
Schneier on Security
NISL@THU
NISL@THU
Know Your Adversary
Know Your Adversary
C
Cybersecurity and Infrastructure Security Agency CISA
T
The Exploit Database - CXSecurity.com
L
LINUX DO - 热门话题
C
CXSECURITY Database RSS Feed - CXSecurity.com
O
OpenAI News
I
Intezer
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
TaoSecurity Blog
TaoSecurity Blog
S
Secure Thoughts
Application and Cybersecurity Blog
Application and Cybersecurity Blog
P
Privacy International News Feed
H
Hacker News: Front Page
N
Netflix TechBlog - Medium
M
MIT News - Artificial intelligence
博客园 - Franky
PCI Perspectives
PCI Perspectives
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Microsoft Azure Blog
Microsoft Azure Blog
MongoDB | Blog
MongoDB | Blog
L
LangChain Blog
P
Proofpoint News Feed
S
Security Affairs
WordPress大学
WordPress大学
The Last Watchdog
The Last Watchdog
S
SegmentFault 最新的问题
小众软件
小众软件
F
Full Disclosure
博客园 - 叶小钗
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
T
The Blog of Author Tim Ferriss
Simon Willison's Weblog
Simon Willison's Weblog
P
Palo Alto Networks Blog
Security Latest
Security Latest
P
Proofpoint News Feed
月光博客
月光博客
T
Tailwind CSS Blog
Scott Helme
Scott Helme
Hacker News - Newest:
Hacker News - Newest: "LLM"
Google Online Security Blog
Google Online Security Blog
T
Threat Research - Cisco Blogs
Help Net Security
Help Net Security
Project Zero
Project Zero

卷卷

今日说法 节目汇总笔记 《斯坦福大学人生设计课》读书笔记 我的书单📖 H-worm (VBS蠕虫) 感染事件溯源分析报告 AMOS (Atomic Stealer) 恶意软件深度分析 银狐26年全面复活,对抗强度或已超25年最高水平 Atomic Stealer (AMOS) 回归:ClickFix、伪装加密货币应用与新型 macOS 持久化机制 关于xt.exe的分析报告 仿真钓鱼页面窃取用户凭证 GitHub Pages配置Cloudflare CDN踩坑之路 推荐RSS热力图和Github热力图使用指南 学习逆向工程相关概念 zabbix快速上手 学习python高级语法特性例题笔记 学习云计算基本理论学习笔记 学习Docker-Compose命令及镜像构建与推送 ATT &CK 框架实践阅读笔记 rundll32.exe恶意加载DLL文件外联 《悉达多》读书笔记 《稀缺》读书笔记 《认知觉醒》读书笔记 《营养学》读书笔记 《心理学》读书笔记 热💖生活 C++开发环境配置与程序运行笔记 IDA Free调试Hello World笔记 逆向免杀 Admin.canway账号命名方式 BAS - Breach and Attack Simulation Windows核心系统进程链与svchost深度解析 企业测试环境的弱口令需要整改吗 AI对话笔记-模板 网络安全行业招聘需求与技术能力分析 银狐木马技术原理分析与检测技术 SIEM-安全信息和事件管理 AI笔记 转载 专业备考⏳ 其他杂项🧶 Markdown 原生图片 知道创宇技能表 Prompt越狱手册 deepseek使用指南 清华大学 deepseek提问方法 markdown基本语法 数据湖:它们是什么?为什么您的组织需要一个? GitHub Codespaces velociraptor(迅猛龙)快速上手 学习windows快捷命令 学习常用 150 个Linux命令 软考中的一些概念 学习ssh基本使用 Linux系统换源输入法和包管理器 DC-8靶机 Metasploitable3下载与安装 信息收集方法及流程 防守之道 开发运维 免责声明 密码喷射攻击:防范攻击你需要知道的事项 密码学中的哈希解释:它的工作原理、算法和实际用途 应急响应术语 各种报错积累 漏洞挖掘思路 收藏夹 RDP和360星图使用 windows入侵排查 Linux入侵排查 Redis日志分析 Linux安全加固 windows安全加固 windows日志ID速查 中间件加固 数据库安全加固 windows系统提权 MySQL注入复盘 学习git版本控制工具的概念与命令 学习Web Shell 学习Linux命令 java环境配置 学习python基础语法特性解题笔记 学习Mysql基础知识 windows权限维持 学习网络及安全的一些术语 PHP代码审计 Linux系统提权 MSSQL注入复盘 Linux权限维持 命令执行和反序列化 逻辑漏洞 upload-labs 框架漏洞 学习PHP语法特性 XXE&SSRF CSRF 文件上传 XSS-lab XSS实验 学习URL请求后的通信过程 FOFA
Google Hacking
卷卷 · 2023-02-23 · via 卷卷

一、基础语法

  1. 加号(“+”):加号表示强制搜索,即搜索结果中必须包含加号后面的内容。例如,“谷歌 +搜索引擎”会搜索到同时包含“谷歌”和“搜索引擎”的结果。
  2. 减号(“-”):减号表示排除搜索,即搜索结果中不包含减号后面的内容。例如,“谷歌 -搜索引擎”会搜索到包含“谷歌”但不包含“搜索引擎”的结果。
  3. 波浪号(“~”):波浪号表示搜索同义词或近义词,从而扩大搜索范围。例如,“谷歌 ~搜索引擎”可能会搜索到与“谷歌”和“搜索引擎”相关的同义词或近义词结果。
  4. 点号(“.”):点号可以作为单一字符的通配符,用于替代某个字符。例如,“war.3”可能会搜索到包含“war”后接一个任意字符再后接“3”的结果。
  5. 星号(“”):星号可以作为多个字符的通配符,用于替代任意数量的字符。例如,“war”可能会搜索到所有以“war”开头的单词或短语。
  6. 双引号(“”):双引号用于精确匹配搜索,即搜索结果必须完全包含双引号内的内容,且顺序一致。例如,“谷歌搜索引擎”会搜索到完全包含这四个字且顺序不变的结果。

二、高级语法

  1. allintext/intext:用于搜索网页正文中包含特定关键字的内容。allintext可以接多个关键字,而intext通常用于单个关键字的搜索。例如,“allintext:谷歌 搜索引擎”会搜索到网页正文中同时包含“谷歌”和“搜索引擎”的结果。
  2. allintitle/intitle:用于搜索网页标题中包含特定关键字的内容。allintitle可以接多个关键字,而intitle通常用于单个关键字的搜索。例如,“allintitle:谷歌 学术”会搜索到网页标题中同时包含“谷歌”和“学术”的结果。
  3. cache:用于搜索已经删除的缓存网页。例如,“cache:http://www.example.com”会尝试搜索并展示www.example.com的缓存版本(如果可用)。
  4. define:用于查询某个词语的定义。例如,“define:谷歌”会搜索到“谷歌”的定义或相关解释。
  5. filetype:用于搜索指定格式的文件。例如,“filetype:pdf 谷歌”会搜索到所有以“谷歌”为关键字且格式为PDF的文件。
  6. info:用于查询指定网站的摘要信息和其他相关信息。例如,“info:http://www.example.com”会搜索到www.example.com的摘要信息。
  7. inurl:用于搜索包含特定URL关键字的网页。例如,“inurl:login”会搜索到所有URL中包含“login”的网页。
  8. link:用于查看与指定网站链接的其他网站。例如,“link:http://www.example.com”会搜索到所有与www.example.com有链接关系的网站。
  9. related:用于搜索与指定网站结构或内容类似的其他网站。例如,“related:http://www.example.com”会搜索到与www.example.com类似的其他网站。
  10. site:用于指定搜索结果的网站范围。例如,“site:http://www.example.com”会搜索到www.example.com网站内的所有内容。

三、具体示例:

命令释义
inurl:Login将返回url中含有Login的网页
intitle:后台登录管理员将返回含有管理员后台的网页
intext:后台登录将返回含有后台的网页
inurl:/admin/login.php将返回含有admin后台的网页
inurl:/phpmyadmin/index.php将返回含有phpmyadmin后台的网页
site:baidu.com inur:Login将只在baidu.com中查找urI中含有Login的网页
site:baidu.com filetype:pdf将只返回baidu.com站点上文件类型为pdf的网页
link: aidu.com" rel="external nofollow noopenter" > www.baidu.com将返回所有包含指向 aidu.com的网页" rel="external nofollow noopenter" > www.baidu.com的网页
related: www.llhc.edu.cn将返回与 www.llhc.edu.cn相似的页面,相似指的是网页的布局相似
index of /admin发现允许目录浏览的web网站
inurl:share.cgi?ssid=云服务器文件和文件夹共享
intitle:"Welcome to QNAP Turbo NAS"QNAP登录页面
inurl:"img/main.cgi?next_file"在线摄像头
ext:log inurl:"/pgadmin"包含多媒体信息的文件,pgAdmin客户端日志文件
"m.zippyshare.com/"敏感目录
"-- Account dump" ext:sql-git使用标签查找关于MySQL转储的信息
inurl:_vti_pvt/administrators.pwd用于检索MS FrontPage共享点的敏感信息登录/密码
inurl:front/central.php包含登录门户的页面
inurl:zabbix.php AND intext:"Zabbix SIA"zxbbix网络监控系统
inurl:"/wp-admin/setup-config.php" intitle:"Setup Configuration File"找未完成的安装Wordpress
inurl:scgi-bin intitle:"NETGEAR ProSafe"千兆防火墙。默认用户名:admin。默认密码:密码inurl:scgi-bin
inurl:index of= %2F /admin login %2F intitle:"Administration Login -网络托管公司的管理员登录
intitle:"twonky server" inurl:"9000" -intext:"9000"查找Twonky媒体共享服务器
inurl:"sitemanager.xml" ext:xml -git查找FileZilla站点管理器文件,其中包含FTP用户名和密码Dxtroyer
intitle:"Sign in · GitLab"查找GitLab登录页面
inurl:"/api/index.php" intitle:UniFi查找具有多信息的UniFi API浏览器,如WiFi密码redstoner2014
inurl:"wp-content/uploads/file-manager/log.txt"WordPress插件文件管理器日志文件有趣的信息
"TX_start" "card_name" ext:log从商店查找交易记录,其中包含多汁的信用卡/借记卡信息
intitle:"Namenode information" AND inurl:":50070/dfshealth.html"用于基础设施Hadoop的NameNode存储信息
inurl:/_layouts/mobile/view.aspx?List=包含用户名的文件
inurl:".php?id=" "You have an error in your SQL syntax"找到sql注入的网站
inurl:/proc/self/cwd遭到入侵的易受攻击的Web服务器
inurl:/remote/login?lang=en查找FortiGate防火墙的SSL-VPN登录门户
intitle:"Plesk Onyx" intext:"Interface language"查找Plesk Onyx登录页面
intitle:"GitBucket" intext:"Recent updated repositories" intext:"Sign In"查找GitBucket服务器
intitle:"cuckoo sandbox" "failed_reporting"cuckoo
"You‘re successfully running JSON Server"成功运行JSON服务器
index of /htdocs用于查找未经授权的Web服务器,并通过‘htdocs‘文件夹查找所有敏感信息
inurl:login.cgi intitle:NETGEAR NETGEAR在线查找GSS108E ProSAFE PoE +点击开关,默认密码password
inurl:"/ap/recuperadocumentossql.aspx"AuraPortal:内部文件
intitle:"Namenode information"查找无密封的文件系统,等待被利用
inurl:"/ADVANCED/COMMON/TOP"查找无密码的爱普生打印机
filetype:ini "wordfence".找到运行Wordfence WAF的WordPress网站
intitle:"Index of" "Apache/2.4.7 (Ubuntu) Server"用于查找Ubuntu服务器和某个版本的Apache
"Sorting Logs:" "Please enter your password" "Powered By" -urlscan -alamy找到stealer僵尸网络控制面板
intitle:"Index of /" "mod_ssl 2.2.22 OpenSSL/1.0.1"找到易受攻击的Bug Dxtroyer的OpenSSL服务器
intitle:"Index of /" "Proudly Served by Surftown at"查找Surftown HTTP服务器Dxtroyer
"Blocking Reason:" ext:log -git找到安全漏洞日志Dxtroyer
inurl:"/logs/www" ext:log查找连接日志,用户代理,错误等
intitle:"Index of /" "joomla_update.php"找到具有Joomla日志的目录,通常包含多汁的信息
intext:uploadOverwrite
intext:DB_PASSWORD
site:pastebin.com intext:"@.com:"查找pastebin.com转储的邮件列表,密码TPNight
inurl:"g2_view=webdav.WebDavMount"查找启用WebDAV的网站TPNight
-inurl:htm -inurl:html intitle:"index of" NIKON浏览尼康数码单反相机和相机目录中上传和保存的图像和照片
-inurl:htm -inurl:html intitle:"index of" 100CANON浏览佳能的目录中上传和保存的图像和照片
"Protocol=unreal" ext:ini -git到虚幻游戏文件,可能包含管理员密码
inurl:"/Windows/Cookies/"ext:txt -telecom -forbidden -git查找Windows存储的Cookie,可能包含加密的用户名和密码
"[FFFTP]" ext:ini使用FTP登录,服务器信息等查找文件
"random‘s system information tool" ext:txt从系统信息工具找信息
inurl:app/config/intext:parameters.yml intitle:index.of目录:Symfony(PHP Framework)包含
inurl:"dcwp_twitter.php?1="使用私人消息,加密凭证等查找Twitter API日志
intitle:"Setup Home" "Internet Status" -belkin找到互联网连接的Arris路由器
inurl:" [ftp://www." ](ftp://www."/ "ftp://www."")"Index of /"查找在线FTP服务器
intitle:"CGIWrap Error"查找包含一些有趣信息的CGIWrap脚本错误
"Consola de Joomla! Debug" inurl:index.php提供以下信息>会话>配置文件信息>内存使用>数据库注册表
inurl:"pubdlcnt.php?file=" ext:php找到重定向漏洞.
"-- MySQL Administrator dump" ext:sql找到一些不错的数据库转储,可能包含用户名,密码和其他
"-----BEGIN X509 CERTIFICATE-----" ext:pem -git查找X.509服务器证书
"START securepay" ext:log查找交易记录(有时包含信用卡号码和其他多汁的信息
inurl:"8080/jmx-console"将列出所有未经身份验证的jboss服务器与jmx-console访问
inurl:"Login;jsessionid="查找通用的JS登录门户
inurl:"idx_config"找到通过shell抓取配置
inurl:"exit.php?url=" -entry_id页面易受任意重定向
"KVP_ENCDATA:Version=1.0" ext:log查找具有银行帐户信息的交易记录
allinurl:"/wp-content/plugins/wp-noexternallinks"找到易受XSS影响的“无外部链接”插件“”错误
"resources.db.params.password" ext:ini -git找数据库用户名和密码
intitle:"Dell SonicWALL - Authentication"发现戴尔防火墙服务器
intitle:"webcamXP 5" -download查找WebcamXP相机
inurl:" [http://ftp.dlink"](http://ftp.dlink"/ "http://ftp.dlink"")允许我们找到D-Link路由器的FTP目录列表
intitle:"Authorization" "TF" inurl:"admin.php"找到一堆未受保护的僵尸网络控制面板
inurl:" ail."" rel="external nofollow noopenter" > http://webmail."查找各种网络邮件服务器
inurl:"/siteadmin/index.php"找到管理控制台
ext:reg"[HKEY_CURRENT_USER\Software\ORL\WinVNC3]" -git使用WinVNC密码查找文件
"mysqli_connect" ext:inc查找包含MySQL用户名和密码的脚本
"MiniToolBox by Farbar" ext:txt查找具有IP配置,DNS信息,应用程序错误等的日志!
"WEB Browser Password Recovery" ext:txtWEB浏览器密码重置
"Operating System Intel Recovery" ext:txt操作系统英特尔恢复
"iSpy Keylogger" "Passwords Log" ext:txtiSpy Keylogger日志密码
ext:php intext:"-rwxr-xr-x" site:.in受影响的软件
inurl:core.windows.net ext:xlsx可以更改文件扩展名或运行没有扩展名
"-- MySQL dump" ext:sql -git查找MySQL数据库转储,用户名,密码
inurl:/helpdesk/staff/index.php?找到“Kayako软件票务门户登录页面”
inurl:/_catalogs识别sharepoint服务器
inurl:/pub/ inurl:ri使用Oracle Responsys的服务器
inurl:"/data/urllist.txt" ext:txt -git文网站地图,其中包含robots.txt
"Log in" "Magento is a trademark of Magento Inc."查找Magento管理登录
intitle:index of intext:@[email protected]Wannacry Ransonware感染的服务器
" End Stealer " ext:txt333从“Black Stealer”
"--- WebView Livescope Http Server Error ---" -gitWebView服务器错误,主要发现在旧服务器
intitle:index of intext:wncry找到受Wannacry Ransomware影响的服务器
inurl:"/view/view.shtml?id="查找Axis IP摄像机
intitle:"Welcome to ZyXEL" -zyxel.com查找ZyXEL路由器,IP摄像机和其他设备
"FileZilla" inurl:"recentservers.xml" -git查找FileZilla最新的服务器文件,带有纯文本用户名/密码
"SECRET//NOFORN" ext:pdf找到秘密政府文件
"PHP Fatal error: require()" ext:log找到PHP错误日志
inurl:"go.cgi?url="找到可以利用来重定向
(site:onion.linksite:onion.cab
inurl:" ail."" rel="external nofollow noopenter" > http://voicemail."各种语音邮件服务器
"Stealer by W33DY" ext:txt找到具有用户名,密码和网站
inurl:"this.LCDispatcher?nav="查找连接到互联网Dxtroyer的HP打印机
inurl:"multimon.cgi" intitle:"UPS"找到现场交通显示器
inurl:"member.php?action=login"查找由MyBB
"Section" inurl:"xorg.conf" ext:conf -wikiXorg X的配置文件,包含受害者的计算机信息
inurl:"lvappl.htm"找到连接到互联网服务器(主要是安全摄像头
inurl:"/zebra.conf" ext:conf -git查找GNU Zebra登录凭据
"screen mode id:" ext:rdpRDP基本上是Windows认证的后门
inurl:"/Windows/Cookies/" ext:txt -git所有种类的网站的Cookie
inurl:"/drive/folders/" site:drive.google.comGoogle云端硬盘文件夹
inurl:"/fmi/webd"登录另一个文件云文件夹
"HTTP" inurl:"access.log" ext:log查找包含有关网站活动信息的日志
inurl:"folderview?id=" site:drive.google.com查找人员的私人文件夹
"Index of" inurl:"/$Recycle.Bin/"Windows回收箱
inurl:"Makefile.in" ext:in使用私有服务器信息查找配置文件
inurl:/j_security_check;jsessionid=可以访问很多登录页面
intext:VIEWS · Server: - Database: information_schema - Table: SCHEMA_PRIVILEGES · Browse · Structure · SQL · Search · Export访问网站phpmyadmin的web服务器
"[dirs]" inurl:"mirc.ini" -git查找mIRC配置文件
ext:fetchmailrc查找.fetchmailrc文件与电子邮件登录信息
"[main]" "enc_GroupPwd=" ext:txt找到Cisco VPN客户端密码
"InnoDB:" ext:log找到MySQL错误日志
"-----BEGIN RSA PRIVATE KEY-----" ext:key  ###一些哈希(密码,证书等
"Scan result of Farbar Recovery Scan Tool" ext:txtFarbar恢复扫描工具扫描结果
" AdwCleaner" ext:txt查找AdwCleaner logfiles
"/wp-admin/admin-ajax" ext:txt查找robots.txt文件,其中提供有关服务器更敏感方面的信息
"WHMCS Auto Xploiter"发现WHMCS在站点Dxtroyer中利用shellz
powered by h5ai由h5ai提供您可以浏览文件
"[PHPSESSID]" ext:log查找由PHP Dxtroyer生成的会话ID的日志
"Access Denied" "Powered by Incapsula" ext:php查找触发了Incapsula WAF Dxtroyer的易受攻击的页面
"authentication failure; logname=" ext:log查找失败登录的日志文件,其中包含用户名和登录路径
filetype:bak inurl:php "mysql_connect"包含MySQL数据库密码的PHP备份
inurl:"/load.cgi" ext:cgi查找更多页面易受重定向的
"Logfile of Trend Micro HijackThis" ext:log趋势微劫持的日志文件
"LGD_CARDNUM" ext:log -site:camper.com查找部分信用卡号,银行帐户信息
inurl:"/HtmlAdaptor?action="
"[boot loader]" "WINNT" ext:ini查找boot.ini文件,显示在服务器
inurl:"mail" ext:mai发送的私人电子邮件
"%@" ext:ascx查找ASP配置和设置
intitle:"Nessus Scan Report" ext:html查找Nessus(漏洞扫描程序
"SERVER_ADDR" "SERVER_PORT" "SERVER_NAME" ext:log查找具有服务器信息的日志
inurl:"exit.php?site="查找允许您将用户重定向到任何网站的文件
inurl:"/SecureAuth1"SecureAuth登录,密码重置i
inurl:"/admin.php?cont="找到Radius Manager登录页面
" -FrontPage-" ext:pwd查找MS Frontpage密码
inurl:"/sitemap.xsd" ext:xsd找到导致站点地图的文件...有用于查找登录门户和内容
inurl:"/fb_ca_chain_bundle.crt" ext:crt查找Facebook留下的安全证书,可能有一些有用的信息
"El Moujahidin Bypass Shell" ext:php简单上传
" This file was generated by libcurl! Edit at your own risk." ext:txtcookie数据,有时包含易受攻击的信息
"END_FILE" inurl:"/password.log"查找用户特定的登录信息
-english -help -printing -companies -archive -wizard -pastebin -adult -keywords "Warning: this page requires Javascript. To correctly view, please enable it in your browser"用于fortinet防火墙登录网络的
"INSERT INTO phpbb_users" ext:sql查找具有用户名和散列密码的文件
"havij report" "Target" ext:html显示havij sqli注射报告
inurl:"/admin/index.php?msg=" inurl:"%20"找到可以XSS‘d和编辑的页面
intitle:"Priv8 Mailer Inbox 2015" ext:php只是另一个邮件:P请不要使用垃圾邮件
inurl:"-wp13.txt"找到MySQL,ABSPATH,Wordpress等配置文件
intext:Table structure for table wp_users filetype:sql网站数据库转储信息
"Joomla! Administration Login" inurl:"/index.php"查找Joomla管理员登录页面
"Index of" "logins.json" "key3.db"查找包含保存的Firefox密码,浏览历史记录等
"Greenstone receptionist" inurl:"/etc/main.cfg"查找Web应用程序配置
"PGP SIGNED MESSAGE-----" inurl:"md5sums"FINDs(MD5,SHA1等
inurl:"/phpinfo.php" "PHP Version"找到phpinfo()页面
inurl:".php?cat=" inurl:"‘"查找易受SQL注入攻击的站点
"Fatal NI connect error" ", connecting to:" ext:log找到不同应用程序日志的全部负载
inurl:"/attachment/" ext:log查找具有LOTS信息的Web应用程序日志
"Below is a rendering of the page up to the first error." ext:xml错误信息
inurl:"/irclogs/" ext:log找到IRC日志
( ext:php ) ( inurl:/wp-content/uploads/AAPL/loaders/ )找到网络shell
filetype:pcmcfg搜索pulseway应用程序
inurl:cgi-bin/lsnodes_web?node在线无线电状态节点
inurl:/profile.php?lookup=1网站和论坛的管理员名称
"your default password is" filetype:pdf初始密码
inurl:".Admin;-aspx }" "~Login"管理员登录-Xploit
inurl:?filesrc= ~"Current" ~"asp"不同的上传的shell名称
ext:svc inurl:wsdlWeb服务描述语言
inurl:".reset;-.pwd }" "~ User"门户登录存储用户信息
"CF-Host-Origin-IP" "CF-Int-Brand-ID" "CF-RAY" "CF-Visitor" "github" -site:github.com -site:cloudfare.comcloudfare.com替换“github.com
httrack inurl:hts-log.txt ext:txt -github.comhttrack网站复制日志的数据
inurl:sendmessage.php?type=skype反映XSS易受攻击的
site:onedrive.live.com shared by识别共享存档
intitle:"Login - OpenStack Dashboard" inurl:"dashboard"登录 - OpenStack仪表板登录
inurl:"/graphs" intext:"Traffic and system resource graphing"查看mikrotik图形界面inurl的结果
intitle:"FormAssembly Enterprise :"包含表单组织用于收集信息。有些敏感
inurl:forgot.do;jsessionid=忘记密码门户
site:cloudshark.org/captures password包含密码的PCAP捕获
inurl:/o/oauth2 inurl:client_id搜索这个将返回与OAuth2协议中的认证过程一起使用的各种客户端ID
intitle:Login "Login to pfSense" "Password" "LLC"pfSense防火墙管理登录页面
inurl:iProber2.php ext:php类别:包含多媒体信息的文件漏洞作者
inurl:/\filesrc= ~"Current" ~"😕" ~"upload"网站上涵盖的大量外壳后门鼠标列表
inurl:~/ ftp://193 filetype:(phptxt
inurl:/index.php?option=com_artforms组件SQL注入
"dirLIST - PHP Directory Lister" "Banned files: phpphp3
intitle:"index of/" CCCam.cfg配置文件包含CCCam服务器的用户和密码
inurl:cgi-bin "ARRIS Enterprises"面板ARRIS路由器
inurl:"/viewlsts.aspx?BaseType="
"Powered by AutoIndex PHP Script" ext:php敏感目录和文件包含多媒体信息
inurl:action=php.login你可以找到不同的管理页面
"All site content" ext:aspxSharepoint管理网
inurl:admin inurl:uploads从上传网站捕获图像和文字
inurl:/fckeditor/editor/plugins/ajaxfilemanager/ajaxfilemanager.php敏感目录
inurl:github.com intitle:config intext:"/msg nickserv identify"原始密码
inurl:"/html/modeminfo.asp?NetGear路由器信息
intitle:"Log In to AR Web"华为AR路由器登录面板
inurl:user_guide intext:"CodeIgniter User Guide"离线用户指南
allinurl: drive.google.com/open?id=文件和用户共享谷歌驱动器的数据
site:webex.com inurl:tc3000访问一些会议信息
inurl:"/debug/default" intitle:"Yii Debugger"Yii调试器PHP框架服务器信息
inurl:proftpdpasswdproftpd密码
inurl:/mjpg/video.mjpg在线设备
intitle:"Vigor Login Page"Vigor路由器登录面板
Meg4-Mail ext:phpPHP邮箱
intitle:"Integrated Dell Remote Access Controller 6 - Enterprise"戴尔远程访问控制器
Hostinger ? 2016. All rights reserved inurl:default.phpHostinger虚拟主机客户端默认公开页面,敏感目录列表
"PHP Credits" "Configuration" "PHP Core" ext:php inurl:infoinfo另一种查看Phpinfo()的方式
inurl:".esy.es/default.php"public_html文件夹中的文件列表
"PHP Mailer" "priv8 Mailer" ext:php
intitle:"SonicWALL - Authentication"SonicWALL防火墙登录门户
intitle:"Login" inurl:"/doc/page/login.asp"HikVision网络摄像头的界面
inurl:/php/info.phpWeb服务器检测
"PHP eMailer is created by" ext:php
intitle:Leaf PHP Mailer by [leafmailer.pw] ext:php
"File Manager Version 1.0" "Coded By"文件管理器
inurl:ManageFilters.jspa?filterView=popular提供热门的JIRA问题主题
intext:SOAP 1.1 intext:SOAP 1.2 intext:UPLOAD intext:GET intext:POST inurl:op识别易受攻击的网站
https://paper.dropbox.com inurl:/doc/
intitle:"HFS" "Server Uptime" "Server time"Web服务器检测
inurl:"apc.php" intitle:"APC INFO"
"PHP Version" inurl:/php/phpinfo.php关PHP安装的信息的页面
"Upload" inurl:" [https://webfiles"](https://webfiles"/ "https://webfiles"")发现页面易受目录遍历,上传和下载文件的影响
inurl:"-/monitoring" "statistics of JavaMelody"监控JavaEE应用程序。允许可视化sql请求
"[HKEY_CURRENT_USER\Software\sota\FFFTP]" filetype:regWindows服务器的多媒体信息的文件
inurl:calendar.google.com/calendar/embed?src=公开的Google日历
(@gmail.com
intitle:"open webif" "Linux set-top-box"允许完全控制Dreambox TV机顶盒的Web界面
inurl:/mjpgmain.asp名称= Y-cam的实时视图
inurl:/web/device/login?lang=1 h3cweb管理登录页面
intitle:"StrongLoop API Explorer" intext:"Token Not Set"寻找开放的Strongloop的环回API资源管理器
"This WebUI administration tool requires scripting support" intitle:‘Login‘ intext:‘Admin Name:‘ -scoreJuniper Netscreen WebUI登录页面
inurl:" [https://vdi"](https://vdi"/ "https://vdi"")Horizo??n登录页面
index:"html/js/editor/fckeditor/editor/filemanager/connectors"敏感目录
inurl:/?skipANDROID=true intext:"Pydio Community"Pydio社区,云和安全的FTP服务器登录
inurl:"html/js/editor/ckeditor/"敏感目录入口
"generated by Munin" inurl:index -intext:index localhostMunin网络小组
"You have selected the following files for upload (0 Files)."查找文件上传页面
inurl:/human.aspx?r=安全的ftp服务器登录
inurl:"/wp-content/wpclone-temp/wpclone_backup/"备份目录包含WordPress用户名和密码
inurl:"/sgdadmin/" Secure Global DesktopOracle Secure Global桌面控制台和管理员帮助
intitle:"nstview v2.1:: nst.void.ru"intext:"nsTView v2.1 :: nst.void.ru. Password: Host:"
filetype:php intext:Your Email: intext:Your Name: intext:Reply-To: intext:mailer邮箱用户名修改页面
inurl:log -intext:log ext:log inurl:wp-从wordpress网站上获取日志
inurl:ipf.conf -intext:ipf.conf ext:confSolaris系统防火墙
inurl:wp-content/debug.log启用调试日志的一些操作...
intitle:Sign In inurl:/adfs/ls/?wa=wsignin1.0用户登录页面
(inurl:"8080/monitorix" & intext:"Hostname")inurl:"8080/monitorix-cgi"
inurl:"/login/login.html" intitle:"Greenbone Security Assistant"OpenVAS登录页面
inurl:"/weathermap/weathermap-cacti-plugin.php"通过Weathermap Cacti插件映射IT基础设施
intext:"Web Application Report" intext:"This report was created by IBM Security AppScan" ext:pdf搜索IBMAppScan漏洞报告
"Web Application Assessment Report" ext:pdf搜索HP WebInspect扫描报告
inurl:index of driver.php?id=发现操作系统警告
intitle:"bandwidthd" "programmed by david hinkle, commissioned by derbytech wireless networking."BandwidthD搜索报告
inurl:/Portal/Portal.mwsl这是西门子S7系列PLC控制器的代号
inurl:/FCKeditor/editor/filemanager/upload/受保护的文件进行身份验证。
inurl:Dialin/Conference.aspx登录门户的页面
inurl:pictures intitle:index.of负载的个人图片
inurl:sgms/auth找到Sonicwall GMS服务器
site:static.ow.ly/docs/ intext:@gmail.comPassword
inurl:DiGIR.phpfnkym0nky描述
intext:"Dumping data for table orders"个人信息的SQL转储文件
filetype:sql intext:wp_usersphpmyadmin wp漏洞报告
"index of" bigdump.php交错的MySQL转储进口商文件
"Index of /wp-content/uploads/backupbuddy_backups" zip搜索iThemes BackupBuddy备份拉链
intext:"/showme.asp" HTTP_ACCEPTHTTP_ACCEPT服务器的应用程序和会话内容
intext:"/LM/W3SVC/" ext:asp提供信息的asp ServerVariables
inurl:top.htm inurl:currenttime在线相机
intext:"Hello visitor from" ext:asp
intext:"expects parameter 1 to be resource, boolean given" filetype:php易受攻击的基于mysql的网站
inurl:/awcuser/cgi-bin/Mitel系统
site:github.com ext:csv useridusername
inurl:"/wp-content/uploads/levoslideshow/"Webshel??l上传
Zixmail inurl:/s/login?Zixmail安全电子邮件登录门户
inurl:"/wp-content/plugins/wp-mobile-detector/" ext:phpDetector 3.5远程Shell上传
inurl:trash intitle:index.of敏感目录
inurl:.ssh intitle:index.of authorized_keysSSH密钥
inurl:/remote/login/ intext:"please login"intext:"FortiToken clock drift detected"
intitle:"Hamdida X_Shell Backd00r"后门
inurl:/WebInterface/login.htmlCrushFTP的登录页面可能会弹出其他程序的FTP页面
intext:"Powered by BOMGAR"BOMGAR在线设备
intext:"Forum software by XenForo?"论坛软件”XenForo SQLi漏洞
ext:php inurl:"api.php?action="SQLi漏洞
inurl:"/webmail/" intitle:"Mail - AfterLogic WebMail" -site:afterlogic.org -site:afterlogic.comWebMail XXE注入漏洞
filetype:txt "gmail""hotmail"
inurl:citrix inurl:login.asp -site:citrix.comCitrix登录门户网站
inurl:vidyo -site:vidyo.com inurl:portalVidyo门户
intitle:"MODX CMF Manager Login"搜索MODX登录门户
"Fenix Final Version v2.0" filetype:phpWeb-Shell新的
inurl:demo.browse.php intitle:getid3getID3演示可以允许目录遍历,删除文件等
inurl:/sites/default/files/webform/Drupal默认的Web表单的存储路径
intext:"eav" filetype:txtNOD32防病毒帐户的用户名和密码的文件
intitle:"Struts Problem Report" intext:"development mode is enabled."Struts问题报告
index of /wp-content/uploads/userprocsv文件发现有很多个人信息
inurl:"/owncloud/public.php" -github -forum共享文件Owncloud
inurl:"/eyeos/index.php" -github -forum登录门户的页面
inurl:"/owncloud/index.php" -github -forumowncloud门户页面
inurl:configfile.cgiconfigfile.cgi D0bby
filetype:pwd intitle:index登录门户的页面
site:github.com filetype:mdfiletype:js
/@fmb80_encoder.htm声音技术在广播fm
filetype:pdf intitle:"SSL Report"SSL报告主机
intitle:"Skipfish . scan" Skipfish
filetype:pcf "cisco" "GroupPwd"具有组密码的Cisco VPN文件进行远程访问
filetype:rcf inurl:vpnVPN客户端文件包含敏感信息和登录
intitle:Index of /__MACOSX ...父目录Wordpress信息
inurl:dynamic.php?page=mailboxWebmail登录页面
inurl:inmotionhosting.com:2096/Webmail登录页面
site:pastebin.com intext:@gmail.com@yahoo.com
inurl:userRpm inurl:LoginRpm.htm列出所有TPLink路由器
inurl: https://pma .登录门户
inurl:/dynamic/login-simple.html?访问linksys智能WiFi帐户
inurl:/Remote/logon?ReturnUrl/远程/登录ReturnUrl易受攻击的Windows服务
inurl:index.php?app=main intitle:sms登录门户到播放器webapp默认密码admin:admin
inurl:/view/viewer_index.shtm
intitle:index of AND intext:mirai.x86 OR intext:mirai.mips OR intext:mirai.mpsl OR intext:mirai.arm OR intext:mirai.arm7 OR intext:mirai.ppc OR intext:mirai.spc OR intext:mirai.m68k OR intext:mirai.sh4查找感染服务器