mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-24 20:21:52 +08:00
feat: 增加SNMP扫描 增加UDP端口扫描
This commit is contained in:
@@ -109,6 +109,12 @@ func init() {
|
||||
ScanFunc: Plugins.POP3Scan,
|
||||
})
|
||||
|
||||
Common.RegisterPlugin("snmp", Common.ScanPlugin{
|
||||
Name: "SNMP",
|
||||
Ports: []int{161, 162}, // SNMP默认端口
|
||||
ScanFunc: Plugins.SNMPScan,
|
||||
})
|
||||
|
||||
Common.RegisterPlugin("rdp", Common.ScanPlugin{
|
||||
Name: "RDP",
|
||||
Ports: []int{3389},
|
||||
|
||||
Reference in New Issue
Block a user