On Sun, Mar 30, 2014 at 6:56 AM, Taras <ox...@oxdef.info> wrote: > Andres, > > don't sure if it is w3af installation bug but after first ./w3af_gui > have > > $ cat /tmp/w3af_dependency_install.sh > #!/bin/bash > > # Run without sudo to install inside venvpip install clamd==1.0.1 > PyGithub==1.21.0 GitPython==0.3.2.RC1 pybloomfiltermmap==0.3.11 esmre==0.3.1 > nltk==2.0.4 chardet==2.1.1 pdfminer==20110515 futures==2.1.5 > pyOpenSSL==0.13.1 lxml==2.3.2 scapy-real==2.2.0-dev guess-language==0.2 > cluster==1.1.1b3 msgpack-python==0.2.4 python-ntlm==1.0.1 halberd==0.2.4 > xdot==0.6 > pip install --ignore-installed > git+https://github.com/andresriancho/phply.git#egg=phply > > Take into attention that there is command to install only phply (missing new > line before pip?).
Crap! That was an important new line! Commit && push. > Ok, install them all. Try ./w3af_gui > > Actual result: > > $ ./w3af_gui > The GTK package requirements are not met, please make sure your system meets > these requirements: > - PyGTK >= 2.12 > - GTK >= 2.12 OS? What do you get when running: import pygtk pygtk.require('2.0') import gtk import gobject print gtk.gtk_version >= (2, 12) print gtk.pygtk_version >= (2, 12) > > 28.03.2014 01:18, Andres Riancho пишет: >> >> List, >> >> Every now and then I ask for a favor, nd... well... now I'm >> >> asking for one! The next release will be on Monday, and I need you to >> test w3af to make sure it doesn't have any critical bugs before I >> merge into develop into master. >> >> I've been working hard on fixing a ton of bugs, improving >> performance, continuous integration and many other things. >> >> All 1300+ unittests PASS in the continuous integration system, but >> there's nothing like real-user testing. If you have a couple of >> minutes to help, please follow these steps to install a virtualenv >> with w3af inside: >> >> cd ~ >> apt-get install -y python-pip # This step might change in your OS >> pip install virtualenv >> mkdir w3af-release >> cd w3af-release >> virtualenv venv >> . venv/bin/activate >> git clone https://github.com/andresriancho/w3af.git >> cd w3af >> git checkout develop >> ./w3af_gui >> . /tmp/w3af_dependency_install.sh >> >> Please report any installation bugs here [0]. >> >> Now the fun part :) Scan a site! In the same console (where >> virtualenv is enabled) run: >> >> ./w3af_gui >> >> Configure w3af [1] and run a scan. Please report any tracebacks, >> false positives, false negatives, etc. here [0]. All your bug reports >> will be much appreciated! >> >> Thanks! >> >> [0] https://github.com/andresriancho/w3af/issues/new >> [1] http://docs.w3af.org/en/develop/gui/scanning.html#configuring-the-scan >> >> Regards, >> > > -- > Taras > https://www.oxdef.info -- Andrés Riancho Project Leader at w3af - http://w3af.org/ Web Application Attack and Audit Framework Twitter: @w3af GPG: 0x93C344F3 ------------------------------------------------------------------------------ _______________________________________________ W3af-develop mailing list W3af-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/w3af-develop