Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YS11i authored Jan 25, 2022
1 parent f69948c commit 73486c8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
nmap结果处理工具
根据xml输出文件,处理nmap探测到的端口信息,并对所有端口进行web服务探测

USAGE:python3 nmap_tools xxx.xml 10
USAGE:
# 解析nmap xml结果
python3 nmap_tools -f xxx.xml
# 解析nmap xml结果并对所有已开放端口进行Web探测
python3 nmap_tools -f xxx.xml -w 1 -t 30

0 comments on commit 73486c8

Please sign in to comment.