My device is rooted and I have already used metasploit with termux package unstable-repo. I have to uninstall the termux and after I install it again, it saying the unstable- repo is not supporting. So I have to download a bash file to install metasploit.
After the installation I tried to run metasploit and it saying about a segmentation fault error. Please help me to fix this problem. I know this one isn't a metasploit error.
Welcome to Termux!
Wiki: https://wiki.termux.com
Community forum: https://termux.com/community
Gitter chat: https://gitter.im/termux/termux
IRC channel: #termux on freenode
Working with packages:
Subscribing to additional repositories:
Report issues at https://termux.com/issues
$ ls
Metasploit_termux metasploit-framework
$ cd metasploit-framework/
$ ls
CODE_OF_CONDUCT.md app msfconsole
CONTRIBUTING.md config msfd
COPYING data msfrpc
Dockerfile db msfrpcd
Gemfile docker msfupdate
Gemfile.local.example docker-compose.override.yml msfvenom
Gemfile.lock docker-compose.yml plugins
LICENSE documentation script
LICENSE_GEMS external scripts
README.md lib spec
Rakefile metasploit-framework.gemspec test
Vagrantfile modules tools
$ ./msfconsole
Segmentation fault
$
Try this one:
metasploit_5.0.65-1_all.deb.gz
Metasploit does not work out-of-box due to broken ruby extensions (I'm not sure about existence of proper fix for that since its Android's linker issue).
Ok. Thank you for replying.
what i need to do after unziping this?
curl -LO https://github.com/termux/termux-packages/files/3995119/metasploit_5.0.65-1_all.deb.gz
gunzip metasploit_5.0.65-1_all.deb.gz
dpkg -i metasploit_5.0.65-1_all.deb
apt -f install
Thank you very much xeffyr. It's working now.
Most helpful comment
Thank you very much xeffyr. It's working now.