We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I installed dnstwist via github clone and pip install. I can run: dnstwist --registered example.com
dnstwist --registered example.com
With no problem, but if I try to run: dnstwist --lsh example.com I get the following error:
dnstwist --lsh example.com
usage: /home/username/.local/bin/dnstwist [OPTION]... DOMAIN dnstwist: error: the following arguments are required: domain
usage: /home/username/.local/bin/dnstwist [OPTION]... DOMAIN
dnstwist: error: the following arguments are required: domain
I think the syntax is pretty straight forward, but maybe I'm missing something?
The text was updated successfully, but these errors were encountered:
same problem
Sorry, something went wrong.
For some reason argparse can't assign default argument. Meanwhile try setting it manually with --lsh ssdeep, or --lsh tlsh if your prefer.
--lsh ssdeep
--lsh tlsh
sorry but still not working
What error message do you get?
No branches or pull requests
Hello,
I installed dnstwist via github clone and pip install.
I can run:
dnstwist --registered example.com
With no problem, but if I try to run:
dnstwist --lsh example.com
I get the following error:
usage: /home/username/.local/bin/dnstwist [OPTION]... DOMAIN
dnstwist: error: the following arguments are required: domain
I think the syntax is pretty straight forward, but maybe I'm missing something?
The text was updated successfully, but these errors were encountered: