mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
14 lines
610 B
Markdown
14 lines
610 B
Markdown
|
# Dumps from DB Navigator API app.vendo.noncd.db.de
|
||
|
|
||
|
In this directory, some intercepted traffic from DB Navigator.
|
||
|
|
||
|
How to intercept:
|
||
|
|
||
|
1. Download/extract Split APK
|
||
|
2. Merge APK (e.g. using [APKEditor](https://github.com/REAndroid/APKEditor))
|
||
|
3. decompile using apktool
|
||
|
4. edit [res/xml/network_security_config.xml](https://developer.android.com/privacy-and-security/security-config) to allow user CAs not just in debug
|
||
|
5. recompile using apktool, sign
|
||
|
6. install on an Android
|
||
|
7. intercept with a mitm decryption tool of your choice by installing CA cert into Android store (e.g. PCAPdroid with mitm addon)
|