Skip to content

gandalf4a/android-library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

使用

依赖项

python & pip (3.5及以上): https://www.python.org/downloads/

安装

# 下载
git clone https://github.com/ice-black-tea/android-library.git --depth=1
# 安装python模块(必须使用python3.5或以上)并配置环境变量(重启终端后生效)
sudo python3 android-library/python/install.py

卸载

# 重启终端后生效
sudo python3 android-library/python/install.py -u

工具集

点这里

todo

  • frida.js添加hook重载、子类、多classloader支持、过ssl pinning...
  • 添加intent fuzz功能
  • 添加系统服务fuzz功能
  • 添加获取所有权限(dangerous、normal、与声明保护等级不一样的权限...)
  • 解决gadbd在高版本无法调用am、pm等命令功能
  • 解析android端口、进程等内容,列出潜在危险点
  • at_grep.py脚本添加解析elf文件格式等功能呢个 ... ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 52.1%
  • Java 45.7%
  • JavaScript 2.2%