User Tools

Site Tools


public:sky_broadband_user_credential_extraction

Sky Broadband User Credential Extraction

Sky broadband embed user login credential in their routers. If you want to use a third-party router, you have to use Wireshark to sniff it out1). Here is a summary of what you have to do:

  1. Connect to your SkyHub using an RJ45 cable.
  2. Fire up Wireshark, set capture filter to “udp port 67 or udp port 68”.
  3. Unplug the RJ11 (DSL) cable.
  4. Copy the captured packet as printable plaintext.
  5. You will see a string that looks like “xxxxxxxxxxxx@skydsl|yyyyyyyy”. Your username is xxxxxxxxxxxx@skydsl, and your password is yyyyyyyy.

The modulation settings should be2):

VPI 0
VCI 38
Multiplexing VC-BASED
MTU 1500

Getting it to work with OpenWRT

The whole point of extracting user credential is to make it work with OpenWRT. You might want this3). Please note that there are apparently two ADSL annexes4).

Finally you definitely want to delete all the existing ATM bridges. Otherwise your ADSL won't connect.

References

public/sky_broadband_user_credential_extraction.txt · Last modified: 2018/03/31 00:38 by 127.0.0.1