Search:

Type: Posts; User: Zone-C#

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    8,347

    It's a password list to crack various hashes with...

    It's a password list to crack various hashes with hashcat. Using full brute aaaaaaa-zzzzzzzz takes too long and is too big a file, many gb's, so I'm looking for a compromise, still combinations of...
  2. Replies
    8
    Views
    8,347

    I want an a 8 char string set of a-z however...

    I want an a 8 char string set of a-z however doing every combo such as aaaaaaaa-zzzzzzzz is too large a file so I'm looking for others ways to produce this data. Do you have any ideas?
  3. Replies
    8
    Views
    8,347

    I get that but for a char set a-z. I doubt it's...

    I get that but for a char set a-z. I doubt it's possible the way it's set out.
  4. Replies
    8
    Views
    8,347

    Combinations and permutations

    I have code that will produce every combination of chars for a given char set so say char set a-z for 8 string length would give every combination like aaaaaaaa-zzzzzzzz.

    This is produces a big...
  5. How to modify this code for chars instead of ints

    This code will print out all the permutations for a given number set, it also allows you to set the length of the output. I want chars not ints can I just change the ints to chars where relevant?

    ...
Results 1 to 5 of 5