Keyspace List for WPA on Default Routers - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Misc (https://hashcat.net/forum/forum-15.html) +--- Forum: User Contributions (https://hashcat.net/forum/forum-25.html) +--- Thread: Keyspace List for WPA on Default Routers (/thread-6170.html) |
RE: Keyspace List for WPA on Default Routers - mrfancypants - 03-15-2018 I think I got the rounding in the 589 generator correct now. Code: void genpass589(uint32_t x, unsigned char *psk) { should be Code: void genpass589(uint32_t x, unsigned char *psk) { The bit with __builtin_clzll it is mainly there to make sure that uint64_t to double rounding is performed correctly, which seems to fail without it on occasion. I'm not sure of the exact form this needs to take, I have about 70 collected passwords of the 589 type, of those only one fails without the if(), and all pass with the if(). And the parallel with the 599 generator is much clearer now. In the 599, the last line becomes Code: uint64_t one = double(y) * 2; It may be safer to rewrite the whole thing in pure integers, so as not to rely on the behavior of the floating-point unit. It should go something like this (warning: completely untested code, don't have GCC here) Code: uint64_t do_rounding(uint64_t x) RE: Keyspace List for WPA on Default Routers - mrfancypants - 03-18-2018 (03-14-2018, 11:08 PM)fart-box Wrote: Acording to my research, regardless of manufacturer or model number, (NVG-589, NVG-599, NVG-510, or 5268ac), all ATT passwords are available from the same gigantic list of keys (the "encrypted" form of the password for lack of a better term). All we need are the proper divisors (or multipliers if you prefer that term). I'm not sure I follow. Can you give an example? I did a bit more research into 5268 but didn't reach any firm conclusions. There are some statistical anomalies in character frequencies, but I don't have enough passwords to be sure what (if anything) they mean. RE: Keyspace List for WPA on Default Routers - aprizm - 03-18-2018 (03-14-2018, 11:08 PM)fart-box Wrote:(03-13-2018, 01:47 AM)mrfancypants Wrote: Am I missing anything? Hi, Thanks for this wonderful gem. Did you find any correlation between the device's mac address and the password itself? I was doing the same kind of research on modems around my house from the same telco. But I have like 20 so its hard finding anything statistically worth mentioning. Also when you said from the same big list, do you have that big list Id be happy to see if I can figure out any patterns because my guess is they all do it the same way... but I just cant put my finger on it. The problem with trying to find patterns is the danger of actually finding patterns that arent even there or statistical anomaly or just too small of a sample. Anyways post more I like reading that type of stuff. RE: Keyspace List for WPA on Default Routers - soxrok2212 - 03-20-2018 I tried looking to JTAG the 599 I have but there’s no headers soldered on at the factory. Tested a few points on the board but wasn’t able to draw any conclusions as to what they are. RE: Keyspace List for WPA on Default Routers - soxrok2212 - 03-28-2018 I’ll add the new keygen at the next chance I get. I’ll look into the 599 again when I can but I’m super busy lately. RE: Keyspace List for WPA on Default Routers - soxrok2212 - 04-02-2018 (04-02-2018, 01:02 AM)fart-box Wrote:(03-28-2018, 01:22 AM)soxrok2212 Wrote: I’ll add the new keygen at the next chance I get. I’ll look into the 599 again when I can but I’m super busy lately. I’ll work in the new code to a test branch. Would just like to do some testing before I add changes into master. I’ll probably name it “fancy”. Later today try: Code: git checkout fancy And it should get you the testing branch. EDIT: It should be up now. RE: Keyspace List for WPA on Default Routers - soxrok2212 - 04-03-2018 You can download the zip and compile with cygwin as an alternative. Anyways, I was just hoping you could pass in all your 589 and 599 Keys, run pskracker with this: Code: pskracker -t att -f | grep “known keys” RE: Keyspace List for WPA on Default Routers - soxrok2212 - 04-04-2018 (04-04-2018, 03:00 AM)fart-box Wrote:(04-03-2018, 03:21 PM)soxrok2212 Wrote: You can download the zip and compile with cygwin as an alternative. I meant passwords lol. RE: Keyspace List for WPA on Default Routers - soxrok2212 - 04-07-2018 (04-05-2018, 08:42 PM)fart-box Wrote:(04-03-2018, 03:21 PM)soxrok2212 Wrote: You can download the zip and compile with cygwin as an alternative. Hey sorry, I read this on my phone yesterday but forgot to respond on my PC. Here's a link to the fancy branch: https://github.com/soxrok2212/PSKracker/archive/fancy.zip By default, the makefile builds the program when you run "make", and then installs it to your system when you run "make install", so just don't run "make install". Just execute pskracker from the directory you have everything unzipped to with ./pskracker <options> RE: Keyspace List for WPA on Default Routers - mrfancypants - 04-07-2018 Arris TG2472 routers SSID: 6 hex upper (e.g 89ABCD) Observed key formats: ?u?d,?1BULACC3?d?d?d?d?d ?u?d,?12ULAED3?d?d?d?d?d ?u?d,?12ULAEG3?d?d?d?d?d ?u?d,?1BUL7583?d?d?d?d?d ?u?d,?1BUL6463?d?d?d?d?d ?u?d,?1BUL7BA3?d?d?d?d?d |