Versions in this module Expand all Collapse all v0 v0.1.1 Oct 21, 2025 v0.1.0 Feb 13, 2025 Changes in this version + var ErrProductNotFound = errors.New("product not found") + var Fingerprint string + func CheckExploit(pctx context.Context, chromedpTasks chromedp.Tasks, fingerprint []string, ...) ([]string, error) + func GetReferences(fingerprint []string) []string + type Product struct + Exploits []struct{ ... } + Reference string + func GetProductInfo(name string) (Product, error)