当前位置:网站首页>【红队】ATT&CK - Active Scanning(主动扫描)
【红队】ATT&CK - Active Scanning(主动扫描)
2022-07-21 19:52:00 【千里:)】
前言
在ATT&CK框架中,信息搜集成为渗透行动的开始。在实际渗透工作中,只有通过信息搜集扩大攻击面,才能最大程度保障本次行动成功的几率。信息收集的方式有很多,大致有搜索引擎、域名注册网站、shodan、github信息收集工具、网站公告等等,甚至还有社工的方式。这里按照ATT&CK模块设置,讲述IP端口扫描、子域名扫描和漏洞扫描,并提供实际的实现方法。
技术介绍
IP端口扫描
端口和服务
端口(port),可以认为是设备与外界通讯交流的出口,端口的范围是从0到 65535,主机通常通过“IP地址+端口号”来区分不同的服务的,根据协议,端口又可分为 TCP 和 UDP端口,分别在可靠性和效率要求等方面有各自的应用场景。
常规的IP端口扫描一般分为两步:第一步是检测主机是否在线,如果主机处于在线状态,则进行第二步对指定或全端口进行扫描,并根据端口的交互信息判断具体服务,从而支撑后续针对性的渗透测试。常见的端口与服务请见:
边栏推荐
- 可控文本生成系列-A Survey of Controllable Text Generation using Transformer-based Pre-trained
- Where is gold trading safe
- 普罗米修斯Prometheus+Grafana,监控搭建与界面基础配置
- 单页面引用记录上一次滑动的位置
- How to get the Apache official domain name mailbox? Exclusive interview with five new committers of Apache linkis
- 为什么web中pom的servlet依赖scope为provided
- Data Vientiane content review - jointly build a safe Internet, and carry out a special "Qinglang" live broadcast rectification action
- 什么是单页面应用程序
- 关于SAP APO RPMCALL 指定生产订单的BOM更新
- leetcode 792. Number of Matching Subsequences(匹配的子串数量)
猜你喜欢
随机推荐
啊啊啊啊?margin-top的百分比到底相对于谁
Is it safe for Huatai Securities to open an account online, and can VIP accounts be handled
Data analysis from 0 to 1 --- Matplotlib article
Urlparrern configuration
Halcon knowledge: implementing OCR classifier with sub box
什么是视频内容推荐引擎?
There are more than 20 categories of the four operators in MySQL. It took three days and three nights to sort them out. Don't collect them quickly
C. Doremy‘s IQ(贪心)
无人之地的空调制冷不好
什么是单页面应用程序
易基因 | 简化基因组DNA甲基化测序(RRBS)实验怎么做?
如何获得 Apache 官方域名邮箱?专访 Apache Linkis 五位新晋 Committer
2022-7-21 第七组 pan小堂 继承与super与this
Etcdv3 practice · common operation model encapsulation and detailed implementation
Interview difficulties: difficulties in implementing distributed session, this is enough!
基于oracle数据库存储过程的创建及调用
Reproduce pytorch version from zero (3)
How to do the interface test in JSON format?
leetcode 92. Reverse Linked List II(链表逆序II)
The most complete summary of MySQL data types in history - (first)