♻️ How to fix this all error for Termux ♻️
Fix App Erroe Run All Command 👇
(ruby error, gem, bundle, ssl)
pkg update && pkg upgrade -y && pkg install git && pkg install python2 && pkg install ruby && pkg install wget && pkg install curl
pkg upgrade ruby
gem install bundle && gem install bundler
gem install nokogiri -- --use-system-libraries
gem install pkg-config -v "~> 1.1"
gem install nokogiri
pip2 install bundler
bundle update nokogiri
bundle config build.nokogiri --use-system-libraries
bundle install
✅ How to install Metasploit in Termux Use Github ✅
Step 1 :- This is the second way to install Metasploit on Themes using Github. To install Metasploit on Termux using GitHub, please follow the steps mentioned below carefully. And after typing each command, you have to wait until the command is executed.
In the first step, we need to update our Themax storage repository. Just use the command below to refresh the Termux cache.
pkg update && pkg upgrade -y
Step 2 :- After reviewing the final term of the Termux, our next step is to include some of Metasploit's requirements.
pkg install wget curl openssh git -y
Step 3 :- Using the above command, we have included the following packages: Wget, Curl, Openssh, and.
Type the command below in your termux to install ncurses-utils
apt install ncurses-utils
Step 4 :- Copy the command below and paste it into your Termux to download Metasploit.
git clone https://github.com/rapid7/metasploit-framework.git
Step 5 :- Use the command below to make the file readable, compact, and effective.
chmod +x *
Step 6 :- Type the command below to use Metasploit.
./metasploit.sh
Step 7 :- If the command above does not work, try the command below.
bash metasploit.sh
Metasploit successfully installed on your Termux.
wrote By @Green_hat_Hacker000
Idea From A User Who Asked
Komentar
Posting Komentar