使用termux搭建。
1、更新源:
apt update && apt upgrade cd .. cd usr/etc/apt vim sources.list
修改源:
deb [arch=all,aarch64] http://mirrors.tuna.tsinghua.edu.cn/termux stable main
apt update
2、安装nmap
apt install nmap
很方便,完成后在手机上出现熟悉界面:
3、安装sqlmap
首先安装运行sqlmap所需要的包python2,以及clone GitHub包的git包
apt install python2 git git clone https://github.com/sqlmapproject/sqlmap
时间略长,完成后在手机上出现熟悉界面:
4、安装msf首先安装wget:
pkg install wget
下载msf安装脚本:
wget https://Auxilus.github.io/metasploit.sh
运行安装脚本:
sh metasploit.sh
这个过程比较慢,大概需要40分钟左右,成功后,在手机中出现熟悉的界面:
原帖:https://xz.aliyun.com/t/5618