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

未知指纹的POC添加 #49

Open
hackliu opened this issue Aug 20, 2023 · 2 comments
Open

未知指纹的POC添加 #49

hackliu opened this issue Aug 20, 2023 · 2 comments

Comments

@hackliu
Copy link

hackliu commented Aug 20, 2023

您好,我看介绍工具是按照指纹对应poc检测的。如果添加未知指纹的POC工具会对扫描目标进行检测吗?

@veo
Copy link
Owner

veo commented Aug 20, 2023

您好,我看介绍工具是按照指纹对应poc检测的。如果添加未知指纹的POC工具会对扫描目标进行检测吗?

不会,指纹对应了扫描规则,自定义POC需要修改下列三个部分

  1. pocs_go文件夹 下添加POC
  2. localFingerData.go 内检查或添加指纹
  3. go_poc_check.go 添加检测项,也就是指纹对应的POC的关系

@veo
Copy link
Owner

veo commented Aug 21, 2023

没太懂什么意思,每个目标都遍历所有POC吗?那扫描量得多大

流程就是检测到指纹后检测指纹对应的POC

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

2 participants