Documentation ¶
Index ¶
Constants ¶
View Source
const (
Version = "v0.4.0"
)
Variables ¶
View Source
var ErrEmptyResult = errors.New("empty result")
Functions ¶
func FormatJSON ¶ added in v0.2.0
FormatJSON returns the input as JSON string.
func PrepareJSONOutput ¶ added in v0.2.0
PrepareJSONOutput returns the target URL and the findings.
func ShowBanner ¶
func ShowBanner()
Types ¶
type JSONData ¶ added in v0.2.0
type JSONData struct { URL string `json:"URL,omitempty"` CSPResult []string `json:"CSPResult,omitempty"` }
JSONData.
type JSONResult ¶ added in v0.2.0
type JSONResult struct {
Result []JSONData `json:"Result,omitempty"`
}
JSONResult.
Click to show internal directories.
Click to hide internal directories.