Posts: 3
Threads: 1
Joined: Mar 2022
03-07-2022, 11:48 AM
(This post was last modified: 03-07-2022, 11:54 AM by NoobforNow.)
What would be the quickest way to crack a password knowing these things about said password..
Password is:
12 characters long
First portion is a 5 letter word
Second portion is a 4 letter word
Last portion is 3 numbers ranging 100-999
I have created wordlists for the first 2 portions and use a rule for the last but estimated time to crack is 2 days.
Im unsure how I can narrow my lists or if there is anything I should be using that would be easier.
Example passwords to be cracked are as in the following 2 examples:
StripCoop759
PuntsRock846
Any help appreciated
Posts: 11
Threads: 0
Joined: Jan 2020
If you are attempting to crack the default WPA PSK of a modern Netgear wireless router much of the work has already been done for you:
http(S)s://github.com/soxrok2212/PSKracker/wiki/Attack-Types-and-Supported-Models
Feed that into HC.
Posts: 3
Threads: 1
Joined: Mar 2022
Thanks heaps for the reply.
I can see through the link you supplied that the work has been done for me im unsure how to utilise it. I've tried a fair few different ways im completely new and just trying to crack my home wifi as a starting point. If there's any chance I could get a little bit more detail I'd be grateful.
Posts: 3
Threads: 1
Joined: Mar 2022
After further inspection I found the .txt file however is doesn't contain anything close to my password... my modem is new
Posts: 44
Threads: 10
Joined: Mar 2021
03-08-2022, 01:07 PM
(This post was last modified: 03-09-2022, 08:22 AM by monyanus.
Edit Reason: fix typos
)
A bit more info like your exact command, type of hash, video card and the resulting hash rate would help.
For example, do you use -w3 option (speed things up), what kind of rule do you use?
Lets say the ending would be 2-4 numbers, most likely dates, then you can use your word list plus a rule like T0XlC-insert_00-99_1950-2050_toprules_0_F.rule. This rule however inserts numbers that are dates while you only want to append them. So you can copy the rule file, call it for example T0XlC-appendt_00-99_1950-2050_toprules_0_F.rule but replace every 'i' which stands for insert, with '$', which means append.
If you provide us with your command, we can see if there maybe are other things that can be tuned for increased speed.