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

Is it intentional for keyhunt to keep searching if it already found all matches? #146

Open
pablo-01 opened this issue Nov 7, 2021 · 1 comment
Assignees

Comments

@pablo-01
Copy link

pablo-01 commented Nov 7, 2021

Hi, got couple of question about the ranges:

  1. Is it intentional for keyhunt to keep searching if it already found all matches?

Addresses in file:

1BgGZ9tcN4rm9KBzDn7KprQz87SZ26SAMH
1CUNEBjYrCn2y1SdiUMohaKUi4wpP326Lb

Testing the -r range with -r 2:4 (this should only find puzzle 2) but it once found, it keeps going?

./keyhunt -m address -l compress -t 3 -f addresses.txt -r 2:4

image

  1. How does the upper range limit work (are those ranges in HEX?),
    it seems that it goes beyond the upper limit as it should only find puzzle 2 but it also finds puzzle 3?

Addresses in file:

1BgGZ9tcN4rm9KBzDn7KprQz87SZ26SAMH
1CUNEBjYrCn2y1SdiUMohaKUi4wpP326Lb
19ZewH8Kk1PDbSNdJ97FP4EiCjTRaZMZQA

./keyhunt -m address -l compress -t 3 -f addresses.txt -r 2:4

image

Thanks.

@albertobsd
Copy link
Owner

albertobsd commented Nov 7, 2021

I will fix that behavior. Not is not intentional it is an error let me work in some fix for that

@albertobsd albertobsd self-assigned this Nov 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants