Re: [W3af-users] unexpected keyword
Status: Beta
Brought to you by:
andresriancho
From: Hussam <hus...@gm...> - 2015-02-18 11:50:18
|
Andres Riancho <andres.riancho@...> writes: > > Hussam, > > Which w3af version are you using? Could you please run these > commands and send us the output? > > ./w3af_console --version > > git rev-parse HEAD > > On Sun, Feb 8, 2015 at 9:17 AM, Hussam Alamza <eng.hussam.dh <at> gmail.com> wrote: > > 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 > > > > ------------------------------------------------------------------------------ > > Dive into the World of Parallel Programming. The Go Parallel Website, > > sponsored by Intel and developed in partnership with Slashdot Media, is your > > hub for all things parallel software development, from weekly thought > > leadership blogs to news, videos, case studies, tutorials and more. Take a > > look and join the conversation now. http:// goparallel.sourceforge.net/ > > _______________________________________________ > > W3af-users mailing list > > W3af-users <at> lists.sourceforge.net > > https:// lists.sourceforge.net/lists/ listinfo/w3af-users > thank you sir the problem is solved now i just recloned the w3af git repository and all working now |