lachesis / scallion

GPU-based Onion Hash generator
Other
1.25k stars 164 forks source link

mono scallion.exe -d 0 prefix00 - crashes scallion #112

Open jeffreyroberts opened 7 years ago

jeffreyroberts commented 7 years ago

[ERROR] FATAL UNHANDLED EXCEPTION: System.ArgumentException: The passed regex string is not valid! at scallion.RegexPattern+SingleRegexPattern..ctor (System.String regex, System.Int32 outputLength, System.String validCharacters) [0x00126] in <1229c4d7c88140dba1cf0e6bed5a8c08>:0 at scallion.RegexPattern+<>cDisplayClass2.<.ctor>b0 (System.String i) [0x00000] in <1229c4d7c88140dba1cf0e6bed5a8c08>:0 at System.Linq.Enumerable+SelectArrayIterator2[TSource,TResult].ToArray () [0x00012] in <b462790788ef4194924839a1c3047e68>:0 at System.Linq.Enumerable.ToArray[TSource] (System.Collections.Generic.IEnumerable1[T] source) [0x0001f] in :0 at scallion.RegexPattern..ctor (System.String regex, System.Int32 outputLength, System.String validCharacters) [0x00053] in <1229c4d7c88140dba1cf0e6bed5a8c08>:0 at scallion.OnionToolConfig.CreateRegexPattern (System.String pattern) [0x00001] in <1229c4d7c88140dba1cf0e6bed5a8c08>:0 at scallion.ToolConfig..ctor (System.String pattern) [0x00008] in <1229c4d7c88140dba1cf0e6bed5a8c08>:0 at scallion.OnionToolConfig..ctor (System.String pattern) [0x00000] in <1229c4d7c88140dba1cf0e6bed5a8c08>:0 at scallion.CLRuntime.Run (scallion.ProgramParameters parms) [0x0007f] in <1229c4d7c88140dba1cf0e6bed5a8c08>:0 at scallion.Program.Main (System.String[] args) [0x0058e] in <1229c4d7c88140dba1cf0e6bed5a8c08>:0

Noiseko commented 6 years ago

Tor .onion addresses use Base32, consisting of all letters and the digits 2 through 7, inclusive. They are case-insensitive.

MaxiTOR994 commented 6 years ago

So you can't have 1, 8 or 9 in .onion addresses??