注意,此方法2021.6.1开始失效了,Termux的源中移除了对Metasploit的支持,以下方法全部失效,新方法参见我新发布的文章。
×××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××
If you installed termux just uninstall it or clear Termux Data this is first step.
Now install termux and execute the following commands to install metasploit in Termux
Commands :
apt update && apt upgrade
apt install unstable-repo
apt install metasploit
After installation Type
./msfconsole
注意不要再使用其他教程的脚本安装了,2020.10开始过时了,肯定会安装失败。
这里面国内的用户经常会遇到掉线的问题,所以需要修改termux的国内源(以清华的源为例):
手动修改,不建议用自动命令,有时候你没粘帖全。。。
编辑 $PREFIX/etc/apt/sources.list 修改为如下内容
# The termux repository mirror from TUNA:
deb https://mirrors.tuna.tsinghua.edu.cn/termux/termux-packages-24 stable main
编辑 $PREFIX/etc/apt/sources.list.d/science.list 修改为如下内容
# The termux repository mirror from TUNA:
deb https://mirrors.tuna.tsinghua.edu.cn/termux/science-packages-24 science stable
编辑 $PREFIX/etc/apt/sources.list.d/game.list 修改为如下内容
# The termux repository mirror from TUNA:
deb https://mirrors.tuna.tsinghua.edu.cn/termux/game-packages-24 games stable
请使用内置或安装在 Termux 里的文本编辑器,例如 vi / vim / nano 等,不要使用 RE 管理器等其他具有 ROOT 权限的外部 APP 来修改 Termux 的文件
其他需要自行添加的,建议都改成国内的,速度快:
https://mirrors.tuna.tsinghua.edu.cn/termux/x11-packages
https://mirrors.tuna.tsinghua.edu.cn/termux/unstable-packages
https://mirrors.tuna.tsinghua.edu.cn/termux/termux-root-packages-24
最后建议修改taobao.gems国内的速度快一些,不会出现插件无法下载的情况。