跳过导航链接
A C D E F G H I M Q R S V W 

S

setArgsList(List<IArg>) - 接口 中的方法me.gv7.woodpecker.plugin.IArgsUsageBinder
设置参数列表
setDefaultValue(String) - 接口 中的方法me.gv7.woodpecker.plugin.IArg
设置参数默认值
setDescription(String) - 接口 中的方法me.gv7.woodpecker.plugin.IArg
设置参数描述,描述参数的含义
setEnumValue(List<String>) - 接口 中的方法me.gv7.woodpecker.plugin.IArg
设置枚举值,当值的类型为枚举型时必须设置!
setExists(boolean) - 接口 中的方法me.gv7.woodpecker.plugin.IScanResult
设置是否存在漏洞
setHelperPluginAutor(String) - 接口 中的方法me.gv7.woodpecker.plugin.IHelperPluginCallbacks
设置插件作者
setHelperPluginDescription(String) - 接口 中的方法me.gv7.woodpecker.plugin.IHelperPluginCallbacks
设置插件描述,可描述插件的功能
setHelperPluginName(String) - 接口 中的方法me.gv7.woodpecker.plugin.IHelperPluginCallbacks
设置插件名称
setHelperPluginPath(String) - 接口 中的方法me.gv7.woodpecker.plugin.IHelperPluginCallbacks
设置插件路径
setHelperPluginVersion(String) - 接口 中的方法me.gv7.woodpecker.plugin.IHelperPluginCallbacks
设置插件版本
setInfoDetectorPluginAuthor(String) - 接口 中的方法me.gv7.woodpecker.plugin.InfoDetectorPluginCallbacks
设置插件作者
setInfoDetectorPluginDescription(String) - 接口 中的方法me.gv7.woodpecker.plugin.InfoDetectorPluginCallbacks
设置插件描述,可描述插件的功能
setInfoDetectorPluginName(String) - 接口 中的方法me.gv7.woodpecker.plugin.InfoDetectorPluginCallbacks
设置插件名称
setInfoDetectorPluginPath(String) - 接口 中的方法me.gv7.woodpecker.plugin.InfoDetectorPluginCallbacks
设置插件路径
setInfoDetectorPluginVersion(String) - 接口 中的方法me.gv7.woodpecker.plugin.InfoDetectorPluginCallbacks
设置插件版本
setMsg(String) - 接口 中的方法me.gv7.woodpecker.plugin.IScanResult
设置扫描结果的补充信息,比如漏洞不存在的原因,漏洞存在的证明等信息
setName(String) - 接口 中的方法me.gv7.woodpecker.plugin.IArg
设置参数名
setRequired(boolean) - 接口 中的方法me.gv7.woodpecker.plugin.IArg
设置参数是否必须设置
setTarget(String) - 接口 中的方法me.gv7.woodpecker.plugin.IScanResult
设置扫描目标地址
setTime(String) - 接口 中的方法me.gv7.woodpecker.plugin.IScanResult
设置完成扫描的时间
setType(int) - 接口 中的方法me.gv7.woodpecker.plugin.IArg
设置参数类型
setUsage(String) - 接口 中的方法me.gv7.woodpecker.plugin.IArgsUsageBinder
设置使用说明
setVulAuthor(String) - 接口 中的方法me.gv7.woodpecker.plugin.IVulPluginCallbacks
设置漏洞作者
setVulCategory(String) - 接口 中的方法me.gv7.woodpecker.plugin.IVulPluginCallbacks
设置漏洞类型,比如RCE,JNDI inject,SSTI
setVulCVSS(double) - 接口 中的方法me.gv7.woodpecker.plugin.IVulPluginCallbacks
设置漏洞CVSS分数
setVulDescription(String) - 接口 中的方法me.gv7.woodpecker.plugin.IVulPluginCallbacks
设置漏洞描述,可描述漏洞的原理和需要注意的地方
setVulDisclosureTime(String) - 接口 中的方法me.gv7.woodpecker.plugin.IVulPluginCallbacks
设置漏洞披露时间
setVulId(String) - 接口 中的方法me.gv7.woodpecker.plugin.IVulPluginCallbacks
设置漏洞编号,比如CVE编号,CNVD编号
setVulName(String) - 接口 中的方法me.gv7.woodpecker.plugin.IVulPluginCallbacks
设置漏洞名称
setVulPluginAuthor(String) - 接口 中的方法me.gv7.woodpecker.plugin.IVulPluginCallbacks
设置插件作者
setVulPluginName(String) - 接口 中的方法me.gv7.woodpecker.plugin.IVulPluginCallbacks
设置插件名称
setVulPluginPath(String) - 接口 中的方法me.gv7.woodpecker.plugin.IVulPluginCallbacks
设置插件路径
setVulPluginVersion(String) - 接口 中的方法me.gv7.woodpecker.plugin.IVulPluginCallbacks
设置插件版本
setVulProduct(String) - 接口 中的方法me.gv7.woodpecker.plugin.IVulPluginCallbacks
设置漏洞涉及的产品,比如Weblogic
setVulScope(String) - 接口 中的方法me.gv7.woodpecker.plugin.IVulPluginCallbacks
设置漏洞影响的版本范围
setVulSeverity(String) - 接口 中的方法me.gv7.woodpecker.plugin.IVulPluginCallbacks
设置漏洞危害等级,分别有high(高危),medium(中危),low(低危)。
startPrintln(String) - 接口 中的方法me.gv7.woodpecker.plugin.IResultOutput
打印开始信息,会在开始信息添加"[>] "。
stopPrintln(String) - 接口 中的方法me.gv7.woodpecker.plugin.IResultOutput
打印结束信息,会在结束信息添加"[=] "。
successPrintln(String) - 接口 中的方法me.gv7.woodpecker.plugin.IResultOutput
打印成功信息,会在信息内容前面添加"[+] "
A C D E F G H I M Q R S V W 
跳过导航链接