All Projects → rlxone → android-https-patcher

rlxone / android-https-patcher

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to android-https-patcher

Hackdroid
Android Apps, Roms and Platforms for Pentesting
Stars: ✭ 310 (+355.88%)
Mutual labels:  apk, sniffing
Fakerandroid
A tool translate a apk file to stantard android project include so hook api and il2cpp c++ scaffolding when apk is a unity il2cpp game. Write code on a apk file elegantly.
Stars: ✭ 695 (+922.06%)
Mutual labels:  apk, androidstudio
Fastdex
🚀 加快 apk 的编译速度 🚀
Stars: ✭ 1,457 (+2042.65%)
Mutual labels:  apk, androidstudio
doubleClick
A lib To handle double click on android View's components.
Stars: ✭ 47 (-30.88%)
Mutual labels:  androidstudio
awesome-android-tips
😎 A curated list of awesome Android tips
Stars: ✭ 34 (-50%)
Mutual labels:  androidstudio
ApkCompare
A tool to compare 2 version APKs to find out files change. 比较两个版本的APK以找出文件大小变化的工具
Stars: ✭ 68 (+0%)
Mutual labels:  apk
Android-Developer-Fundamentals-Version-2
Codelabs for Google's Android Developer Fundamentals Course (Version 2)
Stars: ✭ 38 (-44.12%)
Mutual labels:  androidstudio
eye drop
Eye Drop is a set of bottles containing a digital liquid made of shiny particles. Eye Drop uses a Huawei smartwatch and a lens from Google Cardboard to give an impression of immersive screen.
Stars: ✭ 19 (-72.06%)
Mutual labels:  apk
media-picker
Easy customizable picker for all your needs in Android application
Stars: ✭ 167 (+145.59%)
Mutual labels:  androidstudio
Android-MonetizeApp
A sample which uses Google's Play Billing Library and it makes In-app Purchases and Subscriptions.
Stars: ✭ 149 (+119.12%)
Mutual labels:  androidstudio
Angular-Cordova-Google-PlayStore-Publish
How to publish Angular app to Google Play Store using Cordova
Stars: ✭ 25 (-63.24%)
Mutual labels:  apk
axmldec
Stand-alone binary AndroidManifest.xml decoder
Stars: ✭ 151 (+122.06%)
Mutual labels:  apk
react-native-decompiler
Decompile React Native Android/IOS Bundle.
Stars: ✭ 78 (+14.71%)
Mutual labels:  apk
NinjaDroid
Ninja Reverse Engineering on Android APK packages
Stars: ✭ 224 (+229.41%)
Mutual labels:  apk
App-Manager-Android
An app manager for Android written in Kotlin. View app related info, launch or uninstall apps.
Stars: ✭ 31 (-54.41%)
Mutual labels:  androidstudio
Root-Checker
Displays all root related info(Device Rooted, Root Available, Root Path, Root given, Busy Box installation) of an Android Device. Fully implemented in Jetpack compose using Material 3 dynamic theming and also has a separate implementation in xml with MDC 3.
Stars: ✭ 21 (-69.12%)
Mutual labels:  androidstudio
gplaydl
Command Line Google Play APK downloader. Download APK files to your PC directly from Google Play Store.
Stars: ✭ 212 (+211.76%)
Mutual labels:  apk
TemplateBuilder
Android Studio模板一键生成插件
Stars: ✭ 39 (-42.65%)
Mutual labels:  androidstudio
coin-map-android
Easily find places to spend sats anywhere on the planet
Stars: ✭ 23 (-66.18%)
Mutual labels:  apk
android-decompile
📱 Decompile android apps with a single command
Stars: ✭ 17 (-75%)
Mutual labels:  apk

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

After

image

Requirements

  • macOS or Windows
  • apktools (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 😃

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].