Re: [W3af-users] problem using w3af

2012-09-27 Thread Andres Riancho
Luke, On Tue, Sep 25, 2012 at 9:05 AM, luke wrote: > Hi guys! > I am using w3af test a site > the script is > == > plugins > > discovery > webSpider,hmap,fingerprint_os,fingerprint_WAF,findvhost,allowedMethods,robotsReader > > grep clickjacking > > audit dav,formatStr

[W3af-users] problem using w3af

2012-09-25 Thread luke
Hi guys! I am using w3af test a site the script is == plugins discovery webSpider,hmap,fingerprint_os,fingerprint_WAF,findvhost,allowedMethods,robotsReader grep clickjacking audit dav,formatString,globalRedirect,osCommanding,sqli,xpath,xss,xst output console output

Re: [W3af-users] problem on FC 16

2012-02-08 Thread Adi Mutu
cool, thank Taras. I'll try it. From: Taras To: Adi Mutu Cc: "[email protected]" Sent: Wednesday, February 8, 2012 4:30 PM Subject: Re: [W3af-users] problem on FC 16 Adi, I have tried this case on FC 16 and confirm that you n

Re: [W3af-users] problem on FC 16

2012-02-08 Thread Taras
Adi, I have tried this case on FC 16 and confirm that you need to install by YUM package called pygtksourceview. After that everything must be ok :) 06.02.2012 00:10, Taras пишет: > Hi, Adi! > > Hmm, unfortunately I don't have installed Fedora right now (I use > Debian) but did you try pygtksour

Re: [W3af-users] problem on FC 16

2012-02-05 Thread Taras
Hi, Adi! Hmm, unfortunately I don't have installed Fedora right now (I use Debian) but did you try pygtksourceview package? 03.02.2012 14:12, Adi Mutu пишет: > Hi guys, > > Any ideas about the problem bellow? > > > > > From: Adi Mutu > To: "[email protected]

Re: [W3af-users] problem on FC 16

2012-02-03 Thread Adi Mutu
Hi guys, Any ideas about the problem bellow? From: Adi Mutu To: "[email protected]" Sent: Thursday, February 2, 2012 11:11 AM Subject: problem on FC 16 hi, After installing some dependencied for w3af (i thougt all of them:) ) i got this:

[W3af-users] problem on FC 16

2012-02-02 Thread Adi Mutu
hi, After installing some dependencied for w3af (i thougt all of them:) ) i got this: You have to install python-gtksourceview2. But i think i've installed that also because i when i do: rpm -q gnome-python2-gtksourceview gnome-python2-gtksourceview-2.32.0-5.fc16.x86_64 If I open a python

Re: [W3af-users] problem

2011-12-14 Thread Andres Riancho
孙松柏, You installed python2.6-dev but it seems that the build process is being done with python2.7 (see your error). Regards, On Tue, Dec 13, 2011 at 11:41 PM, 孙松柏 wrote: > Hi > I am installing w3af using SVN. > after I install the sudo apt-get install python2.6-dev > I still have the error

[W3af-users] problem

2011-12-13 Thread 孙松柏
Hi I am installing w3af using SVN. after I install the sudo apt-get install python2.6-dev I still have the error information : gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c src/pybloomfilter.c -o build/temp.linux-i686-2.7/src/p

Re: [W3af-users] problem

2011-11-24 Thread Andres Riancho
孙松柏, Based on your question, I just added these lines to our error message so others like you know what to do :) msg += 'wget http://pypi.python.org/packages/source/p/pybloomfiltermmap/pybloomfiltermmap-0.2.0.tar.gz\n' msg += 'tar -zxpvf pybloomfiltermmap-0.2.0

[W3af-users] problem

2011-11-22 Thread 孙松柏
Hello everyone when i use the latest w3af , i got this error . Additional information: pybloomfiltermmap is a required dependency in *nix systems, please download from http://pypi.python.org/pypi/pybloomfiltermmap/0.2.0 and build using the python2.6-dev package. what can i do ! -- FIT1-213 De

Re: [W3af-users] problem with libxml2 requirement

2011-06-09 Thread Andres Riancho
Javier, Thanks for helping Antonios :) If you haven't, please apply these small changes to the dependencyCheck.py file. Regards, On Thu, Jun 9, 2011 at 1:59 PM, Javier Andalia wrote: > Hello Antonios > > Please try installing 'python-lxml' instead. > > Regards, > > Javier > > On Thu, Jun 9,

Re: [W3af-users] problem with libxml2 requirement

2011-06-09 Thread Antonios Atlasis
I did. It worked! Thanks a lot! Antonios 2011/6/9 Javier Andalia > Hello Antonios > > Please try installing 'python-lxml' instead. > > Regards, > > Javier > > On Thu, Jun 9, 2011 at 1:02 PM, Antonios Atlasis > wrote: > > > > Hello to the list, > > > > I'm using Fedora 15 x86_64 and I tried to

Re: [W3af-users] problem with libxml2 requirement

2011-06-09 Thread Javier Andalia
Hello Antonios Please try installing 'python-lxml' instead. Regards, Javier On Thu, Jun 9, 2011 at 1:02 PM, Antonios Atlasis wrote: > > Hello to the list, > > I'm using Fedora 15 x86_64 and I tried to install the latest stable release > of w3af  1.0. Although I installed all the required packa

[W3af-users] problem with libxml2 requirement

2011-06-09 Thread Antonios Atlasis
Hello to the list, I'm using Fedora 15 x86_64 and I tried to install the latest stable release of w3af 1.0. Although I installed all the required packages (including libxml2.x86_64 and libxml2-python.x86_64), when I tried to run either the console or the gui, I received the error "Your python ins

Re: [W3af-users] Problem with kbtree.py plugin

2011-03-07 Thread cclements
> Chris, > > On Thu, Mar 3, 2011 at 4:29 PM, Chris Clements > wrote: >> Andres, >> On Mar 3, 2011, at 12:15 PM, Andres Riancho wrote: >> >> Chris, >> >> On Thu, Mar 3, 2011 at 1:05 PM, Chris Clements >> wrote: >>> When starting the default full audit profile against a URL, the >>> following >>> e

Re: [W3af-users] Problem with kbtree.py plugin

2011-03-07 Thread Andres Riancho
On Mon, Mar 7, 2011 at 12:46 PM, wrote: >> Chris, >> >> On Thu, Mar 3, 2011 at 4:29 PM, Chris Clements >> wrote: >>> Andres, >>> On Mar 3, 2011, at 12:15 PM, Andres Riancho wrote: >>> >>> Chris, >>> >>> On Thu, Mar 3, 2011 at 1:05 PM, Chris Clements >>> wrote: When starting the default ful

Re: [W3af-users] Problem with kbtree.py plugin

2011-03-03 Thread Steve Pinkham
On 03/03/2011 11:05 AM, Chris Clements wrote: > When starting the default full audit profile against a URL, the > following error pops up immediately upon launch: > > File "/root/w3af/core/ui/gtkUi/kbtree.py" line 259, in_updateTree > Treeplugin = treestore.append(None, [None, pluginname, 0, Non

Re: [W3af-users] Problem with kbtree.py plugin

2011-03-03 Thread Andres Riancho
Chris, On Thu, Mar 3, 2011 at 4:29 PM, Chris Clements wrote: > Andres, > On Mar 3, 2011, at 12:15 PM, Andres Riancho wrote: > > Chris, > > On Thu, Mar 3, 2011 at 1:05 PM, Chris Clements > wrote: >> When starting the default full audit profile against a URL, the following >> error pops up immedia

Re: [W3af-users] Problem with kbtree.py plugin

2011-03-03 Thread Chris Clements
Andres, On Mar 3, 2011, at 12:15 PM, Andres Riancho wrote: > Chris, > > On Thu, Mar 3, 2011 at 1:05 PM, Chris Clements > wrote: > > When starting the default full audit profile against a URL, the following > > error pops up immediately upon launch: > > File "/root/w3af/core/ui/gtkUi/kbtree.py"

Re: [W3af-users] Problem with kbtree.py plugin

2011-03-03 Thread Andres Riancho
Chris, On Thu, Mar 3, 2011 at 1:05 PM, Chris Clements wrote: > When starting the default full audit profile against a URL, the following > error pops up immediately upon launch: > File "/root/w3af/core/ui/gtkUi/kbtree.py" line 259, in_updateTree >   Treeplugin = treestore.append(None, [None, plug

[W3af-users] Problem with kbtree.py plugin

2011-03-03 Thread Chris Clements
When starting the default full audit profile against a URL, the following error pops up immediately upon launch: File "/root/w3af/core/ui/gtkUi/kbtree.py" line 259, in_updateTree Treeplugin = treestore.append(None, [None, pluginname, 0, None, 0, plugincolor, child_count]) TypeError: value is of

Re: [W3af-users] Problem with win32 w3af_gui

2010-12-22 Thread Andres Riancho
Will, Please read inline, On Thu, Dec 9, 2010 at 6:42 PM, Will Dee wrote: > Hi, > > I've been having some trouble with the latest build.  Any idea which DLL is > being loaded here? > This happens after libxml2 and libgtksourceview issues have been resolved by > manually installing them. > It

[W3af-users] Problem with win32 w3af_gui

2010-12-09 Thread Will Dee
Hi, I've been having some trouble with the latest build. Any idea which DLL is being loaded here? This happens after libxml2 and libgtksourceview issues have been resolved by manually installing them. It appears to be loaded after/by libgtksourceview2, but the error message is too generic for me

Re: [W3af-users] Problem with w3af_gui starting

2010-12-09 Thread Andres Riancho
Kate, On Wed, Dec 8, 2010 at 9:03 AM, Kate K wrote: > Hello everyone, > 1)I've installed w3af-1.0-rc3.exe > 2)then I decided to update it via svn > 3)after that when I'm trying to run w3af_gui, I've got error: > C:\Program Files (x86)\w3af\w3af>python w3af_gui > Starting w3af, running on: >   Pyt

[W3af-users] Problem with w3af_gui starting

2010-12-09 Thread Kate K
Hello everyone, 1)I've installed w3af-1.0-rc3.exe 2)then I decided to update it via svn 3)after that when I'm trying to run w3af_gui, I've got error: C:\Program Files (x86)\w3af\w3af>python w3af_gui Starting w3af, running on: Python version: 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.131

[W3af-users] problem with a checkout from SVN

2009-11-15 Thread Chris Teodorski
All, I just checked out the latest SVN and the w3af is failing to load, the error I get is "Error while loading plugin "plugins.discovery.fingerGoogle". Exception: name 'Types' is not defined", I removed the fingerGoogle plugin and it started blowing up on another plugin. Any suggestions on gett

Re: [W3af-users] Problem loading plugin | bug??

2009-07-13 Thread Andres Riancho
inf0rmatica, On Tue, Jul 7, 2009 at 12:40 PM, Adam Baldwin wrote: > Ulises2k wrote: >> w3af only works with Python 2.5.x >> You have used Python 2.6.x >> >> > I run w3af on Python 2.6.2 on Ubuntu 9.04 and it works just fine so far > so I don't think this is their core problem. > > I'm guessing tha

Re: [W3af-users] Problem loading plugin | bug??

2009-07-07 Thread Adam Baldwin
Ulises2k wrote: > w3af only works with Python 2.5.x > You have used Python 2.6.x > > I run w3af on Python 2.6.2 on Ubuntu 9.04 and it works just fine so far so I don't think this is their core problem. I'm guessing that nltk is not being found / installed from extlibs. -Adam > Read the documen

Re: [W3af-users] Problem loading plugin | bug??

2009-07-07 Thread Ulises2k
w3af only works with Python 2.5.x You have used Python 2.6.x Read the documentation: http://w3af.svn.sourceforge.net/viewvc/w3af/trunk/readme/EN/w3afUsersGuide.pdf "Installation Requirements" Regards, On Tue, Jul 7, 2009 at 10:28, inf0rmatica wrote: > Hi there, > sorry about my english first of

[W3af-users] Problem loading plugin | bug??

2009-07-07 Thread inf0rmatica
Hi there, sorry about my english first of all i'v installed all the requirements ALL. When i try to start up with ./w3af_gui or ./w3af_console it gives me the following ./w3af_gui Starting w3af, running on:

Re: [W3af-users] Problem with exploitation

2008-12-01 Thread Andres Riancho
Robert, On Mon, Dec 1, 2008 at 2:59 PM, Robert Larsen <[EMAIL PROTECTED]> wrote: > Andres Riancho wrote: >>> >>> In fact, next wednesday I am doing a 15 minutes w3af demo to the first >>> OWASP meeting in Denmark, but I have a bit of a problem. >>> >> >> I'm glad you are going to give a w3af talk/

Re: [W3af-users] Problem with exploitation

2008-12-01 Thread Robert Larsen
Andres Riancho wrote: >> In fact, next wednesday I am doing a 15 minutes w3af demo to the first >> OWASP meeting in Denmark, but I have a bit of a problem. >> > > I'm glad you are going to give a w3af talk/demo! If you want to, I can > review your slides/speed/demo procedure/whatever =) > >

Re: [W3af-users] Problem with exploitation

2008-12-01 Thread Andres Riancho
Robert, On Mon, Dec 1, 2008 at 2:18 PM, Robert Larsen <[EMAIL PROTECTED]> wrote: > Andres Riancho wrote: >> Robert, >> >> 2008/12/1 Viktor Gazdag <[EMAIL PROTECTED]>: >> >>> 2008/11/30 Robert Larsen <[EMAIL PROTECTED]> >>> Hi all I've been playing with w3af for a month now and I am

Re: [W3af-users] Problem with exploitation

2008-12-01 Thread Robert Larsen
Andres Riancho wrote: > Robert, > > 2008/12/1 Viktor Gazdag <[EMAIL PROTECTED]>: > >> 2008/11/30 Robert Larsen <[EMAIL PROTECTED]> >> >>> Hi all >>> >>> I've been playing with w3af for a month now and I am very impressed. >>> Great work guys. >>> In fact, next wednesday I am doing a 15 minu

Re: [W3af-users] Problem with exploitation

2008-12-01 Thread Andres Riancho
Robert, On Sun, Nov 30, 2008 at 6:26 PM, Robert Larsen <[EMAIL PROTECTED]> wrote: > Hi all > > I've been playing with w3af for a month now and I am very impressed. > Great work guys. Thanks! =) > In fact, next wednesday I am doing a 15 minutes w3af demo to the first > OWASP meeting in Denmark, b

Re: [W3af-users] Problem with exploitation

2008-12-01 Thread Andres Riancho
Robert, 2008/12/1 Viktor Gazdag <[EMAIL PROTECTED]>: > 2008/11/30 Robert Larsen <[EMAIL PROTECTED]> >> >> Hi all >> >> I've been playing with w3af for a month now and I am very impressed. >> Great work guys. >> In fact, next wednesday I am doing a 15 minutes w3af demo to the first >> OWASP meeting

Re: [W3af-users] Problem with exploitation

2008-12-01 Thread Viktor Gazdag
2008/11/30 Robert Larsen <[EMAIL PROTECTED]> > Hi all > > I've been playing with w3af for a month now and I am very impressed. > Great work guys. > In fact, next wednesday I am doing a 15 minutes w3af demo to the first > OWASP meeting in Denmark, but I have a bit of a problem. > > I created a web

[W3af-users] Problem with exploitation

2008-11-30 Thread Robert Larsen
Hi all I've been playing with w3af for a month now and I am very impressed. Great work guys. In fact, next wednesday I am doing a 15 minutes w3af demo to the first OWASP meeting in Denmark, but I have a bit of a problem. I created a web application that suffers from a remote file inclusion vul