Hi,
That's me again. I have switched to the feature/modules branch as suggested.
However, I am still getting this type of error when using spider_man. I
used only spider_man plugin to eliminate any interference by other plugins.
Exception happened during processing of request from ('127.0.0.1', 36600)
Traceback (most recent call last):
  File "/usr/lib/python2.7/SocketServer.py", line 284, in
_handle_request_noblock
    self.process_request(request, client_address)
  File "/usr/lib/python2.7/SocketServer.py", line 310, in process_request
    self.finish_request(request, client_address)
  File "/usr/lib/python2.7/SocketServer.py", line 323, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File
"/home/vojta/software/pentesting/w3af/w3af/plugins/crawl/spider_man.py",
line 109, in constructor
    return ProxyHandler(request, client_addr, server, self)
  File
"/home/vojta/software/pentesting/w3af/w3af/plugins/crawl/spider_man.py",
line 183, in __init__
    w3afProxyHandler.__init__(self, request, client_address, server)
  File "/usr/lib/python2.7/SocketServer.py", line 638, in __init__
    self.handle()
  File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
    self.handle_one_request()
  File
"/home/vojta/software/pentesting/w3af/w3af/core/controllers/daemons/proxy.py",
line 56, in handle_one_request
    self.raw_requestline = self.rfile.readline()
  File "/usr/lib/python2.7/socket.py", line 447, in readline
    data = self._sock.recv(self._rbufsize)
timeout: timed out
----------------------------------------
I tried to search for that number 36600 but there is no such ID in my
exported file with requests and responses.
I guess this is some internal number kept by spider_man.
Is there any possibility of finding which request actually timed out?
Thank you,
Vojta

------------------------------------------------------------------------------
WatchGuard Dimension instantly turns raw network data into actionable 
security intelligence. It gives you real-time visual feedback on key
security issues and trends.  Skip the complicated setup - simply import
a virtual appliance and go from zero to informed in seconds.
http://pubads.g.doubleclick.net/gampad/clk?id=123612991&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