aboul3la / Sublist3r

Fast subdomains enumeration tool for penetration testers
GNU General Public License v2.0
9.67k stars 2.09k forks source link

Hey The scan stops after about 10 seconds, And I get a message like this ... #78

Open yf007 opened 7 years ago

yf007 commented 7 years ago

Traceback (most recent call last): File "sublist3r.py", line 1025, in res = main(domain, threads, savefile, ports, silent=False, verbose=verbose, enable_bruteforce=enable_bruteforce, engines=engines) File "sublist3r.py", line 971, in main enum.join() File "C:\Python27.007\lib\threading.py", line 940, in join self.__block.wait() File "C:\Python27.007\lib\threading.py", line 340, in wait waiter.acquire() KeyboardInterrupt

jeremyn commented 7 years ago

KeyboardInterrupt usually means you quit the program using Ctrl-C while it was running. See the Python documentation for a slightly longer description.