mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-13 21:02:44 +08:00
Update FcgiScan.go
This commit is contained in:
parent
39dabbfb9e
commit
1418487735
@ -24,7 +24,6 @@ func FcgiScan(info *Common.HostInfo) error {
|
|||||||
if Common.IsBrute {
|
if Common.IsBrute {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
fmt.Println("[+] Fcgi扫描模块开始...")
|
|
||||||
|
|
||||||
// 设置目标URL路径
|
// 设置目标URL路径
|
||||||
url := "/etc/issue"
|
url := "/etc/issue"
|
||||||
@ -112,7 +111,6 @@ func FcgiScan(info *Common.HostInfo) error {
|
|||||||
Common.LogSuccess(result)
|
Common.LogSuccess(result)
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println("[+] Fcgi扫描模块结束...")
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user