Skip to content

Instantly share code, notes, and snippets.

View sebwells's full-sized avatar

Sebastian Wells sebwells

  • London
View GitHub Profile
@sebwells
sebwells / frida-extract-keystore.py
Created November 5, 2019 14:06 — 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