Coder Social home page Coder Social logo

mabangde / android_code_arbiter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jumbo-wjb/android_code_arbiter

0.0 2.0 0.0 2.75 MB

针对Android Studio的源码扫描工具

License: GNU Lesser General Public License v3.0

Batchfile 0.01% Shell 0.01% Java 62.12% HTML 36.68% CSS 0.55% JavaScript 0.27% XSLT 0.10% Groovy 0.27%

android_code_arbiter's Introduction

Android Studio源码扫描工具:Code Arbiter http://www.freebuf.com/sectool/147843.html

Android Code Arbiter

介绍

根据Find Security Bugs:http://find-sec-bugs.github.io/ 改写,去除其中跟Android漏洞无关的漏洞,保留与Android相关的,同时增加其它一些检测项,从而形成了针对Android的源码审计工具。同时将检测结果设置成中文,方便开发者查看问题原因及修改建议。

检测项

  • 域名(Hostname)校验不严格
  • Webview证书错误未处理
  • 命令注入/动态加载
  • TrustManager未进行证书校验
  • MD2、MD4、MD5弱信息摘要算法使用
  • SHA-1弱信息摘要算法
  • 错误字符转换
  • DES/DESede使用
  • RSA Nopadding
  • RSA密钥长度问题
  • ECB模式
  • 加密无完整性校验
  • CBC/PKCS5Padding模式
  • 外部文件存储
  • 发送广播消息未设置接收权限
  • 发送粘性广播
  • 动态注册广播接收器未设置权限
  • 创建模式使用不当
  • Webview设置不当
  • Webview加载外部资源
  • 使用System.out/err输出信息
  • 本地拒绝服务
  • 本地潜在SQL注入
  • 硬编码

源码打包

进入根目录,运行 mvn clean install,如果没有错误,那么在plugin/target目录中就会发现生成的jar包。

android_code_arbiter's People

Contributors

jumbo-wjb avatar

Watchers

 avatar  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.