mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-25 12:41:53 +08:00
Update webtitle.go
This commit is contained in:
@@ -232,6 +232,8 @@ func GetProtocol(host string, Timeout int64) (protocol string) {
|
|||||||
conn.Close()
|
conn.Close()
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
|
conn.SetDeadline(time.Now().Add(time.Duration(Timeout) * time.Second))
|
||||||
|
err = conn.Handshake()
|
||||||
if err == nil || strings.Contains(err.Error(), "handshake failure") {
|
if err == nil || strings.Contains(err.Error(), "handshake failure") {
|
||||||
protocol = "https"
|
protocol = "https"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user