rwx-777 / WPA2-FritzBox-Pswd-Wordlist-Generator

This Script will produce all of the WPA2 Passwords used by various Router companies aswell as Fritzbox. All of these Passwords will be 16 Numbers in length. So it could get a bit large.
55 stars 8 forks source link

How big? #4

Open pfreak2000 opened 2 years ago

pfreak2000 commented 2 years ago

How Big is the WordlistGenerator.py ? It is running long time now and File is over 600GB

f4n0 commented 2 years ago

Well, I've just made a really rough calculation, and it is going to be like easily over petabytes of data.

pfreak2000 commented 2 years ago

Well, I've just made a really rough calculation, and it is going to be like easily over petabytes of data.

what is the point of this script if you can not save the data? I thought by omitting the three same numbers the size decreases enormously. Would I also have the possibility in Hashcat to execute this script without a wordlist?

jclsn commented 1 year ago
$ crunch 16 16 1234567890 -d 2@
Crunch will now generate the following amount of data: 149320365027643170 bytes
142402997043 MB
139065426 GB
135806 TB
132 PB
Crunch will now generate the following number of lines: 8783550883979010 

given that modern Fritz!Boxes have 20-digit passwords thought, it would be rather like

❯ crunch 20 20 1234567890 -d 2@                                                                                                                                                                                                         
Crunch will now generate the following amount of data: 6944593330964436564 bytes                                                                                                                                                        
6622880297626 MB                                                                                                                                                                                                                        
6467656540 GB                                                                                                                                                                                                                           
6316070 TB                                                                                                                                                                                                                              
6168 PB                                                                                                                                                                                                                                 
Crunch will now generate the following number of lines: 10871691534070431236

So yeah, it is pointless to even try cracking this. We and our grandchildren will be dead by the time this is cracked. The router will probably be out of service by then too ;)