Skip to content

Instantly share code, notes, and snippets.

View luopeixiong's full-sized avatar
🎯
Focusing

Artio luopeixiong

🎯
Focusing
  • luopx@hffss.com
  • beijing
View GitHub Profile
@luopeixiong
luopeixiong / frida-extract-keystore.py
Created June 6, 2021 11:44 — 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