-
Notifications
You must be signed in to change notification settings - Fork 126
not stoped after complete scan! #41
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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'.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working