Hi,

I have been using w3af for finding the vulnerabilities in our internal app.
As part of this, I wanted to crawl my entire app to scan the
vulnerabilities by using the proxy.
But, I am unable to do proxy as I was getting below error.

[Thu 29 Aug 2013 12:35:13 PM IST] Traceback for this error: Traceback (most
recent call last):
  File "/home/w3af/core/controllers/daemons/proxy.py", line 337, in
do_CONNECT
    httpsServer.process_request(conWrap, self.client_address)
  File "/usr/lib64/python2.6/SocketServer.py", line 309, in process_request
    self.finish_request(request, client_address)
  File "/usr/lib64/python2.6/SocketServer.py", line 322, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/home/w3af/plugins/crawl/spider_man.py", line 183, in __init__
    w3afProxyHandler.__init__(self, request, client_address, server)
  File "/usr/lib64/python2.6/SocketServer.py", line 617, in __init__
    self.handle()
  File "/usr/lib64/python2.6/BaseHTTPServer.py", line 329, in handle
    self.handle_one_request()
  File "/home/w3af/core/controllers/daemons/proxy.py", line 73, in
handle_one_request
    self.do_ALL()
  File "/home/w3af/plugins/crawl/spider_man.py", line 193, in do_ALL
    path = URL(self.path)
  File "/home/w3af/core/data/parsers/url.py", line 196, in __init__
    raise ValueError, 'Invalid URL "%s"' % (data,)
ValueError: Invalid URL "/"

I have maintained the same configurations that are under Spider_man proxy
in mozilla firefox also.
listen_address: 127.0.0.1
listen_port: 44444

Please help me in resolving this as this is stopping me in proceeding
further.

I am using w3af Version : 1.5 ,Revision : 319d65d0c5


Thanks,
Sandeep
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
W3af-users mailing list
W3af-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/w3af-users

Reply via email to