Versions in this module Expand all Collapse all v0 v0.1.0 Jun 20, 2026 Changes in this version + type Module struct + ExtractTLS bool + FetchFavicon bool + FollowRedirects bool + Headers map[string]string + MaxRedirects int + Threads int + func New() *Module + func NewWithClient(c *http.Client) *Module + func (m *Module) Name() string + func (m *Module) Run(ctx context.Context, input module.Input) ([]module.Finding, error) + type Result struct + BodyHash string + CDNProvider string + ContentLength int + ContentType string + Error string + FaviconHash int32 + FaviconHashHex string + HasCSP bool + HasHSTS bool + HasXContent bool + HasXFrame bool + ResponseTime int64 + StatusCode int + TLSCipher string + TLSExpiry string + TLSIssuer string + TLSSANs []string + TLSVersion string + Technologies []string + Title string + URL string + WAFProvider string