gushmazuko / metasploit_in_termux

Install Metasploit Framework 6 in Termux
MIT License
1.55k stars 255 forks source link

Could not locate gemfile[BUG] #256

Closed TanjiroK closed 8 months ago

TanjiroK commented 11 months ago

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

Smartphone

MrTeraByte commented 11 months ago

I am having the same problem.Any update?

Smartpluginc commented 11 months ago

Yea I'm having the same issue

Heda360 commented 10 months ago

Me too

gushmazuko commented 10 months 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)
Karthi02116K commented 8 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