guelfoweb / knock

Knock Subdomain Scan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python knockpy.py command error

dimitris985 opened this issue · comments

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

solved