mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-23 19:51:52 +08:00
perf: 优化插件打印信息
This commit is contained in:
@@ -25,6 +25,7 @@ func FcgiScan(info *Config.HostInfo) error {
|
||||
if Common.IsBrute {
|
||||
return nil
|
||||
}
|
||||
fmt.Println("[+] Fcgi扫描模块开始...")
|
||||
|
||||
// 设置目标URL路径
|
||||
url := "/etc/issue"
|
||||
@@ -112,6 +113,7 @@ func FcgiScan(info *Config.HostInfo) error {
|
||||
Common.LogSuccess(result)
|
||||
}
|
||||
|
||||
fmt.Println("[+] Fcgi扫描模块结束...")
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user