Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessResult ¶
type AuthzFinding ¶
type AuthzFinding struct {
URL string
Method string
Type string // "idor", "broken-auth", "privilege-escalation"
LowPriv string
HighPriv string
Evidence string
}
func TestEndpoint ¶
func TestEndpoint(client *http.Client, method, url string, body string, identities []Identity) []AuthzFinding
TestEndpoint sends the same request with each identity and compares
Click to show internal directories.
Click to hide internal directories.