topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 9:18 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: All possible combinations of letters and numbers with options like 2 character  (Read 8776 times)

manojsa

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3
    • View Profile
    • Donate to Member
If it is possible I want the following software coded:

All possible combinations of letters and numbers (and Hyphen) with options like 2 character combinations (like a1, a2, 1a, 2a etc), 3 character combinations (aa1, aa2, 11a, 12a etc), 4 character combinations (aa11, bbb1, 111a, 111b etc).

I want to be able to get the results of all 2, 3 and 4 character letter combinations only and also 2,3 and 4 character number combinations only and mixed (both letters and numbers) 2,3 and 4 character combinations. I want to be able to use Hyphen (-) as an option to select in which cases the results include hyphens.

No need to say that I want to use this software for domain searching. If anyone can code this software I would much appreciate their time and donate a few dollars (I hope the coding won't take much time). Thank you.

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
With only one occurrence of each character it may be feasible.  But allowing repetitions I'd have to ask someone into advanced mathematics the possible permutations.  I don't think it's a job for scripting.  Perhaps a computer language for mathematical combination generation(I have no clue what language that is though.   :)

superboyac

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 6,347
    • View Profile
    • Donate to Member
With only one occurrence of each character it may be feasible.  But allowing repetitions I'd have to ask someone into advanced mathematics the possible permutations.  I don't think it's a job for scripting.  Perhaps a computer language for mathematical combination generation(I have no clue what language that is though.   :)
maybe matlab or mathematica.  maybe just type it into wolfram alpha and it might give you what you want.

Stoic Joker

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 6,646
    • View Profile
    • Donate to Member
All possible combinations of letters and numbers (and Hyphen) with options like 2 character combinations (like a1, a2, 1a, 2a etc), 3 character combinations (aa1, aa2, 11a, 12a etc), 4 character combinations (aa11, bbb1, 111a, 111b etc).

...

No need to say that I want to use this software for domain searching.

Really? Because the functionality you're looking for is actually quite easy to find if you search for it under Password Cracker or dictionary file generator, which are more common names for it.

KynloStephen66515

  • Animated Giffer in Chief
  • Honorary Member
  • Joined in 2010
  • **
  • Posts: 3,741
    • View Profile
    • Donate to Member
All possible combinations of letters and numbers (and Hyphen) with options like 2 character combinations (like a1, a2, 1a, 2a etc), 3 character combinations (aa1, aa2, 11a, 12a etc), 4 character combinations (aa11, bbb1, 111a, 111b etc).

...

No need to say that I want to use this software for domain searching.

Really? Because the functionality you're looking for is actually quite easy to find if you search for it under Password Cracker or dictionary file generator, which are more common names for it.

Yep, the whole concept just screamed brute force/dictionary password hacker stuff...

manojsa

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3
    • View Profile
    • Donate to Member
All possible combinations of letters and numbers (and Hyphen) with options like 2 character combinations (like a1, a2, 1a, 2a etc), 3 character combinations (aa1, aa2, 11a, 12a etc), 4 character combinations (aa11, bbb1, 111a, 111b etc).

...

No need to say that I want to use this software for domain searching.

Really? Because the functionality you're looking for is actually quite easy to find if you search for it under Password Cracker or dictionary file generator, which are more common names for it.

Yep, the whole concept just screamed brute force/dictionary password hacker stuff...
I want the combinations displayed on the screen of the software, Do the Brute force and other software scripts show the combinations on the screen. If you know any software that displays the results on screen, please let me know that script.

And if my intention was to crack passwords, I wouldn't have asked for 2, 3 and 4 character combinations. I would have asked for much higher number like 10, 20 character combinations. Who is using 2,3 and 4 character passwords these days? Even the passwords like "password" and "123456789" are higher in number than 4 character combinations. Also, am I going to insert each and every combination of those generated results in the password field and hit submit? That would take me months (if not years) to complete all those thousands of generated combinations.

KynloStephen66515

  • Animated Giffer in Chief
  • Honorary Member
  • Joined in 2010
  • **
  • Posts: 3,741
    • View Profile
    • Donate to Member
All possible combinations of letters and numbers (and Hyphen) with options like 2 character combinations (like a1, a2, 1a, 2a etc), 3 character combinations (aa1, aa2, 11a, 12a etc), 4 character combinations (aa11, bbb1, 111a, 111b etc).

...

No need to say that I want to use this software for domain searching.

Really? Because the functionality you're looking for is actually quite easy to find if you search for it under Password Cracker or dictionary file generator, which are more common names for it.

Yep, the whole concept just screamed brute force/dictionary password hacker stuff...
I want the combinations displayed on the screen of the software, Do the Brute force and other software scripts show the combinations on the screen. If you know any software that displays the results on screen, please let me know that script.

And if my intention was to crack passwords, I wouldn't have asked for 2, 3 and 4 character combinations. I would have asked for much higher number like 10, 20 character combinations. Who is using 2,3 and 4 character passwords these days? Even the passwords like "password" and "123456789" are higher in number than 4 character combinations. Also, am I going to insert each and every combination of those generated results in the password field and hit submit? That would take me months (if not years) to complete all those thousands of generated combinations.

I didn't say you WANTED to crack passwords, I just said the whole concept screamed of "Brute Force"...which it kinda does ^_^  :P

manojsa

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3
    • View Profile
    • Donate to Member
All possible combinations of letters and numbers (and Hyphen) with options like 2 character combinations (like a1, a2, 1a, 2a etc), 3 character combinations (aa1, aa2, 11a, 12a etc), 4 character combinations (aa11, bbb1, 111a, 111b etc).

...

No need to say that I want to use this software for domain searching.

Really? Because the functionality you're looking for is actually quite easy to find if you search for it under Password Cracker or dictionary file generator, which are more common names for it.

Yep, the whole concept just screamed brute force/dictionary password hacker stuff...
I want the combinations displayed on the screen of the software, Do the Brute force and other software scripts show the combinations on the screen. If you know any software that displays the results on screen, please let me know that script.

And if my intention was to crack passwords, I wouldn't have asked for 2, 3 and 4 character combinations. I would have asked for much higher number like 10, 20 character combinations. Who is using 2,3 and 4 character passwords these days? Even the passwords like "password" and "123456789" are higher in number than 4 character combinations. Also, am I going to insert each and every combination of those generated results in the password field and hit submit? That would take me months (if not years) to complete all those thousands of generated combinations.

I didn't say you WANTED to crack passwords, I just said the whole concept screamed of "Brute Force"...which it kinda does ^_^  :P
Thanks. Just wanted to clear up the situation so that nobody will scream "a scammer", "Password stealer" etc LOL!