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

New functionalities: Auto split in multiple files, resume execution #3

Closed f4n0 closed 1 year ago

f4n0 commented 2 years ago

Hi, I've made some changes to the python script. Now it will write the generated wordlists to a folder "wlist". The files are split every X line (editable with the chunk_size variable) If the script is run again, it will find the last password generated and it will start the code from that one.

I've also included the other PR for the filename fix!

Hope it helps

Radi82 commented 2 years ago

remove not logical passwords. While creating the pswd file, i saw that the script starts with 000100000xxxxxx and just counts up. You could generate random numbers, and not go from 000 to 999 etc. i never saw any fritzbox password with the same characters in a row. So randomizing would be a good option. Cheers mate :)