knownsec / Kunyu

Kunyu, more efficient corporate asset collection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

关于Pocsuite3命令POC加载目录的解决方案

wikiZ opened this issue · comments

默认Pocsuite3 console的POC加载目录在python环境下包中,如果想要添加新的POC,则需要在python安装目录中全局搜索pocs目录即可。

解决方案:
1、
python
import sys
sys.executable
查看当前python的安装目录

2、在python安装目录全局搜索pocs目录,找到后在其中正常添加POC即可。

以上为临时解决方案,敬请期待改版。