gushmazuko / metasploit_in_termux

Install Metasploit Framework 6 in Termux
MIT License
1.59k stars 262 forks source link

من فضلكم حل #245

Closed ahmedaliam closed 11 months ago

ahmedaliam commented 1 year ago

msfconsole No command msfconsole found, did you mean: Command bconsole in package bacula-fd Command jconsole in package openjdk-17 ~ $

dedshit commented 1 year ago

Invalid

Saroj7377 commented 1 year ago

msfconsole No command msfconsole found, did you mean: Command bconsole in package bacula-fd Command jconsole in package openjdk-17 ~ $

Bro pease install apktool,apksigner,zipalign before install metasploit . Remeber install metasploit from gusmazuko If you face nio4r gem instalation error Then do what i say First search nio4r github in google Then go to repositry and download using git clone comand . Then a nio4r folder will create in your termux Go to nio4r folder and nun this comand

sed -i '301 s/func/\&func/' /data/data/com.termux/files/home/nio4r/ext/nio4r/selector.c

afterthat use comand

rake clean

Then

rake compile

Then

rake release

After that a pg folder will create in your nio4r folder

Go to pg folder and you will find a nio4r .gem file for install use comand

gem i nio4r-2.5.9.gem

Then

Go to metasploit framework folder edit gemfile.lock using comand

nano gemfile.lock

Search nio4r version you will find nio4r 2.5.8 just rename to nio4r 2.5.9 And save it by comand

Control +x Then press y and enter And run bundle install again That set if you face any problem then replay me

dedshit commented 1 year ago

@Saroj7377 ?

dedshit commented 1 year ago

@Saroj7377 You do realize that issue is not permanent ?