I created a wordlist to crack default passwords on Spectrum routers. Spectrum router default passwords are in the following format: adjective+noun+3digits. (ex: mellowlemon164). This word list combines thousands of adjectives with thousands of nouns for a total of 11,215,122 combined words. With hashcat you can add in every combination of 3 digits after each combined word with ?d?d?d. Using ?d?d?d for the number combo after each word in the wordlist adds up to 11,215,122,000 passwords to try.
I've uploaded the file here: https://github.com/Nova-Sec/SpectrumSniper
The final hashcat command would look something like this:
hashcat -m 22000 -a 6 wifihash.txt SpectrumSniper.txt ?d?d?d
Using a single Nvidia K80 GPU this will crack a password in 1 day 11 hours. There are many cloud platforms such as Google Cloud, AWS, and Linode in which you can use up to 4 GPU's at once. This will significantly decrease the time.
(Please add in any comments or suggestions!)
[link] [comments]
from hacking: security in practice https://ift.tt/82Or6X0
Comments
Post a Comment