Metasploit-framework: Termux is not supported

Created on 25 Nov 2018  路  5Comments  路  Source: rapid7/metasploit-framework

Termux is not officially supported.

However, Metasploit reportedly does work with Termux.

Refer to the following for more information:

Most helpful comment

WontFix

All 5 comments

WontFix

not true bro
metasploit 5 works on termux ;)

wget https://raw.githubusercontent.com/gushmazuko/metasploit_in_termux/master/metasploit.sh

mv metasploit.sh $HOME

cd

chmod +x metasploit.sh

./metasploit.sh

---start MetaSploi---

cd

./postgresql_ctl.sh restart

cd metasploit-framework

gem install bundler -v 1.17.1

rm Gemfile.lock

bundle install

./msfconsole

auxilus I tested your script 2 days ago
error: "cloud not find activesupport-4.2.10 in any of the sources"

screenshot

msfconsole

[!] There was an error parsing Gemfile:
[!] There was an error while loading grpc.gemspec: cannot load such file -- grpc/version
Does it try to require a relative path? That's been removed in Ruby 1.9. Bundler cannot continue.

# from /data/data/com.termux/files/home/metasploit-framework/grpc.gemspec:4
# -------------------------------------------
# $LOAD_PATH.push File.expand_path('../src/ruby/lib', __FILE__)

require 'grpc/version'
#
# -------------------------------------------
. Bundler cannot continue.

# from /data/data/com.termux/files/home/metasploit-framework/Gemfile:4
# -------------------------------------------
# # spec.add_runtime_dependency '', []

gemspec name: 'metasploit-framework'
#
# -------------------------------------------

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ejholmes picture ejholmes  路  3Comments

miholtz picture miholtz  路  3Comments

felipee07 picture felipee07  路  3Comments

Acidical picture Acidical  路  3Comments

Funeoz picture Funeoz  路  3Comments