Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { UniqParam []string `json:"param"` Cookie string `json:"cookie"` Header []string `json:"header"` BlindURL string `json:"blind"` CustomPayloadFile string `json:"custom-payload-file"` CustomAlertValue string `json:"custom-alert-value"` CustomAlertType string `json:"custom-alert-type"` Data string `json:"data"` UserAgent string `json:"user-agent"` OutputFile string `json:"output"` FoundAction string `json:"found-action"` FoundActionShell string `json:"found-action-shell"` ProxyAddress string `json:"proxy"` Grep string `json:"grep"` IgnoreReturn string `json:"ignore-return"` IgnoreParams []string `json:"ignore-params"` Trigger string `json:"trigger"` TriggerMethod string `json:"request-method"` Sequence int `json:"sequence"` Timeout int `json:"timeout"` Concurrence int `json:"worker"` Delay int `json:"delay"` OnlyDiscovery bool `json:"only-discovery"` OnlyCustomPayload bool `json:"only-custom-payload"` FollowRedirect bool `json:"follow-redirects"` Mining bool `json:"mining-dict"` FindingDOM bool `json:"mining-dom"` NoBAV bool `json:"no-bav"` NoGrep bool `json:"skip-grepping"` UseHeadless bool `json:"use-headless"` UseDeepDXSS bool `json:"use-deepdxss"` RemotePayloads string RemoteWordlists string PoCType string `json:"poc-type"` WAFEvasion bool `json:"waf-evasion"` HarWriter *har.Writer `json:"har-file-path"` OutputRequest bool `json:"output-request,omitempty"` OutputResponse bool `json:"output-response,omitempty"` }
Options is dalfox options for lib
Click to show internal directories.
Click to hide internal directories.