Documentation ¶
Index ¶
- type Input
- type Options
- type Runner
- func (r *Runner) DoGobyRequest(target string, rule *goby.Rule) (prsp *proto.Response, err error)
- func (r *Runner) DoRequest(target string, rule *xray.Rule) (prsp *proto.Response, err error)
- func (r *Runner) Pocscan(input *Input) (results []*common.Result)
- func (r *Runner) Run(inputs []*Input) (results []*common.Result)
- func (r *Runner) RunGobyPoc(target string, pocTag string) (results []*common.Result)
- func (r *Runner) RunNucleiPoc(target string, pocTag string) (results []*common.Result)
- func (r *Runner) RunXrayPoc(target string, pocTag string) (results []*common.Result)
- func (r *Runner) ScanGoby(target string, poc *goby.Poc) (result bool, err error)
- func (r *Runner) ScanNuclei(target string, pocList []*nuclei.Poc, pocTag string) (results []*common.Result, err error)
- func (r *Runner) ScanXray(target string, poc *xray.Poc) (result bool, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Input ¶ added in v1.7.2
func ParseTargets ¶ added in v1.7.2
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
func (*Runner) DoGobyRequest ¶
DoGobyRequest 请求
func (*Runner) RunGobyPoc ¶
RunGobyPoc 启动
func (*Runner) RunNucleiPoc ¶
RunNucleiPoc 启动
func (*Runner) RunXrayPoc ¶
Click to show internal directories.
Click to hide internal directories.