w3af icon indicating copy to clipboard operation
w3af copied to clipboard

[Auto-Generated] Bug Report - HTTPRequestException: timed out

Open 1d3df9903ad opened this issue 2 years ago • 0 comments

Version Information

  Python version: 2.7.17 (default, Sep 30 2020, 13:38:04) [GCC 7.5.0]
  Platform: Ubuntu 18.04 bionic
  GTK version: 2.24.32
  PyGTK version: 2.24.0
  w3af version:
    w3af - Web Application Attack and Audit Framework
    Version: 2019.1.2
    Revision: 1910600684 - 04 Nov 2019 11:40
    Branch: master
    Local changes: No
    Author: Andres Riancho and the w3af team.

Traceback

Traceback (most recent call last):
  File "/home/user/tools/w3af/w3af/core/ui/gui/main.py", line 612, in start_scan_wrap
    real_scan_start()
  File "/home/user/tools/w3af/w3af/core/ui/gui/main.py", line 603, in real_scan_start
    self.w3af.start()
  File "/home/user/tools/w3af/w3af/core/controllers/w3afCore.py", line 228, in start
    self.strategy.start()
  File "/home/user/tools/w3af/w3af/core/controllers/core_helpers/strategy.py", line 134, in start
    self._fuzzable_request_router()
  File "/home/user/tools/w3af/w3af/core/controllers/core_helpers/strategy.py", line 303, in _fuzzable_request_router
    self._handle_all_consumer_exceptions(_other)
  File "/home/user/tools/w3af/w3af/core/controllers/core_helpers/strategy.py", line 441, in _handle_all_consumer_exceptions
    self._handle_consumer_exception(result_item)
  File "/home/user/tools/w3af/w3af/core/controllers/core_helpers/strategy.py", line 453, in _handle_consumer_exception
    self._w3af_core.exception_handler.handle_exception_data(exception_data)
  File "/home/user/tools/w3af/w3af/core/controllers/core_helpers/exception_handler.py", line 76, in handle_exception_data
    exception_data.enabled_plugins)
  File "/home/user/tools/w3af/w3af/core/controllers/core_helpers/exception_handler.py", line 107, in handle
    raise exception, None, tb
HTTPRequestException: timed out

1d3df9903ad avatar Aug 31 '23 23:08 1d3df9903ad