Traceback (most recent call last):
File "C:UsersAdminAppDataLocalProgramsPythonPython38libsite-packagespocsuite3libcoredatatype.py", line 18, in __getattr__
return self[name]
KeyError: 'registered_pocs'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "MaticsoftShop_NodeProdCategory-aspx_Sql.py", line 67, in
register_poc(TestPOC)
File "C:UsersAdminAppDataLocalProgramsPythonPython38libsite-packagespocsuite3libcoreregister.py", line 119, in register_poc
if module in kb.registered_pocs:
File "C:UsersAdminAppDataLocalProgramsPythonPython38libsite-packagespocsuite3libcoredatatype.py", line 20, in __getattr__
raise AttributeError(name)
AttributeError: registered_pocs
为什么会遇到这个问题呢,是因为基于这个pocsuite框架写的poc,所以我们要用用pocsuite3 载入这个poc,而不能简单的单独使用
完整使用方法:
python cli.py -r poc.py -u url


![Traceback (most recent call last): return self[name] KeyError: ‘registered Traceback (most recent call last): return self[name] KeyError: ‘registered](http://www.mshxw.com/aiimages/31/331208.png)
