guelfoweb / knock

Knock Subdomain Scan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import concurrent.futures is not working

mitulkalsariya opened this issue · comments

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

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