增加silent 静默扫描模式

This commit is contained in:
shadow1ng
2021-05-14 10:43:26 +08:00
parent cd53258f0d
commit ef6a196de7
2 changed files with 12 additions and 6 deletions
+1
View File
@@ -39,6 +39,7 @@ func Flag(Info *HostInfo) {
flag.StringVar(&TmpOutputfile, "o", "result.txt", "Outputfile")
flag.BoolVar(&TmpSave, "no", false, "not to save output log")
flag.Int64Var(&WaitTime, "debug", 120, "every time to LogErr")
flag.BoolVar(&Silent, "silent", false, "silent scan")
flag.StringVar(&URL, "u", "", "url")
flag.StringVar(&UrlFile, "uf", "", "urlfile")
flag.StringVar(&Pocinfo.PocName, "pocname", "", "use the pocs these contain pocname, -pocname weblogic")