Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pogosandbox/node-pogo-mitm
https://github.com/pogosandbox/node-pogo-mitm
mitm pokemongo proxy
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pogosandbox/node-pogo-mitm
- Owner: pogosandbox
- Created: 2016-12-28T21:28:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T18:34:48.000Z (about 6 years ago)
- Last Synced: 2024-08-05T09:16:11.144Z (5 months ago)
- Topics: mitm, pokemongo, proxy
- Language: TypeScript
- Size: 3.34 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **5**星
README
# node-pogo-mitm
[![dependencies](https://david-dm.org/pogosandbox/node-pogo-mitm.svg)](https://david-dm.org/pogosandbox/node-pogo-mitm)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/niicodev)
Act as a proxy between pokemon go app on the phone and niantic servers.
## Install
- Install node (recent version)
- git clone
- npm install
- create a file named data/config.yaml if needed (there is an example in that folder)
- node bin/index.js## Mitm with **iOS** (using a proxy)
- Does not work as of 0.57
- first, modify ipa to disable cert pinning: https://github.com/pogosandbox/ssl.tweak
- then install and launch this app
- add cert to your phone by going to http://[ip]:[port]/cert.crt
- then modify ios proxy settings to http://[ip]:[port]/proxy.pac
- use website to browse requests and responses## Mitm with **iOS** (without proxy
- Does not work as of 0.57
- first, modify ipa to disable enable local mitm dump: https://github.com/pogosandbox/mitm.tweak
- use iTunes to get the mitm dump from your iPhone
- then install this app
- put mitm folders into a **ios.dump** folder
- run bin/import/ios.dump.js
- use website to browse requests and responses## Troubleshoot
- Sometime iOS do not reload proxy.pac, try to forget your wifi and reconfigure it