mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-13 12:52:44 +08:00
fix: 参数修正
This commit is contained in:
parent
e4833fd5af
commit
a1452eb635
@ -116,7 +116,7 @@ func Flag(Info *HostInfo) {
|
||||
flag.BoolVar(&PocFull, "full", false, GetText("flag_poc_full"))
|
||||
flag.BoolVar(&DnsLog, "dns", false, GetText("flag_dns_log"))
|
||||
flag.IntVar(&PocNum, "num", 20, GetText("flag_poc_num"))
|
||||
flag.BoolVar(&DisablePocScan, "nopoc", false, GetText("flag_nopoc"))
|
||||
flag.BoolVar(&DisablePocScan, "nopoc", false, GetText("flag_no_poc"))
|
||||
|
||||
// ═════════════════════════════════════════════════
|
||||
// Redis利用参数
|
||||
|
@ -419,6 +419,13 @@ var i18nMap = map[string]map[string]string{
|
||||
LangRU: "Чтение списка портов из файла",
|
||||
},
|
||||
|
||||
"flag_exclude_ports": {
|
||||
LangZH: "排除指定端口",
|
||||
LangEN: "Exclude specified ports",
|
||||
LangJA: "指定されたポートを除外する",
|
||||
LangRU: "Исключить указанные порты",
|
||||
},
|
||||
|
||||
"flag_target_url": {
|
||||
LangZH: "指定目标URL",
|
||||
LangEN: "Specify target URL",
|
||||
@ -503,6 +510,13 @@ var i18nMap = map[string]map[string]string{
|
||||
LangRU: "Установить параллельность POC-сканирования",
|
||||
},
|
||||
|
||||
"flag_no_poc": {
|
||||
LangZH: "禁用POC扫描",
|
||||
LangEN: "Disable POC scanning",
|
||||
LangJA: "POCスキャンを無効にする",
|
||||
LangRU: "Отключить POC-сканирование",
|
||||
},
|
||||
|
||||
// Redis配置相关
|
||||
"flag_redis_file": {
|
||||
LangZH: "指定Redis写入的SSH公钥文件",
|
||||
|
Loading…
Reference in New Issue
Block a user