Hi there,
I have this when I try to run ./w3af
Code:
root@bt:/pentest/web/w3af# apt-get install python-gtk2
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-gtk2 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@bt:/pentest/web/w3af# ./w3af_gui
You have to install GTK and PyGTK versions >=2.12 to be able to run the GTK user interface.
- On Debian based distributions: apt-get install python-gtk2
- On Mac: sudo port install py25-gtk
root@bt:/pentest/web/w3af#
What s wrong ? It is asking for something already installed.
Thank you