exploit

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2025 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	//go:embed fingerprint.js
	Fingerprint string

	ErrProductNotFound = errors.New("product not found")
)

Functions

func CheckExploit

func CheckExploit(pctx context.Context, chromedpTasks chromedp.Tasks, fingerprint []string,
	targetURL string, verbose bool, timeout int) ([]string, error)

CheckExploit tries to find a working Proof of Concept for an actual exploit (XSS).

func GetReferences

func GetReferences(fingerprint []string) []string

GetReferences returns the references for certain products.

Types

type Product

type Product struct {
	Reference string `json:"reference"`
	Exploits  []struct {
		Payload    string `json:"payload"`
		Verifiable string `json:"verifiable"`
	} `json:"exploits"`
}

func GetProductInfo

func GetProductInfo(name string) (Product, error)

GetProductInfo returns the information of a product if found in the database, an error otherwise.

Jump to

Keyboard shortcuts

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