lachesis / scallion

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

Does not work with numbers in query, please fix the regex #148

Closed Dev1lroot closed 4 years ago

Dev1lroot commented 5 years ago

`I:\WindowsLibrary\Desktop\newfiles\scallion-v2.0>scallion -d 0 dev1lroot Cooking up some delicions scallions...

Unhandled Exception: System.ArgumentException: The passed regex string is not valid! at scallion.RegexPattern.SingleRegexPattern..ctor(String regex, Int32 outputLength, String validCharacters) in C:\Users\FreeTop\projects\scallion\scallion\RegexPattern.cs:lin e 76 at scallion.RegexPattern.<>cDisplayClass2.<.ctor>b0(String i) in C:\Users\FreeTop\projects\scallion\scallion\RegexPattern.cs:line 16 at System.Linq.Enumerable.WhereSelectArrayIterator2.MoveNext() at System.Linq.Buffer1..ctor(IEnumerable1 source) at System.Linq.Enumerable.ToArray[TSource](IEnumerable1 source) at scallion.RegexPattern..ctor(String regex, Int32 outputLength, String validCharacters) in C:\Users\FreeTop\projects\scallion\scallion\RegexPattern.cs:line 15 at scallion.OnionToolConfig.CreateRegexPattern(String pattern) in C:\Users\FreeTop\projects\scallion\scallion\OnionToolConfig.cs:line 27 at scallion.ToolConfig..ctor(String pattern) in C:\Users\FreeTop\projects\scallion\scallion\ToolConfig.cs:line 30 at scallion.OnionToolConfig..ctor(String pattern) in C:\Users\FreeTop\projects\scallion\scallion\OnionToolConfig.cs:line 10 at scallion.CLRuntime.Run(ProgramParameters parms) in C:\Users\FreeTop\projects\scallion\scallion\CLRuntime.cs:line 252 at scallion.Program.Main(String[] args) in C:\Users\FreeTop\projects\scallion\scallion\Program.cs:line 433

Stopping the GPU and shutting down...

I:\WindowsLibrary\Desktop\newfiles\scallion-v2.0>`

lachesis commented 5 years ago

Please see spec for base32 - includes a-z and 2-7

On Fri, Sep 27, 2019, 00:25 Hadrian Steffan Einar Aldersen < notifications@github.com> wrote:

`I:\WindowsLibrary\Desktop\newfiles\scallion-v2.0>scallion -d 0 dev1lroot Cooking up some delicions scallions...

Unhandled Exception: System.ArgumentException: The passed regex string is not valid! at scallion.RegexPattern.SingleRegexPattern..ctor(String regex, Int32 outputLength, String validCharacters) in C:\Users\FreeTop\projects\scallion\scallion\RegexPattern.cs:lin e 76 at scallion.RegexPattern.<>cDisplayClass2.<.ctor>b0(String i) in C:\Users\FreeTop\projects\scallion\scallion\RegexPattern.cs:line 16 at System.Linq.Enumerable.WhereSelectArrayIterator2.MoveNext() at System.Linq.Buffer1..ctor(IEnumerable1 source) at System.Linq.Enumerable.ToArray[TSource](IEnumerable1 source) at scallion.RegexPattern..ctor(String regex, Int32 outputLength, String validCharacters) in C:\Users\FreeTop\projects\scallion\scallion\RegexPattern.cs:line 15 at scallion.OnionToolConfig.CreateRegexPattern(String pattern) in C:\Users\FreeTop\projects\scallion\scallion\OnionToolConfig.cs:line 27 at scallion.ToolConfig..ctor(String pattern) in C:\Users\FreeTop\projects\scallion\scallion\ToolConfig.cs:line 30 at scallion.OnionToolConfig..ctor(String pattern) in C:\Users\FreeTop\projects\scallion\scallion\OnionToolConfig.cs:line 10 at scallion.CLRuntime.Run(ProgramParameters parms) in C:\Users\FreeTop\projects\scallion\scallion\CLRuntime.cs:line 252 at scallion.Program.Main(String[] args) in C:\Users\FreeTop\projects\scallion\scallion\Program.cs:line 433

Stopping the GPU and shutting down...

I:\WindowsLibrary\Desktop\newfiles\scallion-v2.0>`

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lachesis/scallion/issues/148?email_source=notifications&email_token=AACU2WLRAAWD7YA4GCG7CWTQLWYMZA5CNFSM4I3CZYZ2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HOCOGOQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AACU2WKIPZFVQROU2TSSALLQLWYMZANCNFSM4I3CZYZQ .

Dev1lroot commented 5 years ago

Please see spec for base32 - includes a-z and 2-7 On Fri, Sep 27, 2019, 00:25 Hadrian Steffan Einar Aldersen < @.***> wrote: I:\WindowsLibrary\Desktop\newfiles\scallion-v2.0>scallion -d 0 dev1lroot Cooking up some delicions scallions... Unhandled Exception: System.ArgumentException: The passed regex string is not valid! at scallion.RegexPattern.SingleRegexPattern..ctor(String regex, Int32 outputLength, String validCharacters) in C:\Users\FreeTop\projects\scallion\scallion\RegexPattern.cs:lin e 76 at scallion.RegexPattern.<>c__DisplayClass2.<.ctor>b__0(String i) in C:\Users\FreeTop\projects\scallion\scallion\RegexPattern.cs:line 16 at System.Linq.Enumerable.WhereSelectArrayIterator2.MoveNext() at System.Linq.Buffer1..ctor(IEnumerable1 source) at System.Linq.Enumerable.ToArray[TSource](IEnumerable1 source) at scallion.RegexPattern..ctor(String regex, Int32 outputLength, String validCharacters) in C:\Users\FreeTop\projects\scallion\scallion\RegexPattern.cs:line 15 at scallion.OnionToolConfig.CreateRegexPattern(String pattern) in C:\Users\FreeTop\projects\scallion\scallion\OnionToolConfig.cs:line 27 at scallion.ToolConfig..ctor(String pattern) in C:\Users\FreeTop\projects\scallion\scallion\ToolConfig.cs:line 30 at scallion.OnionToolConfig..ctor(String pattern) in C:\Users\FreeTop\projects\scallion\scallion\OnionToolConfig.cs:line 10 at scallion.CLRuntime.Run(ProgramParameters parms) in C:\Users\FreeTop\projects\scallion\scallion\CLRuntime.cs:line 252 at scallion.Program.Main(String[] args) in C:\Users\FreeTop\projects\scallion\scallion\Program.cs:line 433 Stopping the GPU and shutting down... I:\WindowsLibrary\Desktop\newfiles\scallion-v2.0> — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#148?email_source=notifications&email_token=AACU2WLRAAWD7YA4GCG7CWTQLWYMZA5CNFSM4I3CZYZ2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HOCOGOQ>, or mute the thread https://github.com/notifications/unsubscribe-auth/AACU2WKIPZFVQROU2TSSALLQLWYMZANCNFSM4I3CZYZQ .

what about new version, now onion domains 2 times longer

lachesis commented 4 years ago

New version is not supported. It uses a totally different type of hashing and encryption.