Skip to content

Web Security

基本流程

渗透测试基本流程1

渗透测试基本流程2


nmap

nmap介绍

端口介绍

bash
# 扫描网段
nmap -sn 192.168.80.0/24 -oG -

# 检测服务版本
nmap -sV 192.168.80.0/24

burpsuit

burpsuit

http request

Last updated:

Released under the MIT License.