andresriancho / w3af

w3af: web application attack and audit framework, the open source web vulnerability scanner.
http://w3af.org/
4.59k stars 1.22k forks source link

Problem!! , ImportError: No module named webkit #15690

Open ProDevCC opened 7 years ago

ProDevCC commented 7 years ago

root@MinePM:~/w3af# ./w3af_gui Traceback (most recent call last): File "./w3af_gui", line 110, in _main() File "./w3af_gui", line 106, in _main sys.exit(main()) File "./w3af_gui", line 100, in main from w3af.core.ui.gui.main import main as gui_main File "/root/w3af/w3af/core/ui/gui/main.py", line 54, in from w3af.core.ui.gui import scanrun, helpers, profiles, compare File "/root/w3af/w3af/core/ui/gui/scanrun.py", line 27, in import webkit ImportError: No module named webkit

ProDevCC commented 7 years ago

How do I solve the problem?

0x01h commented 6 years ago

sudo apt install python-webkit

Solves the problem.

user20090000 commented 6 years ago

root@kali:~/w3af# ./w3af_gui Traceback (most recent call last): File "./w3af_gui", line 110, in _main() File "./w3af_gui", line 106, in _main sys.exit(main()) File "./w3af_gui", line 100, in main from w3af.core.ui.gui.main import main as gui_main File "/root/w3af/w3af/core/ui/gui/main.py", line 54, in from w3af.core.ui.gui import scanrun, helpers, profiles, compare File "/root/w3af/w3af/core/ui/gui/scanrun.py", line 27, in import webkit ImportError: No module named webkit root@kali:~/w3af# apt install python-webkit Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package python-webkit root@kali:~/w3af#

imidoriya commented 5 years ago

Not able to get webkit on macOS either..