Skip to content

Dit script zal om de minuut checken of je al voor je MB's heen bent. Zo ja, vraagt hij automatisch een nieuwe bundel aan!

Notifications You must be signed in to change notification settings

mrsydster/T-Mobile-Go-Ulimited-Auto-Aanvuller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTES:

  • ONLY Works with a GO subscription in the Netherlands!
  • The bearer token is valid for a month. For now, you will need to sniff your new token every month.

INSTALL:

  1. Install a sniffer on your phone and using the T-Mobile app, request a free internet bundle upgrade.

    (You could install the CA cert from Burp suite, so it can decrypt the sniffed TLS traffic. https://portswigger.net/support/configuring-an-ios-device-to-work-with-burp https://portswigger.net/support/installing-burp-suites-ca-certificate-in-an-ios-device)

    You will see a POST request using the following url: https://capi.t-mobile.nl/xxxxxx/customer/1.xxxxxx/subscription/xxxxxx/roamingbundles

  2. Adjust the XXXXXXXXX in the index.js, including the Bearer token (Example request url: https://capi.t-mobile.nl/b11edc152f80/customer/1.17962238/subscription/31642349923/roamingbundles) (Example Bearer token: 1d8dafa7d74f19eedbed79c77582dde2)

  3. Run npm install

  4. Run node .

WORKS!

About

Dit script zal om de minuut checken of je al voor je MB's heen bent. Zo ja, vraagt hij automatisch een nieuwe bundel aan!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published