Help with ruleset

KaliMane

New member
Feedback: 0 / 0 / 0
Joined
Jan 4, 2024
Messages
4
Reaction score
0
Credits
67
Hi guys, I have a 20k WPA to crack and the password consists of 8 Uppercase letters and 2 digits. Both at any possible position within those 10.


How would I define the ruleset for that scenario to be most efficient?


smth like
Code:
-1 ?d?u ?u?u?u?u?u?u?u?u?d?d

Would be wrong due to the fact that I define their respective positions, which I dont know though. (?)
 

174region174

Active member
Feedback: 3 / 0 / 0
Joined
Jun 30, 2021
Messages
597
Reaction score
1,173
Credits
3,773
The simplest solution is to ask the neural network to create a set of masks that will meet your requirements.
But I think your search will take a huge amount of time anyway. you won't want to look for that password yourself.
 

KaliMane

New member
Feedback: 0 / 0 / 0
Joined
Jan 4, 2024
Messages
4
Reaction score
0
Credits
67
Fair point, yea I figured it would take a while no matter how I spin it as theres a huge amount of combinations even with those rules. yikes
 

pasnger57

Active member
Contributor
Feedback: 4 / 0 / 0
Joined
Dec 30, 2019
Messages
3,531
Reaction score
1,127
Credits
7,291
Hi guys, I have a 20k WPA to crack and the password consists of 8 Uppercase letters and 2 digits. Both at any possible position within those 10.


How would I define the ruleset for that scenario to be most efficient?


smth like
Code:
-1 ?d?u ?u?u?u?u?u?u?u?u?d?d

Would be wrong due to the fact that I define their respective positions, which I dont know though. (?)
... you have 20K (twenty thousand) WPA2 handshakes > ?....... all Consisting of -1 ?d?u ?u?u?u?u?u?u?u?u?d?d Mask ? ( is this my understanding correctly)
This woud be a SUPER project that woud take a Team of rigs working it for a good some time to crack may be a 1/10 of 20k in wpa2 (probably more like 1/%)
 

pasnger57

Active member
Contributor
Feedback: 4 / 0 / 0
Joined
Dec 30, 2019
Messages
3,531
Reaction score
1,127
Credits
7,291
it woud be Feasible in some cases with a Hashtopolis
 

Dawbs

Super Moderator
Staff member
Super Moderator
Trusted
Feedback: 3 / 0 / 0
Joined
Dec 30, 2019
Messages
4,161
Reaction score
3,424
Credits
18,246
I think someone is mis-comprehending the size of this task.

Doing some quick math with lots of rounding up/down (so give/take a few numbers)

With this as the base mask - ?u?u?u?u?u?u?u?u?d?d and moving the 2 digits to every possible position will result in 45 combinations.

Using a 4090 as an example card and a hashrate of around 2500kH/s, each single run will take about 100 days

1 card = 100x45=4500 days (12 years)
2 cards = 6 years
4 cards = 3 years
6 cards = 2 years
12 cards = 1 year

Obviously this doesn't take into account getting the crack early which is likely going on known statistics & probabilities but still........:smile:
 

KaliMane

New member
Feedback: 0 / 0 / 0
Joined
Jan 4, 2024
Messages
4
Reaction score
0
Credits
67
I think someone is mis-comprehending the size of this task.

Doing some quick math with lots of rounding up/down (so give/take a few numbers)

With this as the base mask - ?u?u?u?u?u?u?u?u?d?d and moving the 2 digits to every possible position will result in 45 combinations.

Using a 4090 as an example card and a hashrate of around 2500kH/s, each single run will take about 100 days

1 card = 100x45=4500 days (12 years)
2 cards = 6 years
4 cards = 3 years
6 cards = 2 years
12 cards = 1 year

Obviously this doesn't take into account getting the crack early which is likely going on known statistics & probabilities but still........:smile:
Yes, correct. Its probably more than Id be willing to invest resource wise, so Ill likely skip it. As mentioned above I could generate all combos with a script, but those would be 26^8 *100 combos. yikesss.


@poster above: No I meant 22k as in hash mode 22000.
 

KaliMane

New member
Feedback: 0 / 0 / 0
Joined
Jan 4, 2024
Messages
4
Reaction score
0
Credits
67
Thanks everybody for the input. Might throw this one to into the unrealized projects bin
 
Top