knock icon indicating copy to clipboard operation
knock copied to clipboard

Support for Module import to be used external from other python modules

Open latest-release opened this issue 4 years ago • 0 comments

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

latest-release avatar Sep 28 '19 15:09 latest-release