Documentation
¶
Index ¶
- func CreateURLScanHandler(name string, seclistUrl string, defaultUrls []string, r *report.ScanReport, ...) ...
- func ExtractBaseURL(inputURL *url.URL) *url.URL
- func ScanURLs(scanUrls []string, op *operation.Operation, securityScheme auth.SecurityScheme, ...) (*report.ScanReport, error)
- type DiscoverData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateURLScanHandler ¶ added in v0.4.2
func CreateURLScanHandler(name string, seclistUrl string, defaultUrls []string, r *report.ScanReport, vulnReport *report.IssueReport) func(operation *operation.Operation, securityScheme auth.SecurityScheme) (*report.ScanReport, error)
func ScanURLs ¶ added in v0.6.1
func ScanURLs(scanUrls []string, op *operation.Operation, securityScheme auth.SecurityScheme, r *report.ScanReport, vulnReport *report.IssueReport) (*report.ScanReport, error)
Types ¶
type DiscoverData ¶ added in v0.6.1
type DiscoverData struct {
URL string
}
Click to show internal directories.
Click to hide internal directories.