keyhunt
keyhunt copied to clipboard
Is it intentional for keyhunt to keep searching if it already found all matches?
Hi, got couple of question about the ranges:
- 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
- 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
Thanks.
I will fix that behavior. Not is not intentional it is an error let me work in some fix for that