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
# -*- coding: utf-8 -*-
"""
Created on Tue Nov 28 11:42:10 2017
@author: luopx
"""
import random
# 统一社会信用代码中不使用I,O,Z,S,V
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="jdk" jdkName="Python 3.6.3 (/usr/local/Cellar/python3/3.6.3/Frameworks/Python.framework/Versions/3.6/bin/python3.6)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="TestRunnerService">
<option name="projectConfiguration" value="Nosetests" />
<option name="PROJECT_TEST_RUNNER" value="Nosetests" />
# -*- coding: utf-8 -*-
# Define here the models for your scraped items
#
# See documentation in:
# http://doc.scrapy.org/en/latest/topics/items.html
import scrapy
# -*- coding: utf-8 -*-
# Define here the models for your scraped items
#
# See documentation in:
# http://doc.scrapy.org/en/latest/topics/items.html
import scrapy
# -*- coding: utf-8 -*-
"""
Created on Tue Nov 28 11:42:10 2017
@author: luopx
"""
import random
# 统一社会信用代码中不使用I,O,Z,S,V
__autor__ = 'Arito'
'''
数据库字段标准化
the Standard dictionaries what the Field name of the data base
'''
DB_KV = {'单位名称':
'OrganizationName',
'组织形式':
'OrganizationalForm',
# -*- coding: utf-8 -*-
# Define here the models for your scraped items
#
# See documentation in:
# http://doc.scrapy.org/en/latest/topics/items.html
import scrapy
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="TestRunnerService">
<option name="projectConfiguration" value="Nosetests" />
<option name="PROJECT_TEST_RUNNER" value="Nosetests" />