fingerprint

package
v3.5.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 21, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func KeyFromTarget

func KeyFromTarget(target string) string

Types

type Engine

type Engine struct {
	Rate        int
	Concurrency int
}

func (*Engine) Run

func (e *Engine) Run(ctx context.Context, targets []string, pocs []poc.Poc, exec Executor) map[string][]Hit

type Executor

type Executor interface {
	Exec(ctx context.Context, target string, poc *poc.Poc) (matched bool, resolvedTarget string, err error)
}

type Hit

type Hit struct {
	ID       string `json:"id"`
	Name     string `json:"name"`
	Tags     string `json:"tags,omitempty"`
	Severity string `json:"severity,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL