If you just use this by itself:
Do you get an error?Code:slapt-get -i pyopenssl-0.6-i486-1as --no-md5
Because I get:
Code:bt ~ # slapt-get -i pyopenssl-0.6-i486-1as --no-md5 Reading Package Lists... Done No such package: pyopenssl-0.6-i486-1as 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Done
[FONT=Courier New][SIZE=2][FONT=Courier New]hehe...
[/FONT][/SIZE][/FONT]
you prob just need to run --update
Code:bt / # slapt-get -i pyopenssl-0.6-i486-1as --no-md5 Reading Package Lists... Done pyopenssl is up to date. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Yes
plan to update thred as I poke with it more and compare plugins in GTK and Console mode etc ..
[QUOTE=Andres Riancho;76472]List,
This might be useful for you:
GTK+:
http://internap.dl.sourceforge.net/s...0.13-setup.exe
pyGTK, pyCairo, PyGObject:
http://www.pygtk.org/downloads.html
Before installing the gtk stuff, you also want to install:
pyOpenSSL:
http://www.shininglightpro.com/produ...32OpenSSL.html
http://webcleaner.sourceforge.net/py...in32-py2.5.exe
Cheers,
--
Andres Riancho
http://w3af.sourceforge.net/
Web Application Attack and Audit Framework
QUOTE]
When I run:
I get:Code:w3af -g
You have to install pygtk version >=2 to be able to run the GTK user interface. On Debian based distributions: apt-get install python-gtk2
However, I have the latest package.
Ideas?Code:slapt-get --install pygtk-2.12.1-i486-1sl Reading Package Lists... Done pygtk is up to date. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Done
*UPDATE
I've tried this in two other environments. A windows XP installation with Python 2.4 and 2.5, as well as andLinux running Ubuntu.
Windows gives this error if I use Python 2.5 with PyGTK 2.10 >
(pop-up box)
The procedure entry point cairo_get_group_target could not be located in the dynamic link library libcairo-2.dll
Running python and typing "import cairo" gave the same pop-up with a DLL failed message.
In Python 2.4 with PyGTK 2.8.6, I dont get that error, but get the same one as Backtrack
You have to install pygtk version >=2 to be able to run the GTK user interface. On Debian based distributions: apt-get install python-gtk2
In andLinux, the GUI works! However, there is an error message:
You won't be able to use the web20Spider without zc.testbrowser.real library installed. Exception: No module named testbrowser.src.zc.testbrowser.real global name 'Browser' is not defined. You can get MozRepl at http://hyperstruct.net/projects/mozlab.
Thats the same error I was initially getting in Backtrack before installing the mozlab-current.xpi. However, andlinux is terminal only, so I cant install the firefox plugin to install the module!
I give these examples as references, just to see if I can narrow down the problem to backtrack or the application (or me). Any help is appreciated!
William
so wondering if anyone who has this working can advise how they got GTK/pyGTK to work, Im stuck building pygtk with the following make error, I tried reinstalling GTK package and linking some files but no luck yet.. how did you get GUI working?
BTW I do have w3af console working with the newest CVS just cant get the GUI working yet due to pygtk=>2
Code:In file included from /usr/local/include/gtk-2.0/gdk/gdkcolor.h:31, from /usr/local/include/gtk-2.0/gdk/gdkcairo.h:23, from /usr/local/include/gtk-2.0/gdk/gdk.h:30, from /usr/local/include/gtk-2.0/gtk/gtk.h:31, from ./pygtk.h:8, from gtkunixprintmodule.c:28: /usr/local/include/gtk-2.0/gdk/gdktypes.h:51:23: error: gdkconfig.h: No such file or directory make[2]: *** [gtkunixprint_la-gtkunixprintmodule.lo] Error 1 make[2]: Leaving directory `/pentest/web/w3af/extlib/pygtk-2.12.1/gtk' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/pentest/web/w3af/extlib/pygtk-2.12.1' make: *** [all] Error 2
well after a nightmare of a pygtk build I got to the same error up the post...
AttributeError: 'SemiStockButton' object has no attribute 'set_tooltip_text'
i just commented out that tooltext if statment (in a lot of places) and its working now... dont know if its a bug on the CVS or a pygtk issue from my hackjob of droping the include of the config .h file who knows, all the same I do have beta7 1495 running in BT3
i can verify that im using 2.12 of pygtk which supports the set_tool...
however by dropping out the lines with problems (tool tip text) to a comment then your app will work