"From your post, I gather that I should install PSKcracker under Linux and use it to create a netgearXX text file"--Nope....I was saying the netgear words are in the repo. They're in PSKracker/dicts/netgear-spectrum/ You can just use the words in that folder in Hashcat if you can't get the PSKracker script to run properly. The script in PSKracker just combines the words and adds the 3 digits for you. You don't need it if you know how to run hashcat right
In case any other noob is having trouble getting today's version of the net/spec wordlist, I've zipped it and attached it. 1.5 mb zipped and 7.14 mb unzipped. Remember that you'll have to add ?d or d?d?d? or d? to hashcat.
I found 2 words I haven't seen before.... Lost + Error I'm adding them to the list --- Double Post Merged, 22 Sep 2021, Original Post Date: 22 Sep 2021 --- Also the word "weekly" --- Double Post Merged, 22 Sep 2021 --- I just found spectrum is using a new type of router...And this example has 2 new words too "this" and "method" --- Double Post Merged, 22 Sep 2021 --- also "choice" + "pizza" --- Double Post Merged, 22 Sep 2021 --- "close"+"poem" --- Double Post Merged, 22 Sep 2021 --- Found "tight" +"people"
If anyone wants to take a crack at this, I'd be appreciative. I have puzzled through a great number of wordlists (NG and other), masks, and brute force strategies but haven't cracked it yet. Never was good at admitting defeat...
I am a total newby , I have tried every wordlist I could find with no success. any help would be much appreciated
anyone that cracked the netgear wordlists have any tips on how to run the command to run the wordlists? i used hashcat's combinator3 on this wordlist and seems to take quite a while even with my GPU but i've heard it shouldn't https://github.com/LivingInSyn/netgear_hashcat_wordlist idk if people are still working on this but could anyone help a poor lad?
You can try this NG list.. https://github.com/soxrok2212/PSKracker/blob/master/dicts/netgear-spectrum/netgear-spectrum.txt hashcat -m 2500 -a 6 YourNG.hccapx netgear-spectrum.txt ?d?d?d -w 3 OR.. You can post your .cap/hccapx/PMKID here..
Netgear uses adjective/noun ?d?d?d. So first you want to make a file with the adjectives and nouns combined. If do you do not already have a combined list. Use the program ULM. Google and download. Click Tools - Join - Join List (Horizontal). The on the left side click "+" and add your adjective file. Then on the right click "+" and add your noun file. Then click " start merging". That will produce a wordlist of your adjectives/nouns. Assuming your capture has been converted to the 22000 format and the combined file is named x and in your root directory. The command line is "hashcat -m 22000 -w 3 -a 6 capture.22000 /root/x.txt ?d?d?d" Do not include the quotations.
My favorite method for netgears is the "hybrid attack" (A6) in hashcat. You just have to have the adj+noun wordlist. The formula adds the 3 digits to the end. hashcat.exe -m 2500 -a6 netgear.hccapx adjnoun.txt ?d?d?d or hashcat.exe -m 22000 -a6 netgear.22000 adjnoun.txt ?d?d?d (For newer hashcat versions) You could also use ULM list manager to make the list. If you don't mind it taking way more space, you can even make the list contain the 3 digits already. Then your hashcat code will be hashcat.exe -m 22000 netgear.22000 adjnoun3dig.txt (Notice it's now a regular dictionary attack because you're not adding the 3 digits to each word combo, because they already happen in this case) There's multiple ways to do the same thing here
thx peeps, i'll have to mess around with it this weekend. i don't mind learning it to help pitch in. just gets me better at the same time still learning these tools!
Hi everyone, I was wondering if you guys could help me with the attached cap file. So far, I've tried the netgear_spectrum + 3 digits, rockyou, crackstation, realuniq, and top 204k wpa probable wordlists as well as 9 (<area code> + 7 digits) and 10 (1<areacode> + 7 digits) digit phone numbers with and without a single letter appended. Any wordlist and/or mask suggestions would also be appreciated!
hashcat.exe -m 22000 -a6 netgear.22000 adjnoun.txt ?d?d?d worked like a charm, thx peeps. took about 5 mins for me but about 40 mins for a full run on my gtx 1060. much better! hopefully getting a 3080ti soon anyone use the -w 3 option?
-w 3........ Always ps put --status in the command line. It will update your progress every 10 seconds. eg: hashcat.exe -w 3 --status -m 22000 -a 6 netgear.22000 adjnoun.txt ?d?d?d