mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 05:01:53 +08:00
update nobr
This commit is contained in:
+4
-1
@@ -20,6 +20,9 @@ import (
|
||||
//https://github.com/wofeiwo/webcgi-exploits
|
||||
|
||||
func FcgiScan(info *common.HostInfo) {
|
||||
if common.IsBrute {
|
||||
return
|
||||
}
|
||||
url := "/etc/issue"
|
||||
if info.Path != "" {
|
||||
url = info.Path
|
||||
@@ -54,7 +57,7 @@ func FcgiScan(info *common.HostInfo) {
|
||||
|
||||
fcgi, err := New(addr, info.Timeout)
|
||||
defer func() {
|
||||
if fcgi.rwc != nil{
|
||||
if fcgi.rwc != nil {
|
||||
fcgi.rwc.Close()
|
||||
}
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user