Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

w3af dependency check message info #18898

Open
Tony-Webster opened this issue Mar 29, 2024 · 0 comments
Open

w3af dependency check message info #18898

Tony-Webster opened this issue Mar 29, 2024 · 0 comments

Comments

@Tony-Webster
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant