1. 移动安全渗透测试-(环境搭建)

本文详细介绍了一套用于移动渗透测试的工具集安装流程,包括Santoku Linux、JADX、IDA、Frida及其服务器的配置方法,适用于Android设备上的逆向工程与安全测试。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

 

Santoku

移动渗透测试中的菜刀

下载:http://santoku-linux.com/download/

预览:

 

安装JADX

首先需要安装Java8,这里安装为open-jdk8

$ sudo add-apt-repository ppa:openjdk-r/ppa

$ sudo apt-get update
$ sudo apt-get install openjdk-8-jdk

$ sudo update-alternatives --config java

$ git clone https://github.com/skylot/jadx.git
$ cd jadx
$ ./gradlew dist

 

安装 IDA

下载链接:https://www.hex-rays.com/products/ida/support/download.shtml

安装 Frida

$ sudo apt-get install python-pip

$ sudo pip install frida-tools

 

安装 frida-server

下载:

https://github.com/frida/frida/releases

adb devices
adb push frida-server-10.4.0-android-arm /data/local/tmp/frida
adb shell su -c “chmod 755 /data/local/tmp/frida”
adb shell su -c “./data/local/tmp/frida &”

测试 Frida

Python 2.7.15rc1 (default, Nov 12 2018, 14:31:15)
[GCC 7.3.0] on linux2
Type “help”, “copyright”, “credits” or “license” for more information.
>>> import frida # import frida tools
>>> frida.get_usb_device() # enum avaiable devices
Device(id=”192.168.56.101:5555", name=”Genymotion Samsung Galaxy S7", type=’usb’)
>>>

完结!!!

 

点击赞赏二维码,您的支持将鼓励我继续创作!

转载于:https://www.cnblogs.com/hack404/p/10978862.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值