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

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 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

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
And if inside the virtualenv you run: pip freeze | grep gtk You get something? On Sun, Mar 30, 2014 at 10:26 AM, Taras ox...@oxdef.info 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 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 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 in

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 pdfminer

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 ox...@oxdef.info 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 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
That would be awesome. If you send me a pull request I'll hapily merge it. El 30/03/2014 12:44, Achim Hoffmann webse...@sic-sec.org 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

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
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 ox...@oxdef.info wrote: Any. KB Browser is empty in all. 30.03.2014 19:35, Andres

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
No no, my first answer was the rude one! El 30/03/2014 15:34, Achim Hoffmann webse...@sic-sec.org 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

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?