Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rlxone/android-https-patcher

🐱‍💻 Patch your android app (apk) with self-signed certificate to sniff https traffic.
https://github.com/rlxone/android-https-patcher

android androidstudio apk apktools python sniffing

Last synced: 3 days ago
JSON representation

🐱‍💻 Patch your android app (apk) with self-signed certificate to sniff https traffic.

Awesome Lists containing this project

README

        



# Android HTTPS patcher
Patch your android app with self-signed certificate to sniff https traffic. Should work both release and debug builds.

## Usage
```
python apk_rebuild.py -i input.apk -o output.apk
```
Run python script and follow the instructions. After you've done drag output file into your emulator. Use `Charles`, `BurpSuite` or any other tooling for request sniffing.

### Before
![image](https://user-images.githubusercontent.com/8312717/116452741-b7e06880-a866-11eb-901a-d0a73cce8bb6.png)

### After
![image](https://user-images.githubusercontent.com/8312717/116452835-d5adcd80-a866-11eb-8046-75024f01004b.png)

## Requirements
- macOS or Windows
- [apktools](https://github.com/iBotPeaches/Apktool) (in your PATH)
- Android Studio (with Build Tools installed)
- Python 3.6 and above

## Disclaimer
This repo was created for educational purposes only. Use it on your own risk.
Have fun 😃