We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如题 risk.NewRisk( result.Url, risk.title("BakFile: %v" % result.Url), risk.payload(result.Url), risk.severity("high"), risk.description(BakFile_DESC), risk.solution(BakFile_RSV), risk.type("其它"), risk.typeVerbose("信息泄露"), risk.request(result.RequestRaw), risk.response(result.ResponseRaw), ) 请问其中的risk.type()的漏洞类型对照表在哪看
The text was updated successfully, but these errors were encountered:
一般常见的 risk 可以是 sqli xss rce info 这类缩写简写都会自动识别对,稍晚一些我看能不能在插件编写页面中或者 risk 文档中增加提示
Sorry, something went wrong.
已经完成risk的文档
No branches or pull requests
如题
risk.NewRisk(
result.Url,
risk.title("BakFile: %v" % result.Url),
risk.payload(result.Url),
risk.severity("high"),
risk.description(BakFile_DESC),
risk.solution(BakFile_RSV),
risk.type("其它"),
risk.typeVerbose("信息泄露"),
risk.request(result.RequestRaw),
risk.response(result.ResponseRaw),
)
请问其中的risk.type()的漏洞类型对照表在哪看
The text was updated successfully, but these errors were encountered: