Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies Views [desc] Posted
    Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers

fart-box Wrote: (04-23-2018, 01:04 AM) -- And one last thing regarding four alpha characters in a row... The last character in the password is added to the key, almost as an afterthought, at the end ...
mrfancypants User Contributions 182 305,379 04-24-2018, 08:32 PM
    Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers

fart-box Wrote: (06-20-2017, 10:12 PM) -- I'm afraid I have to agree with Mrfancypants when he said "it looks like these routers come with the 10-char SSID and the non-alphanumeric password burned di...
mrfancypants User Contributions 182 305,379 06-21-2017, 08:32 AM
    Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers

I've finally worked out part of the algorithm for 589/599. Not enough to crack it (in fact, with what I worked out, it's totally possible that it's [effectively] uncrackable because they feed it from ...
mrfancypants User Contributions 182 305,379 06-28-2017, 03:19 AM
    Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers

AHA! Code: -- >>> def gen_599_pw(x): ...     x=int(float(x*(2**32+2))) ...     pw='' ...     for n in range(0,12): ...             rem=x%37 ...             pw=pw_charset[rem...
mrfancypants User Contributions 182 305,379 06-30-2017, 12:01 AM
    Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers

fart-box Wrote: (06-29-2017, 09:24 PM) -- I hope that you will explain this in great detail for the benefit of those of us who struggle with programing. I, for instance, got lost at your clue 'set bi...
mrfancypants User Contributions 182 305,379 06-30-2017, 12:38 AM
    Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers

That's Python (2.x) and no, you don't need an environment or an IDE, you can even do this https://repl.it/JMbi/0 I go for MSVC++ for computationally expensive stuff, but, for basic analysis, command...
mrfancypants User Contributions 182 305,379 07-04-2017, 08:51 AM
    Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers

fart-box Wrote: (07-05-2017, 12:21 AM) -- Thank you, Mrfancypants! Maybe I'm getting too old for this, but Python never even crossed my mind for some reason. Less than a minute after booting up Linux...
mrfancypants User Contributions 182 305,379 07-05-2017, 02:16 AM
    Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers

Alpha version of the keygen for NVG589: Code: -- pw_charset='abcdefghijkmnpqrstuvwxyz23456789#%+=?' def pwgen589(x):   x=int(x*465661287.5245797)   pw=''   for n in range(0,6):    pw=p...
mrfancypants User Contributions 182 305,379 07-09-2017, 10:40 AM
    Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers

devilsadvocate Wrote: (07-12-2017, 02:52 AM) -- Regarding the 2 that were almost correctly calculated, the passphrase with the exception of the last 2 characters were guessed correctly, but the last ...
mrfancypants User Contributions 182 305,379 07-13-2017, 08:54 PM
    Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers

Since there are 2.1 billion 599-type passwords and 37^6 ~ 2.6 billion possible 6-character strings, odds are good that there's a 599-type password that starts at any randomly picked 6-char string. So,...
mrfancypants User Contributions 182 305,379 07-25-2017, 07:41 AM
    Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers

I am not sure I even understand your difficulty. Let's take NVG589 specifically. We have an algorithm that takes in a 64-bit integer 'x' and spits out a 12-letter password: for n in range(0,6): ...
mrfancypants User Contributions 182 305,379 08-15-2017, 02:26 AM
    Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers

I'm gone for less than a year and you guys have already added 5 more pages! Let's recap. * I am easily distracted. * AT&T firmwares were ridden with holes and backdoors (even I, not a security ...
mrfancypants User Contributions 182 305,379 03-13-2018, 01:47 AM
    Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers

I think I got the rounding in the 589 generator correct now. Code: -- void genpass589(uint32_t x, unsigned char *psk) { static const char CHARSET[] = "abcdefghijkmnpqrstuvwxyz23456789#%+=?"; ...
mrfancypants User Contributions 182 305,379 03-15-2018, 01:51 PM
    Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers

fart-box Wrote: (03-14-2018, 11:08 PM) -- 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 gi...
mrfancypants User Contributions 182 305,379 03-18-2018, 06:46 AM
    Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers

fart-box Wrote: (04-08-2018, 01:17 AM) -- On a different note, it seems you have no interest in working with the keys I showed you, or in sharing your complete list of known working ATT passwords. If...
mrfancypants User Contributions 182 305,379 04-08-2018, 09:50 PM
    Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers

taxil Wrote: (04-19-2018, 09:29 PM) -- Is it possible to identify which model is being used for a ATTXXXXXXX AP from a handshake? Specificlly NVG589 vs NVG599 vs neither? ----UPDATE I found my ans...
mrfancypants User Contributions 182 305,379 04-20-2018, 09:52 PM
    Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers

fart-box Wrote: (04-16-2018, 01:17 AM) -- For anyone who is interested, or for anyone who would like to dig deeper, here is my complete list of keys with the passwords they produce. Code: -- ...
mrfancypants User Contributions 182 305,379 04-20-2018, 10:02 PM