Versions in this module Expand all Collapse all v0 v0.1.0 Apr 24, 2026 Changes in this version + type Engine struct + func NewEngine(scripts []*Script, timeout time.Duration) *Engine + func (e *Engine) RunAll(ctx context.Context, host string, port uint16) []Finding + type Finding struct + Output string + Script string + type Script struct + AnyPort bool + Description string + Name string + Path string + Ports []uint16 + func Load(path string) (*Script, error) + func (s *Script) Matches(port uint16) bool