File tree Expand file tree Collapse file tree 2 files changed +1
-58
lines changed Expand file tree Collapse file tree 2 files changed +1
-58
lines changed Original file line number Diff line number Diff line change 66
77## scan.py
88
9- ### 使用方法: ` python3 scan.py [目标地址] [端口范围: 如1145-1919或all] [是否启用详细输出] [可选:超时时间,单位为秒,默认无限 ] [可选:保存结果的文件名] `
9+ ### 使用方法: ` python3 scan.py [目标地址] [端口范围: 如1145-1919或all] [是否启用详细输出] [可选:超时时间,单位为秒,填0为不限 ] [可选:保存结果的文件名] `
1010
1111#### 描述: 扫描IP上的所有BE协议服务器,使用前建议安装[ Npcap] ( https://npcap.com/dist/npcap-1.60.exe ) ,然后使用命令 ` pip install scapy ` 来安装依赖,基于scapy,基本不漏服
1212
2525### 使用方法: ` python3 motd.py [目标地址] [端口] `
2626
2727#### 描述: motd一个BE服务器,支持自动解析返回的数据
28-
29- ## scanall.py
30-
31- ### 使用方法: ` python3 scanall.py `
32-
33- #### 描述: 扫描全网端口为19132的服,需要配合[ wireshark] ( https://mirrors.tuna.tsinghua.edu.cn/wireshark/win64/Wireshark-win64-3.6.2.exe ) 抓取返回包
34-
35- ##### wireshark参数:
36-
37- ##### 捕获过滤器: ` not src host 你的局域网IP and udp and port 19132 `
38-
39- ##### 显示过滤器: ` udp.length > 75 && ip.src == 0.0.0.0/0 `
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments