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
二开可以提供一些详细文章嘛,针对未被指纹识别的URL,漏洞验证逻辑是怎样的啊,是直接所有poc遍历嘛,还是跳过
The text was updated successfully, but these errors were encountered:
检测到指纹才会检测POC,自定义POC需要修改下列三个部分
1.pocs_go文件夹 下添加POC 或 添加 xray poc 格式POC至 xrayFiles 文件夹下 2.localFingerData.go 内检查或添加指纹 3..go_poc_check.go 添加检测项,也就是指纹对应的POC的关系
Sorry, something went wrong.
针对nuclei的poc的源码更改可以参考一下这个工具,期待师傅的早日更新! https://github.com/SleepingBag945/dddd
No branches or pull requests
二开可以提供一些详细文章嘛,针对未被指纹识别的URL,漏洞验证逻辑是怎样的啊,是直接所有poc遍历嘛,还是跳过
The text was updated successfully, but these errors were encountered: