优化icmp模块,新增-domain 参数(用于smb爆破模块,适用于域用户)

This commit is contained in:
shadow1ng
2020-12-06 10:50:40 +08:00
parent b4fb1efb3a
commit 767fff84ed
4 changed files with 14 additions and 7 deletions
+1
View File
@@ -59,6 +59,7 @@ type HostInfo struct {
Host string
HostFile string
Ports string
Domain string
Url string
Timeout int64
WebTimeout int64