w3af icon indicating copy to clipboard operation
w3af copied to clipboard

w3af installation issue

Open Saurabh1973 opened this issue 1 year ago • 3 comments

Hi,

I am Saurabh Pal. I have tried to install w3af in my kali linux. But after installation facing the following issue. Please advice me how to resolve the same.

┌──(saurabh㉿kali)-[~] └─$ cd w3af

┌──(saurabh㉿kali)-[~/w3af] └─$ ./w3af_console
Traceback (most recent call last): File "/home/saurabh/w3af/./w3af_console", line 12, in from w3af.core.controllers.dependency_check.dependency_check import dependency_check File "/home/saurabh/w3af/w3af/core/controllers/dependency_check/dependency_check.py", line 26, in from w3af.core.data.db.startup_cfg import StartUpConfig File "/home/saurabh/w3af/w3af/core/data/db/startup_cfg.py", line 22, in import ConfigParser ModuleNotFoundError: No module named 'ConfigParser'

┌──(saurabh㉿kali)-[~/w3af] └─$

Saurabh1973 avatar Aug 07 '23 15:08 Saurabh1973

Any solution for the above issue?

thenameispriyam avatar Aug 21 '23 11:08 thenameispriyam

Hi,

Here at the time of w3af_console access found the attached issue. Here which changes are required?

Regards,

Saurabh +91-9803278524.

On Mon, Aug 21, 2023 at 5:05 PM Priyam Singh @.***> wrote:

Any solution for the above issue?

— Reply to this email directly, view it on GitHub https://github.com/andresriancho/w3af/issues/18881#issuecomment-1686161226, or unsubscribe https://github.com/notifications/unsubscribe-auth/BBAR6LFN56E7A6JAQMQLGIDXWNBWNANCNFSM6AAAAAA3HFUZKU . You are receiving this because you authored the thread.Message ID: @.***>

Saurabh1973 avatar Aug 21 '23 12:08 Saurabh1973

Hi @Saurabh1973 ,

w3af is no longer maintained, and the project only supports python2. The dependencies it requires are not present in Kali linux.

Take a look at https://github.com/w4af/w4af - there the project has been ported to python3 and should work with kali

codders avatar Sep 14 '23 06:09 codders