You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After git clone and run ./w3af_console I got this:
Traceback (most recent call last):
File "/home/kali/w3af/./w3af_console", line 12, in <module>
from w3af.core.controllers.dependency_check.dependency_check import dependency_check
File "/home/kali/w3af/w3af/core/controllers/dependency_check/dependency_check.py", line 26, in <module>
from w3af.core.data.db.startup_cfg import StartUpConfig
File "/home/kali/w3af/w3af/core/data/db/startup_cfg.py", line 22, in <module>
import ConfigParser
ModuleNotFoundError: No module named 'ConfigParser'
kali 2024.1
python 2.7.18
python 3.11.8
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
After
git clone
and run./w3af_console
I got this:kali 2024.1
python 2.7.18
python 3.11.8
What am I doing wrong?
The text was updated successfully, but these errors were encountered: