Hi all I'm using W3af gui in version 1.1 revision 4473 to test a web application The scan start but I've an error which stopped the scan after several minutes :
[ Thu 15 Mar 2012 10:40:22 AM CET - debug ] keepalive: added one connection, len(self._hostmap["pgp.mit.edu:11371"]): 1 [ Thu 15 Mar 2012 10:40:22 AM CET - debug ] DNS response from DNS server for domain: pgp.mit.edu [ Thu 15 Mar 2012 10:40:43 AM CET - debug ] keepalive: removed one connection, len(self._hostmap["pgp.mit.edu:11371"]): 0 [ Thu 15 Mar 2012 10:40:43 AM CET - debug ] Incrementing global error count. GEC: 0 [ Thu 15 Mar 2012 10:40:43 AM CET - debug ] w3af failed to reach the server while requesting: "http://pgp.mit.edu:11371/pks/lookup?search=252&op=index". [ Thu 15 Mar 2012 10:40:43 AM CET - debug ] Reason: "[Errno 110] Connection timed out"; going to retry. [ Thu 15 Mar 2012 10:40:43 AM CET - debug ] Traceback for this error: Traceback (most recent call last): [ Thu 15 Mar 2012 10:40:43 AM CET - debug ] File "/home/abouquet/W3af/w3af/core/data/url/xUrllib.py", line 519, in _send [ Thu 15 Mar 2012 10:40:43 AM CET - debug ] res = self._opener.open(req) [ Thu 15 Mar 2012 10:40:43 AM CET - debug ] File "/usr/lib/python2.6/urllib2.py", line 391, in open [ Thu 15 Mar 2012 10:40:43 AM CET - debug ] response = self._open(req, data) [ Thu 15 Mar 2012 10:40:43 AM CET - debug ] File "/usr/lib/python2.6/urllib2.py", line 409, in _open [ Thu 15 Mar 2012 10:40:43 AM CET - debug ] '_open', req) [ Thu 15 Mar 2012 10:40:43 AM CET - debug ] File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain [ Thu 15 Mar 2012 10:40:43 AM CET - debug ] result = func(*args) [ Thu 15 Mar 2012 10:40:43 AM CET - debug ] File "/home/abouquet/W3af/w3af/core/data/url/handlers/keepalive.py", line 743, in http_open [ Thu 15 Mar 2012 10:40:43 AM CET - debug ] return self.do_open(req) [ Thu 15 Mar 2012 10:40:43 AM CET - debug ] File "/home/abouquet/W3af/w3af/core/data/url/handlers/keepalive.py", line 627, in do_open [ Thu 15 Mar 2012 10:40:43 AM CET - debug ] raise _err [ Thu 15 Mar 2012 10:40:43 AM CET - debug ] URLError: <urlopen error [Errno 110] Connection timed out> [ Thu 15 Mar 2012 10:40:43 AM CET - debug ] [ Thu 15 Mar 2012 10:40:43 AM CET - debug ] Re-sending request... [ Thu 15 Mar 2012 10:40:43 AM CET - debug ] keepalive: added one connection, len(self._hostmap["pgp.mit.edu:11371"]): 1 [ Thu 15 Mar 2012 10:40:43 AM CET - debug ] Cached DNS response for domain: pgp.mit.edu [ Thu 15 Mar 2012 10:41:04 AM CET - debug ] keepalive: removed one connection, len(self._hostmap["pgp.mit.edu:11371"]): 0 [ Thu 15 Mar 2012 10:41:04 AM CET - debug ] Incrementing global error count. GEC: 1 [ Thu 15 Mar 2012 10:41:04 AM CET - debug ] w3af failed to reach the server while requesting: "http://pgp.mit.edu:11371/pks/lookup?search=252&op=index". [ Thu 15 Mar 2012 10:41:04 AM CET - debug ] Reason: "[Errno 110] Connection timed out"; going to retry. [ Thu 15 Mar 2012 10:41:04 AM CET - debug ] Traceback for this error: Traceback (most recent call last): [ Thu 15 Mar 2012 10:41:04 AM CET - debug ] File "/home/abouquet/W3af/w3af/core/data/url/xUrllib.py", line 519, in _send [ Thu 15 Mar 2012 10:41:04 AM CET - debug ] res = self._opener.open(req) [ Thu 15 Mar 2012 10:41:04 AM CET - debug ] File "/usr/lib/python2.6/urllib2.py", line 391, in open [ Thu 15 Mar 2012 10:41:04 AM CET - debug ] response = self._open(req, data) It's not surprising that this address can't be connected because the external network is not reachable (it's in an internal network) I have passed this scan with an previous w3af version but I think I've this error but the scan wasn't stopped. Could someone help me? Thanks Anne ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ W3af-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/w3af-users
