Documentation ¶ Index ¶ func ShouldScan(service string) bool type Result type Scanner func NewScanner(options *types.Options, rules *rule.RuleSet) (*Scanner, error) func NewScannerWithRuleProvider(options *types.Options, ruleProvider func() *rule.RuleSet) (*Scanner, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ShouldScan ¶ func ShouldScan(service string) bool ShouldScan 判断是否应该进行Web扫描 Types ¶ type Result ¶ added in v0.1.9 type Result = appscanner.Result Result Web扫描结果 type Scanner ¶ type Scanner = appscanner.Scanner Scanner Web应用指纹扫描器 func NewScanner ¶ func NewScanner(options *types.Options, rules *rule.RuleSet) (*Scanner, error) NewScanner 创建新的Web扫描器 func NewScannerWithRuleProvider ¶ added in v0.1.10 func NewScannerWithRuleProvider(options *types.Options, ruleProvider func() *rule.RuleSet) (*Scanner, error) NewScannerWithRuleProvider 创建一个会在每次扫描时读取最新规则快照的扫描器。 Source Files ¶ View all Source files scanner.go Click to show internal directories. Click to hide internal directories.