Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Scope []interface{} `json:"scope,omitempty"` Ports []*int `json:"ports,omitempty"` Blacklist []*string `json:"blacklist,omitempty"` Domains []*string `json:"domains,omitempty"` Resolvers []*string `json:"resolvers,omitempty"` Ips []*string `json:"ips,omitempty"` Cirds []interface{} `json:"cirds,omitempty"` Transformations []interface{} `json:"transformations,omitempty"` Database []interface{} `json:"database,omitempty"` BruteForce *bool `json:"bruteForce,omitempty"` Alterations *bool `json:"alterations,omitempty"` }
type CreateAssetInput ¶
type CreateSessionInput ¶
type CreateSessionInput struct {
Config interface{} `json:"config"`
}
type CreateSessionJSONInput ¶
type CreateSessionJSONInput struct {
Config string `json:"config"`
}
type SessionStats ¶
Click to show internal directories.
Click to hide internal directories.