update nobr

This commit is contained in:
影舞者
2022-01-10 16:48:28 +08:00
parent 9b6596315e
commit ebf990eca0
5 changed files with 24 additions and 6 deletions
+4 -1
View File
@@ -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()
}
}()