Skip to content

Instantly share code, notes, and snippets.

View patuuh's full-sized avatar

patuuh

View GitHub Profile
@patuuh
patuuh / burpcert.py
Created April 4, 2024 07:27
Burp Suite certificate auto-setup to rooted Android device
import os
import sys
import platform
# Runs all necessary commands to setup burp cert
# Windows adb.exe location hardcoded to C:\Android\adb.exe
# If this location is different, change it from the code
#
# 1. Connect rooted Android device to computer with USB
# 2. Run command: 'adb devices' and make sure your device shows up