https://github.com/eliboa/iksm_rooted
Python script to extract iksm_session from Android rooted device through SSH
https://github.com/eliboa/iksm_rooted
iksm nintendo splatoon2 switch
Last synced: over 1 year ago
JSON representation
Python script to extract iksm_session from Android rooted device through SSH
- Host: GitHub
- URL: https://github.com/eliboa/iksm_rooted
- Owner: eliboa
- Created: 2018-02-16T19:04:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-03T17:37:25.000Z (over 8 years ago)
- Last Synced: 2025-01-24T07:30:04.595Z (over 1 year ago)
- Topics: iksm, nintendo, splatoon2, switch
- Language: Python
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iksm_rooted
Python script to extract iksm_session from Android rooted device through SSH.
## How to get your iksm_session ?
This is only for Android ROOTED device.
The iksm_session token can be found in the following file : /data/user/0/com.nintendo.znca/app_webview/Cookies
This Python script simply extract the token from this file through SHH connection. Just set your ip, username and password before executing.
## 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)