Langsung ke konten utama

How to fix this all error for Termux

 ♻️ 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

Postingan populer dari blog ini

Rencana Pelatihan 30 Hari: Otodidak Ethical Hacking untuk Pemula

Rencana Pelatihan 30 Hari: Otodidak Ethical Hacking untuk Pemula Rencana ini dirancang untuk memperkenalkan Anda pada dunia ethical hacking secara bertahap. Konsisten adalah kuncinya! Alokasikan minimal 1-2 jam setiap hari, atau sesuaikan sesuai jadwal Anda. Minggu 1: Fondasi Kuat (Teori & Konsep Dasar) Fokus pada pemahaman istilah dan cara kerja dasar. Hari 1-2: Pengantar Dunia Hacking & Keamanan Siber Baca artikel-artikel tentang definisi hacker (white hat, black hat, gray hat) dan ethical hacking . Pahami perbedaan antara hacking dan cybercrime . Kenali ransomware , malware , phishing , DDoS , dan mengapa mereka berbahaya. Latihan: Tuliskan 5 alasan mengapa Anda ingin belajar ethical hacking . Hari 3-4: Dasar-dasar Jaringan Komputer Pelajari konsep IP Address, MAC Address, port , protokol (TCP/IP, HTTP, FTP, DNS). Pahami bagaimana jaringan rumah atau kantor Anda bekerja (router, modem, Wi-Fi). Sumber Belajar: Video YouTube "Basic Networking for Beginners", a...