You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested on arm, x86 Linux, Windows, Mac... when running a command with custom characters over a certain amount of custom fields - the additional range of characters does NOT increment. I've tested both with a --resume flag and with just an example. For instance:
~/go/bin/brute38 --charset='ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890' '?????????????????' 6Psdgsdgsgsdg.... will output to:
KeyType: ECMultKey Network: Bitcoin Pattern: ????????????????? Unknown chars: 17 Password length: 17 Total passphrase space size: 18446744073709551615 1998934881474191231 passphrases tried (latest guess: KJHT3K0JL1GPAAAAA )
^---------------from four characters at the end.
Also the counter, does not appear to count base 36 correctly as you can see from the base 36 character set.
Not sure what to to fix it, I have a wrapper, but this is an interesting limitation I wish I had realized was an issue a few months ago.
The text was updated successfully, but these errors were encountered:
Jeez, I'm sorry. There might very well be a bug. I have abandoned the Go language altogether now and am no longer really maintaining this app. I may re-redesign it to run in C++ and use OpenCL though at some point. I just lost interest in Go dev, and in this app as a result. I'm sorry for the bug! Feel free to find anybody else to contribute a patch...
Tested on arm, x86 Linux, Windows, Mac... when running a command with custom characters over a certain amount of custom fields - the additional range of characters does NOT increment. I've tested both with a
--resume
flag and with just an example. For instance:~/go/bin/brute38 --charset='ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890' '?????????????????' 6Psdgsdgsgsdg....
will output to:KeyType: ECMultKey Network: Bitcoin Pattern: ????????????????? Unknown chars: 17 Password length: 17 Total passphrase space size: 18446744073709551615 1998934881474191231 passphrases tried (latest guess: KJHT3K0JL1GPAAAAA )
^---------------from four characters at the end.
Also the counter, does not appear to count base 36 correctly as you can see from the base 36 character set.
Not sure what to to fix it, I have a wrapper, but this is an interesting limitation I wish I had realized was an issue a few months ago.
The text was updated successfully, but these errors were encountered: