Skip to content
New issue

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.type漏洞类型对照表对照表在哪看,risk.type类型好像必须写对,不然结果为“其它” #1819

Closed
AA8j opened this issue Jul 12, 2024 · 2 comments

Comments

@AA8j
Copy link

AA8j commented Jul 12, 2024

如题
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()的漏洞类型对照表在哪看

@VillanCh
Copy link
Contributor

一般常见的 risk 可以是 sqli xss rce info 这类缩写简写都会自动识别对,稍晚一些我看能不能在插件编写页面中或者 risk 文档中增加提示

@WAY29
Copy link
Collaborator

WAY29 commented Oct 14, 2024

已经完成risk的文档

@WAY29 WAY29 closed this as completed Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants