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
例如我自定义一个类在当前目录下面并引入 from pocsuite3_tools.tools import Tools 然后在通过继承控制调用,例如我使用 from pocsuite3.lib.core.data import kb 然后在使用 kb.registered_pocs 方法进行创建使用getattr去获取poc中的简述信息 但是我通过引入了自定的类就会产生错误 我应该如何解决或者有什么api可以获取到原始的请求数据包 获取这样的结果
from pocsuite3_tools.tools import Tools
from pocsuite3.lib.core.data import kb
kb.registered_pocs
The text was updated successfully, but these errors were encountered:
研究下这块代码应该有帮助
Sorry, something went wrong.
这里我看到了,但是只针对nuclei的yaml poc的相关操作,我想要的是在继承调用环境下的通过from pocsuite3.api import get_results方法进行获取,原声的py文件还无法操作
No branches or pull requests
例如我自定义一个类在当前目录下面并引入
from pocsuite3_tools.tools import Tools
然后在通过继承控制调用,例如我使用
from pocsuite3.lib.core.data import kb
然后在使用
kb.registered_pocs
方法进行创建使用getattr去获取poc中的简述信息
但是我通过引入了自定的类就会产生错误
我应该如何解决或者有什么api可以获取到原始的请求数据包
获取这样的结果
The text was updated successfully, but these errors were encountered: