mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 13:11:53 +08:00
feat: add -debug flag with file logging to fscan_debug.log
This commit is contained in:
@@ -30,6 +30,8 @@ flag_disable_ping:
|
||||
other: "Disable ping detection"
|
||||
flag_disable_tcp_probe:
|
||||
other: "Disable TCP supplementary probe"
|
||||
flag_debug:
|
||||
other: "Enable debug mode, write logs to fscan_debug.log"
|
||||
flag_alive_only:
|
||||
other: "Alive detection only"
|
||||
flag_username:
|
||||
|
||||
@@ -30,6 +30,8 @@ flag_disable_ping:
|
||||
other: "禁用ping探测"
|
||||
flag_disable_tcp_probe:
|
||||
other: "禁用TCP补充探测"
|
||||
flag_debug:
|
||||
other: "开启调试模式,日志写入fscan_debug.log"
|
||||
flag_alive_only:
|
||||
other: "仅进行存活探测"
|
||||
flag_username:
|
||||
|
||||
Reference in New Issue
Block a user