knock
knock copied to clipboard
Support for Module import to be used external from other python modules
I would really like the feature to be added that enables knockpy to be module that can be used easily or imported for example
import knock
or
from knocky import finder
or
from knock import enumerator
# Then
subdomain_list = finder("example.com")
The reason is am compiling subdomain enumeration tools to be used online here 7 Online subdomain finder
If possible can I please add this feature and the merge to main? Thank you