network_mitm
network_mitm copied to clipboard
Nintendo Switch Network mitm sysmodule
network_mitm
Nintendo Switch Network mitm sysmodule.
network_mitm allows you to:
- Dump traffic from SSL of the running game (NEX,...) in PCAP files.
- Mitm ssl to replace
NintendoClass2CAG3CA with a user provided one (useful for NPLN traffic capture)
More features might appears depending of the needs.
Building
Make sure that the submodules are initialized and up to date.
git submodule update --init --recursive
With Docker
-
Install
Dockeranddocker compose(ordocker-compose). -
Run
docker compose up --build(ordocker-compose up --build). It runsmakein the container.
Without Docker
-
Install
devkitProand the following dependencies:switch-devswitch-mbedtlslibnx(Currently needs 16.0.0 patches)
-
Run
makecommand.
Licensing
This software is licensed under the terms of the GPLv2.
You can find a copy of the license in the LICENSE file.