[W3af-users] unexpected keyword
Status: Beta
Brought to you by:
andresriancho
From: Hussam A. <eng...@gm...> - 2015-02-08 12:17:25
|
Hello people, after the succession in fulfilling all w3af desires of python packages, now I am getting the following error when running w3af_console (in centos 6.6): Error while reading plugin options: "Failed to get an instance of "phpinfo". Original exception: "__init__() got an unexpected keyword argument 'table_prefix'". Traceback for this error: Traceback (most recent call last): File "/root/w3af/w3af/core/controllers/misc/factory.py", line 62, in factory inst = a_class(*args) File "/root/w3af/w3af/plugins/crawl/phpinfo.py", line 54, in __init__ self._analyzed_dirs = DiskSet(table_prefix='phpinfo') TypeError: __init__() got an unexpected keyword argument 'table_prefix' " so any help with this would be appreciable. Thank you in advance |