Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HoneypotAnalysis ¶
type HoneypotAnalysis struct {
IsHoneypot bool `json:"is_honeypot"`
Confidence float64 `json:"confidence"`
Reason string `json:"reason"`
Signatures []string `json:"signatures"`
ResponseTime int64 `json:"response_time_ms"`
BannerHash string `json:"banner_hash"`
}
func DetectHoneypot ¶
func DetectHoneypot(host, port string, banner string, timeout int) HoneypotAnalysis
Click to show internal directories.
Click to hide internal directories.