w3af
w3af copied to clipboard
Config parser error
I am getting following error can any one help me resolve this error?.
./w3af_console
Traceback (most recent call last):
File "/home/user/w3af/./w3af_console", line 12, in
Hi @Gittester4,
w3af only supports python2, and is incompatible with the current ConfigParser shipped with modern python. Please take a look at https://github.com/w4af/w4af - we have made the effort there to port the project to python3, and the ConfigParser issue is resolved.