Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError('Event loop is closed') on scan completion #1898

Open
liquidsec opened this issue Oct 30, 2024 · 0 comments
Open

RuntimeError('Event loop is closed') on scan completion #1898

liquidsec opened this issue Oct 30, 2024 · 0 comments
Assignees
Labels
bug Something isn't working low priority Fix these last

Comments

@liquidsec
Copy link
Collaborator

Error:

[INFO] Finishing scan
[VERB] Completed finish()
[VERB] Completed final finish()
[SCAN]              	violent_ronald (SCAN:871d48ae66894d2e9cff40d646346e71593fdd3e)	TARGET	(in-scope)
[SUCC] Scan violent_ronald completed in 25 minutes, 35 seconds with status FINISHED
[INFO] aggregate: +-----------------+-----------------------------------+-----------------------------------------+
[INFO] aggregate: | Module          | Produced                          | Consumed                                |
[INFO] aggregate: +=================+===================================+=========================================+
[INFO] aggregate: | iis_shortnames  | 46 (44 URL_HINT, 2 VULNERABILITY) | 3 (3 URL)                               |
[INFO] aggregate: +-----------------+-----------------------------------+-----------------------------------------+
[INFO] aggregate: | httpx           | 4 (4 URL)                         | 4 (2 OPEN_TCP_PORT, 2 URL_UNVERIFIED)   |
[INFO] aggregate: +-----------------+-----------------------------------+-----------------------------------------+
[INFO] aggregate: | speculate       | 3 (2 OPEN_TCP_PORT, 1 ORG_STUB)   | 21 (3 DNS_NAME, 4 HTTP_RESPONSE, 4      |
[INFO] aggregate: |                 |                                   | IP_ADDRESS, 4 URL, 6 URL_UNVERIFIED)    |
[INFO] aggregate: +-----------------+-----------------------------------+-----------------------------------------+
[INFO] aggregate: | host            | 2 (2 DNS_NAME)                    | 0                                       |
[INFO] aggregate: +-----------------+-----------------------------------+-----------------------------------------+
[INFO] aggregate: | excavate        | 1 (1 DNS_NAME)                    | 4 (4 HTTP_RESPONSE)                     |
[INFO] aggregate: +-----------------+-----------------------------------+-----------------------------------------+
[INFO] aggregate: | dnsresolve      | 0                                 | 89 (6 DNS_NAME, 4 HTTP_RESPONSE, 4      |
[INFO] aggregate: |                 |                                   | IP_ADDRESS, 16 OPEN_TCP_PORT, 4 URL, 44 |
[INFO] aggregate: |                 |                                   | URL_HINT, 9 URL_UNVERIFIED, 2           |
[INFO] aggregate: |                 |                                   | VULNERABILITY)                          |
[INFO] aggregate: +-----------------+-----------------------------------+-----------------------------------------+
[INFO] aggregate: | cloudcheck      | 0                                 | 88 (5 DNS_NAME, 4 HTTP_RESPONSE, 4      |
[INFO] aggregate: |                 |                                   | IP_ADDRESS, 16 OPEN_TCP_PORT, 4 URL, 44 |
[INFO] aggregate: |                 |                                   | URL_HINT, 9 URL_UNVERIFIED, 2           |
[INFO] aggregate: |                 |                                   | VULNERABILITY)                          |
[INFO] aggregate: +-----------------+-----------------------------------+-----------------------------------------+
[INFO] aggregate: | ffuf_shortnames | 0                                 | 44 (44 URL_HINT)                        |
[INFO] aggregate: +-----------------+-----------------------------------+-----------------------------------------+
[VERB] aggregate: Wrote scan-stats to /home/redacted/.bbot/scans/violent_ronald/scan-stats-table-20241029_2156_55.txt
[INFO] output.csv: Saved CSV output to /home/redacted/.bbot/scans/violent_ronald/output.csv
[INFO] output.json: Saved JSON output to /home/redacted/.bbot/scans/violent_ronald/output.json
[INFO] output.txt: Saved TXT output to /home/redacted/.bbot/scans/violent_ronald/output.txt
[VERB] EngineClient DNSHelper: shutting down...
[VERB] EngineClient WebHelper: shutting down...
[INFO] Saved word cloud (29 words) to /home/redacted/.bbot/scans/violent_ronald/wordcloud.tsv
Loop <_UnixSelectorEventLoop running=False closed=True debug=False> that handles pid 393578 is closed
Exception ignored in: <function BaseSubprocessTransport.__del__ at 0x7fd7fd1c4ae0>
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/asyncio/base_subprocess.py", line 126, in __del__
    self.close()
  File "/usr/local/lib/python3.11/asyncio/base_subprocess.py", line 104, in close
    proto.pipe.close()
  File "/usr/local/lib/python3.11/asyncio/unix_events.py", line 566, in close
    self._close(None)
  File "/usr/local/lib/python3.11/asyncio/unix_events.py", line 590, in _close
    self._loop.call_soon(self._call_connection_lost, exc)
  File "/usr/local/lib/python3.11/asyncio/base_events.py", line 761, in call_soon
    self._check_closed()
  File "/usr/local/lib/python3.11/asyncio/base_events.py", line 519, in _check_closed
    raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed
@liquidsec liquidsec added the bug Something isn't working label Oct 30, 2024
@TheTechromancer TheTechromancer added the low priority Fix these last label Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working low priority Fix these last
Projects
None yet
Development

No branches or pull requests

2 participants