Am I reading that right? Admin is the same pass as the wifi?
Making the SSID contain the first 4 chars of the password don't think was mentioned in the network security handbook...Am I reading that right? Admin is the same pass as the wifi?






@Dawbs let me know that the download link in my last post wasn’t working so I reuploaded it.
https://limewire.com/d/43zDe#YwEvj9Haxc
Not so fast!Another one for the close-but-no-cigar list.
#include <iostream>
#include <string>
#include <stdio.h>
using namespace std;
#pragma warning(disable : 4996)
const string charset = "bcdfghjkmnpqrstvwxyz";
int main() {
unsigned long long int i,residue,shifted,seed,checksum;
int pos,n;
char letter;
string pwd = "012345678";
for (i = 1ull; i < 4294967295ull; i++) { // loop 2 * INT_MAX to cover the unsigned int32 input
shifted = i << 6;
checksum = 0;
residue = i;
while (residue > 0) {
checksum = residue & 63ull;
residue = residue >> 6;
}
checksum = checksum & 63ull;
seed = shifted + checksum;
for (n = 0; n < 9; n++) {
letter = charset[seed % 20ull];
pos=???????? // 9th position is correct
pwd[pos] = letter;
seed = seed / 20ull;
}
printf("%s\n",pwd.c_str());
}
}
| Model | ESSID_2,4 | S/N | BSSID | admin | WPA_key | seed1 | seed2 | seed3 |
| RT-GE-5, v2i | RT-GPON-981A | 52544B4722507424 | 48:29:E4:AD:98:24 | Hu3YAaU6 | QAmutA9R6C | |||
| RX-33412 | RT-GPON-B3D1 | 52544B4722371588 | 48:29:E4:2C:B3:D8 | ZSuiYEqe | uisZbUaiuy | 19773 | 22879 | 133 |
| RX-33412 | RT-GPON-2D10 | 52544B4722436787 | 48:29:E4:51:2D:1A | uYE5Uce5 | mva6Ydc8Eu | 11818 | 25249 | 133 |
| RT-GE-5, v2i | RT-GPON-CDD6 | 52544B47224706282 | 48:29:E4:FC:CD:E0 | BikAc7E3Ma | ||||
| RX-33412 | RT-GPON-5376 | 52544B4722553062 | 48:29:E4:C2:53:80 | UezY9bUC | XxYU3AYUQ3 | |||
| RT-GE-5, v2i | RT-GPON-FF7B | 52544B4723002670 | 1C:CA:41:0F:FF:85 | i8tYKztE | K9jybYiDtE | |||
| RT-GE-5, v2i | RT-GPON-B04C | 52544B4722462721 | 48:29:E4:7D:B0:56 | kFYUaEi4 | 8qQAf4iFaC | |||
| RT-GE-5, v2i | RT-GPON-0F1F | 52544B4700017456 | 1C:CA:41:14:0F:29 | aXUvEsAn | jY7fECYL7U | |||
| RT-GE-5, v2i | RT-GPON-D7B9 | 52544B4722301792 | 48:29:E4:18:D7:C3 | khAi9d7e | MU7iAtGxue | 29630 | 22852 | 133 |
| RX-33412 | RT-GPON-175A | 52544B4722410992 | 48:29:E4:4A:17:64 | EYUKh4Be | 3vhnyEV7y2 | 5292 | 25249 | 133 |
| RX-33412 | RT-GPON-B42E | 52544B4722638178 | 48:29:E4:D9:B4:38 | 9w6ujUef | JjNUiPQXuf | |||
| RX-33412 | RT-GPON-16BF | 52544B4722372995 | 48:29:E4:2D:16:C9 | MyE8waZT | mqvuQ2U7yB | 18338 | 22879 | 133 |
| RX-33412 | RT-GPON-F87A | 52544B4722519000 | 48:29:E4:B8:F8:84 | Y6cBCuea | R7Y4uTE6Le | |||
| RX-33412 | RT-GPON-897C | 52544B4722663057 | 48:29:E4:E0:89:86 | xMyuAtDd | riuMBQ5EU6 | |||
| RT-GE-5, v2i | RT-GPON-CA78 | BiEbvhut | gXdAyL63AH | |||||
| RT-GE-5, v2i | RT-GPON-A47C | 52544B4722511241 | 48:29:E4:AE:A4:86 | MhTL4Q7e | YiRK4LSatU | |||
| RT-GE-5, v2i | RT-GPON-567F | 52544B4722303595 | 48:29:E4:19:56:89 | 73HWDK47 | cYZG4yEuUa | 19497 | 22908 | 133 |
I would say - by 30%...So I'm sorry to say your dictionaries just got 25% bigger
Well the seed2 range seems really limited, so perhaps a separate dictionary for seed3=21995 and seed2=26078-26307I would say - by 30%...
RX-33412
RT-GPON-D71A
vxUezsf4
ecYuXEgYaQ
1893,26092,21995,ecYuXEgYaQ
RT-GPON-A52A
rexnRUet
aXAsY6ayeu
12416,26089,21995,aXAsY6ayeu
RT-GPON-B8C6
897Sye8P
KpEnMZ4xaZ
19998,26086,21995,KpEnMZ4xaZ
RT-GPON-1FD8
sua3DWyi
uYeUTA4dyY
26053,26089,21995,uYeUTA4dyY

It actually makes sense. Many of us here can crack 8 digits in under 30 seconds, so if you are going to use 8 digits as default, why bother writing an algorithm to generate it, Just use the serial number.Here’s a funny one for you. Zyxel VMG3625-T50B-EG01V1F
View attachment 41965
Password is the last 8 digits of the serial. We know enough about Zyxel serials to know that the first 2 digits are the production week (01-52), the 3rd digit is almost always 0 (very rarely 1), and the last 5 digits are the incremental serial. It varies a bit by OUI, but since the SSID is from the MAC and the Key is from the serial, we can see linearity in the found data.
WE_031FA0:13027307
WE_03A050:13029366
WE_27FF20:18064769
WE_2870E0:18066589
WE_4AA4F0:19075882
WE_652AB0:27029156
WE_6717A0:27037043
WE_6757A0:27038067
WE_676360:27038255
WE_67CA20:27039899
WE_9C7820:29011890
WE_B8B3B0:30025969