Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rlxone/android-https-patcher
- Owner: rlxone
- Created: 2021-04-27T16:22:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-18T17:20:17.000Z (about 2 years ago)
- Last Synced: 2023-03-05T14:49:07.871Z (over 1 year ago)
- Topics: android, androidstudio, apk, apktools, python, sniffing
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 90
- Watchers: 2
- Forks: 32
- 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
![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 😃