Re: [W3af-users] w3af not Starting

2014-10-06 Thread Ali Khalfan
I've been through this, the lazy way out is just to comment out the dependency_check() call in the w3af_console code (line 13 in the version I have), not the best way of doing it since you risk running it without knowing if you have all the dependencies, but if that's the only one left then I say

Re: [W3af-users] w3af not Starting

2014-07-15 Thread Andres Riancho
You're a smart guy, why don't you read the pip manual and try something extra from what I tell you? On Tue, Jul 15, 2014 at 9:33 AM, Aman Thakur wrote: > i got this: > > ~# sudo pip install --upgrade phply==0.9.1 > Downloading/unpacking phply==0.9.1 > Running setup.py egg_info for package phply

Re: [W3af-users] w3af not Starting

2014-07-15 Thread Aman Thakur
i got this: *~# sudo pip install --upgrade phply==0.9.1* *Downloading/unpacking phply==0.9.1* * Running setup.py egg_info for package phply* *Requirement already up-to-date: ply in /usr/local/lib/python2.7/dist-packages (from phply==0.9.1)* *Installing collected packages: phply* * Found existin

Re: [W3af-users] w3af not Starting

2014-07-15 Thread Andres Riancho
That's strange, what if you use: sudo pip install --upgrade phply==0.9.1 Also try reading pip's man, and finding a --force (or similar) On Tue, Jul 15, 2014 at 9:01 AM, Aman Thakur wrote: > Hi Andres, > > Thanks for replying. > > i got this: > ~# sudo pip install phply==0.9.1 > Downloading/unpa

Re: [W3af-users] w3af not Starting

2014-07-15 Thread Aman Thakur
Hi Andres, Thanks for replying. i got this: *~# sudo pip install phply==0.9.1* *Downloading/unpacking phply==0.9.1* * Running setup.py egg_info for package phply* *Requirement already satisfied (use --upgrade to upgrade): ply in /usr/local/lib/python2.7/dist-packages (from phply==0.9.1)* *Insta

Re: [W3af-users] w3af not Starting

2014-07-15 Thread Andres Riancho
What happens if you just run "sudo pip install phply==0.9.1" ? On Tue, Jul 15, 2014 at 5:19 AM, Aman Thakur wrote: > Hello Everyone, > > I have updated my w3af directory contents using the "git pull" command. But > the w3af is not working after the update. I am getting these error as below: > > w

[W3af-users] w3af not Starting

2014-07-15 Thread Aman Thakur
Hello Everyone, I have updated my w3af directory contents using the "git pull" command. But the w3af is not working after the update. I am getting these error as below: when is did ./w3af_console to start w3af, i got this message below: *(Your python installation needs the following modules to r