Skip to content

Instantly share code, notes, and snippets.

View fastjien's full-sized avatar
🎯
Focusing

fastjien fastjien

🎯
Focusing
View GitHub Profile
@fastjien
fastjien / frida-extract-keystore.py
Created March 18, 2021 12:17 — forked from ceres-c/frida-extract-keystore.py
Automatically extract KeyStore objects and relative password from Android applications with Frida - Read more: http://ceres-c.it/frida-android-keystore/
#!/usr/bin/python3
'''
author: ceres-c
usage: ./frida-extract-keystore.py
Once the keystore(s) have been exported you have to convert them to PKCS12 using keytool
'''
import frida, sys, time