当前位置:网站首页>Google Hacking
Google Hacking
2022-08-02 03:25:00 【CHIAJ176】
Google Hacking用处?
Google Hacking是google的搜索语法,能够快速准确的查询到想要的信息。在挖src的时候,可以利用Google Hacking的语法查询到有用的、可利用的信息,甚至是漏洞!主要看自己去怎么搜索。
Google Hacking的语法
完全匹配
语法:"web渗透测试"
功能:强制搜索结果出现此关键字并且不会对关键字切割
模糊匹配
语法:*web渗透测试*
功能:可允许对关键进行切割
逻辑或
语法:A or B A + B
功能:结果中出现A与B其中一个,或者A与B同时出现
逻辑与
语法:A and B A * B
功能:结果中A与B同时存在
逻辑非
语法:NOT A -A
功能:强制结果没有A
注意:-A中间不能有空格
site:
语法:site:网站
功能:搜索指定的域名的网页内容 、可以用来搜索子域名、跟此域名相关的内容
注意:fofa中是site=,google是:
inurl:
语法:inurl:keyword
功能:搜索url网址中存在特定关键字的网页
intitle
语法:intitle:keyword
功能:搜索标题存在特定关键字的网页
intext
语法:intext:keyword
功能:搜索正文存在关键字的网页
filetype
语法:filetype:文件类型
功能: 搜索指定文件类型
Google Hacking DataBase(kali自带)
边栏推荐
- Batch replace file fonts, Simplified -> Traditional
- How to determine the direction based on two coordinate points on the map
- php函数漏洞总结
- DarkHole: 2 vulnhub walkthrough
- (4) 函数、Bug、类与对象、封装、继承、多态、拷贝
- 一次代码审计的笔记(CVE-2018-12613 phpmyadmin文件包含漏洞)
- SQL: DDL, DML, DQL, DCL corresponding introduction and demonstration
- hackmyvm: again walkthrough
- (1) introduction to Thinkphp6, installation view, template rendering, variable assignment
- GreenOptic: 1 vulnhub walkthrough
猜你喜欢
CTF入门之md5
PHP deserialization vulnerability
(2) Sequence structures, Boolean values of objects, selection structures, loop structures, lists, dictionaries, tuples, sets
uniapp | Compilation error after updating with npm update
(1) introduction to Thinkphp6, installation view, template rendering, variable assignment
命令执行漏洞
Phpstudy installs Thinkphp6 (problem + solution)
Praying: 1 vulnhub walkthrough
CSRF(跨站请求伪造)
The learning path of a network security mouse - the basic use of nmap
随机推荐
CTF entry md5
(8) requests、os、sys、re、_thread
QR code generation API interface, which can be directly connected as an A tag
Shuriken: 1 vulnhub walkthrough
Smart Tips for Frida Scripting in Kali Environment
Batch replace file fonts, Simplified -> Traditional
Pycharm packages the project as an exe file
New usage of string variable parsing in PHP8.2
easyswoole uses redis to perform geoRadiusByMember Count invalid fix
4.表单与输入
12.什么是JS
一个网络安全小白鼠的学习之路——nmap的基本使用
TypeScript error error TS2469, error TS2731 solution
About the apache .htaccess file of tp
(3)Thinkphp6数据库
Command Execution Vulnerability
Cookie is used to collect the admin privileges CTF foundation problem
Several interesting ways to open PHP: from basic to perverted
DVWA靶机安装教程
How to calculate the distance between two points on the earth (with formula derivation)