https://github.com/eliboa/ink-proxy
A simple tool to extract iksm_session token from Nintendo Switch Online app
https://github.com/eliboa/ink-proxy
iksm nintendo proxy splatoon switch
Last synced: about 1 year ago
JSON representation
A simple tool to extract iksm_session token from Nintendo Switch Online app
- Host: GitHub
- URL: https://github.com/eliboa/ink-proxy
- Owner: eliboa
- Created: 2018-03-04T20:29:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T17:02:47.000Z (about 7 years ago)
- Last Synced: 2025-03-24T03:35:02.660Z (about 1 year ago)
- Topics: iksm, nintendo, proxy, splatoon, switch
- Language: JavaScript
- Size: 19.8 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Disclaimer
This app is no longer maintained and no longer works with NSO app new version.
Check this [API](https://github.com/frozenpandaman/splatnet2statink/wiki/api-docs) to retrieve your iksm token
# Ink Proxy
A simple tool to extract iksm_session token from Nintendo Switch Online app

## Download
Download the latest [Windows installer](https://github.com/eliboa/ink-proxy/releases)
## How does it work ?
This electron app uses [mitm proxy](https://github.com/mitmproxy/mitmproxy) to create a proxy on your computer, so it is possible to sniff http packets from Splatnet on your phone (NSO app) and retrieve your iksm session.
## Use / Related
iksm_session token can be used to access the Splatnet API (Splatoon 2).
* [NintendoSwitchRESTAPI](https://github.com/ZekeSnider/NintendoSwitchRESTAPI) Reverse engineered REST API used in the Nintendo Switch app for iOS. Includes documentation on Splatoon 2's API.
* [stat.ink](https://github.com/fetus-hina/stat.ink)
* [splatnet2statink](https://github.com/frozenpandaman/splatnet2statink)