-h 支持域名

This commit is contained in:
影舞者
2022-04-28 17:02:48 +08:00
parent 584771114d
commit 2d496cafc9
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -119,6 +119,9 @@ func ParseInput(Info *HostInfo) {
os.Exit(0)
}
if BruteThread <= 0 {
BruteThread = 1
}
if TmpOutputfile != "" {
if !strings.Contains(Outputfile, "/") && !strings.Contains(Outputfile, `\`) {
Outputfile = getpath() + TmpOutputfile