当前位置:网站首页>网安超基础一周目
网安超基础一周目
2022-08-10 05:29:00 【我不叫内谁】
1.1信息收集概述及分类
1.1.1
1、信息收集分两类:
主动信息收集:需要与目标信息进行直接交互,缺点:容易被目标记录操作信息或者屏蔽,比如:nmap、Scapy
被动信息收集:不需要与目标机器进行交互,主要利用第三方站点或渠道来进行信息的收集,比如:google、shadan、fofa
2、收集内容:
IP地址、公司地址、邮件地址、域名信息、联系电话、公司组织、技术成员、网站技术架构、主机存活情况、端口信息、敏感信息。
扩展:常见用的过滤命令如下所示:
hostname:搜索指定的主机或域名,例如hostname:google'.
port:搜索指定的端口或服务,例如port:21. country:搜索指定的国家,例如 country:'CN''. city:搜索指定的城市,例如 city:'Hefei''
org:搜索指定的组织或公司,例如org:google'.
isp:搜索指定的ISP 供应商,例如 isp:ChinaTelecom.
product:搜索指定的操作系统/软件/平台,例如product:Apachehttpd version:搜索指定的软件版本,例如version:'1.6.2'.
geo:搜索指定的地理位置,例如 geo:'31.8639,117.2808''.
before/after:搜索指定收录时间前后的数据,格式为dd-mm-yy,例如before:11-11-15 net:搜索指定的IP 地址或子网,例如net:210.45.240.0/24
例如:site:xx.com
inurl:login|admin|manage|manager|admin_login|login_admin|system|boss|master.
例如:site:xx.com.intitle:管理|后台|登录
常用的 Google关键字
site 指定域名
inurl URL中存在的关键字页面
intext 网页内容里面的关键字
Filetype 指定文件类型
intitle 网页标题中的关键字
link 返回你所有的指定域名链接
info 查找指定站点信息
cache 搜索Google里的内容缓存
-关键字 不希望搜索结果中出现包含该关键字
搜集敏感信息:
filetype:指定文件类型
搜索敏感页面
例如:在指定站点那种寻找上传页面
搜索重要文件
例如:robots.txt告知搜索引擎,网站中的些目录不希望被蜘蛛爬行到。
site:xx.com inurl:robots.txt
site:xx.com inurl:txt
“kali filetype:torrent”
Kali 是我们要搜索的关键字。
filetype 指定文件类型
torrent文件类型名称,torrent是种子文件,可以任意填写拓展名
site:xx.com filetype:mdb
site:xx.com filetype:ini
“intext:user.sql intitle:index.of”组合使用技巧
intext:user.sql查询包含user.sql用户数据库信息的页面
intitle:index.of 表示网站目录是开放状态
查看同类网站
边栏推荐
- Mysql CDC (2.1.1) inital snapshot database set up five concurrent degree, se
- How cursors work in Pulsar
- Guys, the test in the idea uses FlinkCDC SQL to read Mysql data and write it into Kafka. The code creates
- Matlab simulation of multi-factor house price prediction based on BP neural network
- openGauss源码,在window系统用VSCode维护吗?
- 一文带你搞懂OAuth2.0
- SQL database field to append to main table
- 通过一个案例轻松入门OAuth协议
- pytorch框架学习(2)使用GPU训练
- Pony语言学习(一):环境配置(续)
猜你喜欢
pytorch框架学习(7) tensorboard使用
Tkinter 入门之旅
通过一个案例轻松入门OAuth协议
Interface documentation evolution illustration, some ancient interface documentation tools, you may not have used it
接口调试还能这么玩?
【LeetCode】41. The first missing positive number
动手写prometheus的exporter-02-Counter(计数器)
实战小技巧19:List转Map List的几种姿势
How to simulate the background API call scene, very detailed!
YOLOv5 PyQt5(一起制作YOLOv5的GUI界面)
随机推荐
8.STM32F407之HAL库——PWM笔记
Why are negative numbers in binary represented in two's complement form - binary addition and subtraction
在vscode中屏蔽Alt热键
flex 相关
How to get the last day of a month
基于Servlet的验证码登陆demo
The sword refers to Offer 033. Variation array
The time for flinkcdc to read pgsql is enlarged. Does anyone know what happened? gmt_create':1
树莓派入门(4)LED闪烁&呼吸灯
How to use Apifox's Smart Mock function?
Attention candidates for the soft exam! The detailed registration process for the second half of 2022 is coming!
PyTorch 入门之旅
Mysql CDC (2.1.1) inital snapshot database set up five concurrent degree, se
Practical skills 19: Several postures of List to Map List
基于Qiskit——《量子计算编程实战》读书笔记(一)
GtkD开发之路
大佬们,mysql cdc(2.2.1跟之前的版本)从savepoint起有时出现这种情况,有没有什
Conda creates a virtual environment method and pqi uses a domestic mirror source to install a third-party library method tutorial
pytorch框架学习(5)torchvision模块&训练一个简单的自己的CNN (二)
Interface documentation evolution illustration, some ancient interface documentation tools, you may not have used it