Giter Site home page Giter Site logo

badget's Introduction

Badget

Badget是frida的持久化工具,通过注入frida-gadget,让目标app加载该so文件,进而实现frida的hook功能。

  
免责声明:
本项目仅限用于逆向安全领域爱好者学习参考和研究目的,不得用于商业或者非法用途,否则,一切后果请用户自负。

目录结构


├── /data/local/tmp/#tree
├── badget
│   ├── arm64-v8a
│   │   └── libfrida_gadget.so
│   ├── arm64-v7a
│   │   └── libfrida_gadget.so
│   ├── com.aaa.bbb
│   │   └── hook.js
│   │
│   └── badget.json
└

已实现

  • 实现界面化配置
  • 使用Material Design主题
  • gadget库随机命名
  • 可选交互类型
    1. Listen
    2. Connect
    3. Script
    4. ScriptDirectory

未实现

  • frida-gadget版本动态下载(无需内置到assets目录)
  • 监听脚本内容变化,并更新到/data/local/tmp/badget/packageName/hook.js
  • 脚本仓库(脚本市场)
  • frida-gadget库去特征
  • 日志悬浮窗
  • 设置界面

V1.2

1.添加签名

2.优化代码

参考&致谢

badget's People

Contributors

poorld avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.