gushmazuko / metasploit_in_termux

Install Metasploit Framework 6 in Termux
MIT License
1.6k stars 266 forks source link

Could not locate gemfile[BUG] #256

Closed TanjiroK closed 10 months ago

TanjiroK commented 1 year ago

I tried all ways of solving this but failed any solution??

Smartphone

MrTeraByte commented 1 year ago

I am having the same problem.Any update?

Smartpluginc commented 1 year ago

Yea I'm having the same issue

Heda360 commented 1 year ago

Me too

gushmazuko commented 1 year ago

Fixed in latest update https://github.com/gushmazuko/metasploit_in_termux/commit/47ea57e9912814e689f5b3446416c5ae65d7160c Just update your Termux and reinstall:

source <(curl -fsSL https://kutt.it/msf)
karthi-keyank commented 11 months ago

Creat gem file with nano in home derectory

nano gemfile

Now pate this

frozen_string_literal: true

source "https://rubygems.org"

gem "rails"

Now save and exit

Now

bundler install --gemfile