Git Product home page Git Product logo

mobile_security's Introduction

#Mobile_Security

Android

工具使用 (三板斧)

MobSF

apktools

下载地址: https://ibotpeaches.github.io/Apktool/install/

作用:主要查看res文件下xml文件、AndroidManifest.xml和图片。(注意:如果直接解压.apk文件,xml文件打开全部是乱码)

  • 使用方法
1. 将需要检测的apk与apktools放到同一文件夹下(just make the life easier)
2. 打开cmd,运行apktool d ****.apk
3. 文件夹****,里面就有需要的文件

dex2jar

下载地址:https://github.com/pxb1988/dex2jar

作用:将apk反编译成Java源码(classes.dex转化成jar文件)

  • 使用方法
sh d2j-dex2jar.sh -f ~/path/to/apk_to_decompile.apk

jd-gui

下载地址:https://github.com/java-decompiler/jd-gui

作用:查看APK中classes.dex转化成出的jar文件,即源码文件

  • 使用方法
直接将jar拖入即可查看源码

IOS

查看手机logcat日志

控制台

使用wireshark抓包

1. 安装xcode
2. 安装xcode扩展包
3. rvictl -s <UDID>
4. sudo wireshark

mobile_security's People

Contributors

ureylou666 avatar

Watchers

 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.