10-01-2023, 10:28 PM
A nice even 1000 passwords for the 5268AC. I think this is a good place to leave it, unless anybody has any more ideas...
https://pastebin.com/22ZGhHg4
https://pastebin.com/22ZGhHg4
|
5268ac routers
|
|
10-01-2023, 10:28 PM
A nice even 1000 passwords for the 5268AC. I think this is a good place to leave it, unless anybody has any more ideas...
https://pastebin.com/22ZGhHg4
12-23-2023, 09:37 PM
Look at what Santa left in my stocking!!!!
![]() Let's crack it open and see if its firmware contains any mysteries....
12-29-2023, 06:47 AM
This pace edition is straight from the factory! I've got root access over UART. And check out the /usr/bin directory.... factory_set_default_wifi_passwd!
*sad trombone* It's just a script to pull the default password from elsewhere, not the algo. Now to find the elsewhere! Code: %factory# ls /usr/bin
01-12-2025, 09:59 AM
(12-06-2021, 02:03 AM)drsnooker Wrote:(11-28-2021, 03:21 AM)calexico Wrote: Looks very promising, terrific work; sorry I'm no help. Curious if you've had any luck reading the filesystem from the NAND? I couldn't find any open source implementation of OpenTDS... so I was going to try and figure it out. I'd like to be able to modify the files, but there seems to be some checksums likely for bad block detection My idea is to unpack a pkgstream and then compare the chunks with the NAND dump and go from there... another was to try and emulate with QEMU
01-12-2025, 11:37 AM
@b1tninja, I eventually got a clip and managed to get the NAND dumped in situ. However, since we know the root password as well as the algo for the password of user: rma (also with root privileges), it was no longer necessary to figure out how to binwalk the NAND dump, as you can just access the modem over UART.
01-12-2025, 12:04 PM
(01-12-2025, 11:37 AM)drsnooker Wrote: @b1tninja, I eventually got a clip and managed to get the NAND dumped in situ. However, since we know the root password as well as the algo for the password of user: rma (also with root privileges), it was no longer necessary to figure out how to binwalk the NAND dump, as you can just access the modem over UART. Unfortunately the newer firmwares seem to prevent downgrade and one of the scripts at startup disables input over the debug port. I did find a compatible connector for that the uart though which is handy: samtec MEC1-108-02-S-D-A. Alright well thanks anyway guess I'm on my own I'll report back here when I figure it out
Perhaps if you purchase a used one of ebay, the FW might not have been upgraded past the point that you can change the firmware to an older one. Or perhaps downgrade to 11.0 first before going for 10.5.3?
4 hours ago
I ended up buying a Sonic edition 5268AC. The WIFI passwords still seem to follow the basic rules of start with a number and no more than 3 letters in a row.
![]() I never thought I would actually find the wifi keygen, but perhaps a clue could come from the ESSID gerenation algo. The RMA password again is generated using the pseudopwd that @90h reversed, so root access over UART was quickly set up. In /rwdata/pkg/sonic-config.pkgstream there are two notable comments: <------------------ SNIP ------------------> # Changes # 2015-04-22 - Added second "CASE" value and bumped the "loop_thru_case" to 2 # - Change SSID0 to "Sonic-XXXX" [SN-5268-PDP-01] # Note: XXXX is a random number. This mandates that SSID0 be loaded by the factory build # The assumption is that "/sys/module/board/parameters/wifissid0" will contain this value?? # - Make primary 5Ghz SSID (SSID5) the same as the primary 2.4GHz SSID (SSID0) [SN-5268-PDP-01] # Note: Similar assumption is that SSID5 will be loaded from by the factory build # - Wifi PassPhrase be set to 12 alpha/numeric characters [SN-5268-PDP-01] # Note: Similar assumption is that WiFi passphrase be loaded by the factory build # - WPS button must be functional for 2.4GHz and 5Ghz on primary SSIDs (0 & 5). [SN-5268-GCG-03] # - Add, but not enabled, IPv6 dual-stack information for future ACS-enabling # 2015-06-09 - Added Broadcast/Multicast group to include teh Bonjour discovery # 2015-06-17 - Disable IPv6 detection # 2015-07-13 - New SSH password (Need to encrypt) # 2015-08-21 - Encrypted new password #2015_08_20.... Change SSH password and encrypt. echo "--Changing root password" echo root:'$1$D6xa9FbN$9b9TgxSBUYzISHNGTn6qJ/' | chpasswd -e echo "--Changing Tech password" usermod -p "w53t3uMR" tech <------------------ SNIP ------------------> Sadly, unlike the previous root password, this one is not cracked by 8 chars with a leading number -a 3 -1 ?d?u?l ?d?1?1?1?1?1?1?1 It's possible it follows the Tech password without a number in the first spot, but I already have root access using the RMA user, so don't feel like burning electrons trying to solve the new root password. And lastly the SSID number is also pulled directly from NVRAM as suggested by the changes of 4/22, it is not calculated. /sys/module/board/parameters/wifissid0 just shows the complete ESSID, not just the number. |
|
« Next Oldest | Next Newest »
|