scallion icon indicating copy to clipboard operation
scallion copied to clipboard

mono scallion.exe -d 0 prefix00 - crashes scallion

Open jeffreyroberts opened this issue 7 years ago • 2 comments

[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+<>c__DisplayClass2.<.ctor>b__0 (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

jeffreyroberts avatar Jun 06 '17 06:06 jeffreyroberts

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

Noiseko avatar Jan 01 '18 04:01 Noiseko

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

MaxiTOR994 avatar Oct 20 '18 07:10 MaxiTOR994