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 months ago
JSON representation
🐱💻 Patch your android app (apk) with self-signed certificate to sniff https traffic.
- Host: GitHub
- URL: https://github.com/rlxone/android-https-patcher
- Owner: rlxone
- Created: 2021-04-27T16:22:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-18T17:20:17.000Z (almost 3 years ago)
- Last Synced: 2025-04-02T05:51:45.266Z (3 months ago)
- Topics: android, androidstudio, apk, apktools, python, sniffing
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 111
- Watchers: 3
- Forks: 31
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
### After
## 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 😃