Sr Crypton
Sr Crypton

Reputation: 11

ModuleNotFoundError: No module named 'ConfigParser'

Traceback (most recent call last):
  File "/home/kali/w3af/./w3af_gui", line 12, in <module>
    from w3af.core.ui.gui.dependency_check.dependency_check import dependency_check
  File "/home/kali/w3af/w3af/core/ui/gui/dependency_check/dependency_check.py", line 25, in <module>
    from w3af.core.controllers.dependency_check.dependency_check import dependency_check as mdep_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'

someone can help me please?

Upvotes: 1

Views: 2043

Answers (2)

codders
codders

Reputation: 21

The project w3af has been superseded and replaced by w4af, which has the same functionality, but support for python3. You can find more information about w4af (which is the direct next version of w3af) here: https://github.com/w4af/w4af , though apparently moderators don't like it when I link to the project.

Upvotes: 1

GAD3R
GAD3R

Reputation: 4625

w3af isn't supported in Kali Linux rolling. The Python2 dependency has been removed from Kali repositories.

Does the w3af have python3 version? #17866

The owner say:

No, but we'll have to migrate at some point!

Upvotes: 1

Related Questions