guelfoweb / knock

Knock Subdomain Scan
GNU General Public License v3.0
3.76k stars 848 forks source link

import concurrent.futures is not working #118

Closed mitulkalsariya closed 2 years ago

mitulkalsariya commented 2 years ago

File "../../../knock/knockpy/knockpy.py", line 6, in import concurrent.futures ImportError: No module named concurrent.futures

drego85 commented 2 years ago

The "concurrent.futures" module is included by default in python3, make sure you are using python3 and have a recent version!