keyhunt icon indicating copy to clipboard operation
keyhunt copied to clipboard

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

Open pablo-01 opened this issue 3 years ago • 1 comments

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.

pablo-01 avatar Nov 07 '21 15:11 pablo-01

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

albertobsd avatar Nov 07 '21 17:11 albertobsd