Skip to content

not stoped after complete scan! #41

@blackcodersec

Description

@blackcodersec

Recently, I saw an issue when I used subdominator -d test.io -o test.io.txt, then shows message below.

[INFO]: Total 355 subdomains found for test.io in 29.38 seconds
[INFO]: Happy Hacking hack ☠️ 🔥 🚀

But still the script is working or waiting, not exit properly. When I close that script via Control + C, then showing error like below.

[INFO]: Happy Hacking hack ☠️ 🔥 🚀
^CException ignored in: <module 'threading' from '/usr/lib/python3.12/threading.py'>
Traceback (most recent call last):
  File "/usr/lib/python3.12/threading.py", line 1622, in _shutdown
    lock.acquire()
KeyboardInterrupt:
Exception ignored in: <function Connection.__del__ at 0x7e170bc03600>
Traceback (most recent call last):
  File "/home/hack/.local/share/pipx/venvs/subdominator/lib/python3.12/site-packages/aiosqlite/core.py", line 429, in __del__
  File "/home/hack/.local/share/pipx/venvs/subdominator/lib/python3.12/site-packages/aiosqlite/core.py", line 101, in _stop_running
  File "/usr/lib/python3.12/asyncio/events.py", line 702, in get_event_loop
RuntimeError: There is no current event loop in thread 'MainThread'.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions