guelfoweb / knock

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

python knockpy.py command error #140

Closed dimitris985 closed 5 months ago

dimitris985 commented 5 months ago

Hello, im using Kali Linux on a VirtualBox and im getting the following error when i try to find the Subdomains for a Website.

The command im using:

python knockpy.py domain.com

The error i get:

Traceback (most recent call last) : File "knockpy.py", line 5, in import concurrent.futures ImportError: No module named concurrent.futures

dimitris985 commented 5 months ago

solved