xss

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: May 19, 2024 License: AGPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	EventPushVul = "xssfinderPushDomVul"
)

Variables

View Source
var (
	//go:embed preload.js
	PreloadJS string
)

Functions

func ParseDomHookResponseJs

func ParseDomHookResponseJs(ctx context.Context, event *fetch.EventRequestPaused) error

Types

type TrackChain

type TrackChain struct {
	Label      string `json:"label"`
	Stacktrace []struct {
		Url    string `json:"url"`
		Line   string `json:"line"`
		Column string `json:"column"`
	} `json:"stacktrace"`
}

type VulPoint

type VulPoint struct {
	Url    string     `json:"url"`
	Source TrackChain `json:"source"`
	Sink   TrackChain `json:"sink"`
}

Jump to

Keyboard shortcuts

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