Skip to content

Instantly share code, notes, and snippets.

@svbnet
Last active June 29, 2024 12:30
Show Gist options
  • Save svbnet/9efc44917b08fdbe5105f9f707cfa918 to your computer and use it in GitHub Desktop.
Save svbnet/9efc44917b08fdbe5105f9f707cfa918 to your computer and use it in GitHub Desktop.
VRV9517 infodump

Skinny/Spark/Arcadyan VRV9517/Experia Box V10a 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.

@lakshaysethi
Copy link

@fylim Did you figure this out? Or even how to extend range by having them connected via ethernet

ethernet is easy hook up the fiber port of 2nd vrv9517 with a internet containing Ethernet, update WAN settings to automatic IP and disable DHCP in 2nd vrv9517, or set a different ip range for the 2nd vrv9517 , can do this with multiple vrv9517 , first one will be main , others will be extensions.

I dont know how to do wireless bridge on these.

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