Re: [W3af-develop] Test the develop branch before Monday's release

2014-03-30 Thread Taras
Andres, it is strange but now everything is fine... I see normal tree in KB Browser. 30.03.2014 20:27, Andres Riancho пишет: > Taras, > > Can't repro (see screenshot). If you see the console where you're > running w3af_gui , is there anything there that could be useful? > Traceback? Error? >

Re: [W3af-develop] Test the develop branch before Monday's release

2014-03-30 Thread Andres Riancho
No no, my first answer was the rude one! El 30/03/2014 15:34, "Achim Hoffmann" escribió: > Am 30.03.2014 18:23, schrieb Andres Riancho: > > That came out a little bit rude... let me rephrase that > > oops, sorry. > It just happend while I tried to run w3af on a second older (than 1 > month;-)

Re: [W3af-develop] Test the develop branch before Monday's release

2014-03-30 Thread Achim Hoffmann
Am 30.03.2014 18:23, schrieb Andres Riancho: > That came out a little bit rude... let me rephrase that oops, sorry. It just happend while I tried to run w3af on a second older (than 1 month;-) system and it failed totally. My apologies Achim

Re: [W3af-develop] Test the develop branch before Monday's release

2014-03-30 Thread Andres Riancho
Taras, Can't repro (see screenshot). If you see the console where you're running w3af_gui , is there anything there that could be useful? Traceback? Error? Regards, On Sun, Mar 30, 2014 at 12:45 PM, Taras wrote: > Any. KB Browser is empty in all. > > 30.03.2014 19:35, Andres Riancho пишет:

Re: [W3af-develop] Test the develop branch before Monday's release

2014-03-30 Thread Andres Riancho
Achim, That came out a little bit rude... let me rephrase that :) I believe that it would be an awesome feature, but really hard to code, test and maintain. I'm personally not interested in it, so I won't do it myself, but if someone else wants to, I'm totally on board and will merge all

Re: [W3af-develop] Test the develop branch before Monday's release

2014-03-30 Thread Andres Riancho
That would be awesome. If you send me a pull request I'll hapily merge it. El 30/03/2014 12:44, "Achim Hoffmann" escribió: > Andrés, Taras, > > it would be nice to get a w3af which runs on plain old unpatched systems > I.e. not everyone has, or can, or would like to install a bunch of python > gi

Re: [W3af-develop] Test the develop branch before Monday's release

2014-03-30 Thread Taras
Any. KB Browser is empty in all. 30.03.2014 19:35, Andres Riancho пишет: > Any random vulns, or just of some specific type? > > On Sun, Mar 30, 2014 at 12:24 PM, Taras wrote: >> I have found another issue. During the scan using w3af_gui I see some vulns >> in Log tab but "Results -> KB Browser" i

Re: [W3af-develop] Test the develop branch before Monday's release

2014-03-30 Thread Achim Hoffmann
Andrés, Taras, it would be nice to get a w3af which runs on plain old unpatched systems I.e. not everyone has, or can, or would like to install a bunch of python gimmicks on her/his/ system to get one single tool running (potentially breaking others). Is there any way that w3af contains anything

Re: [W3af-develop] Test the develop branch before Monday's release

2014-03-30 Thread Andres Riancho
Any random vulns, or just of some specific type? On Sun, Mar 30, 2014 at 12:24 PM, Taras wrote: > I have found another issue. During the scan using w3af_gui I see some vulns > in Log tab but "Results -> KB Browser" is empty. > > 30.03.2014 19:02, Taras пишет: > >> Andres, >> >> workaround with "-

Re: [W3af-develop] Test the develop branch before Monday's release

2014-03-30 Thread Taras
I have found another issue. During the scan using w3af_gui I see some vulns in Log tab but "Results -> KB Browser" is empty. 30.03.2014 19:02, Taras пишет: > Andres, > > workaround with "--system-site-packages" has helped, thanks. > P.S. I also had to delete some installed system packages like pd

Re: [W3af-develop] Test the develop branch before Monday's release

2014-03-30 Thread Taras
Andres, workaround with "--system-site-packages" has helped, thanks. P.S. I also had to delete some installed system packages like pdfminer because of version conflicts. 30.03.2014 18:00, Andres Riancho пишет: > This might help: > > cd ~ > apt-get install -y python-pip # This step might change i

Re: [W3af-develop] Test the develop branch before Monday's release

2014-03-30 Thread Andres Riancho
This might help: cd ~ apt-get install -y python-pip # This step might change in your OS pip install virtualenv mkdir w3af-release cd w3af-release virtualenv --system-site-packages venv . venv/bin/activate git clone https://github.com/andresriancho/w3af.git cd w3af git checkout develop ./w3af_gui .

Re: [W3af-develop] Test the develop branch before Monday's release

2014-03-30 Thread Andres Riancho
You might be hitting something like this [0], where your virtualenv doesn't have access to the package installed using "apt-get" [0] http://stackoverflow.com/questions/3580520/python-virtualenv-gtk-2-0 On Sun, Mar 30, 2014 at 10:40 AM, Andres Riancho wrote: > And if inside the virtualenv you run

Re: [W3af-develop] Test the develop branch before Monday's release

2014-03-30 Thread Andres Riancho
And if inside the virtualenv you run: pip freeze | grep gtk You get something? On Sun, Mar 30, 2014 at 10:26 AM, Taras wrote: >>> Ok, install them all. Try ./w3af_gui >>> >>> Actual result: >>> >>> $ ./w3af_gui >>> The GTK package requirements are not met, please make sure your system >>> meets

Re: [W3af-develop] Test the develop branch before Monday's release

2014-03-30 Thread Taras
>> 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 >

Re: [W3af-develop] Test the develop branch before Monday's release

2014-03-30 Thread Andres Riancho
On Sun, Mar 30, 2014 at 6:56 AM, Taras 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.

Re: [W3af-develop] Test the develop branch before Monday's release

2014-03-30 Thread Taras
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