Skip to content

Instantly share code, notes, and snippets.

@NickJongens
Forked from svbnet/readme.md
Created July 29, 2021 02:39
Show Gist options
  • Save NickJongens/ee697697dc9e5e847470cc9e8bf72cea to your computer and use it in GitHub Desktop.
Save NickJongens/ee697697dc9e5e847470cc9e8bf72cea to your computer and use it in GitHub Desktop.
VRV9517 infodump

Skinny/Spark/Arcadyan VRV9517 infodump

This is a guide/general infodump of things I've found while poking through the VRV9517 modem, as supplied by Spark/Skinny in New Zealand, and maybe also under other names in different countries. What you see here is the extent of what I've found, mostly concentrated on decrypting the exported config file.

Included third-party software

  • Samba
  • MiniUPnP
  • MiniDLNA
  • vsftpd

Decrypting exported config

I have created a Python script you can find here, which easily decrypts the exported config file to a .tar.gz archive. You will need the original WiFi password, which can be found on the back on the removable card that comes with the router. It requires OpenSSL to be installed. It appears most of the configuration is stored in the '.gblcfg' file, and most of the other files are dynamically generated from this.

Obtaining the firmware

The config file mentioned above contains the URL for the auto-update feature. For Skinny devices this is currently https://www.bigpipe.co.nz/assets/firmware/skinny/version.txt, which links to the latest version. Unfortunately the main image seems to be encrypted or obfuscated somehow, and I haven't had the time to go through and reverse engineer it.

Serial/SSH/Telnet

It has a Telnet server onboard that can be enabled but unfortunately requires a root password, which I don't know. Serial port can probably also be found by probing around on the board but I would imagine the same situation would occur.

@NickJongens
Copy link
Author

Nice work! Based on the firmware, would it be possible to get the WPA2 Keyspace to generate a wordlist for cracking to target this specific router?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment