Skip to content
New issue

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

LSH option not working as expected #230

Open
cibermanchego opened this issue Aug 30, 2024 · 4 comments
Open

LSH option not working as expected #230

cibermanchego opened this issue Aug 30, 2024 · 4 comments

Comments

@cibermanchego
Copy link

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?

@cyustam35
Copy link

same problem

@elceef
Copy link
Owner

elceef commented Oct 28, 2024

For some reason argparse can't assign default argument. Meanwhile try setting it manually with --lsh ssdeep, or --lsh tlsh if your prefer.

@cyustam35
Copy link

sorry but still not working

@elceef
Copy link
Owner

elceef commented Nov 1, 2024

What error message do you get?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants