How To Install Metasploit In Termux App ?
You can use a shell script to install it.
remember dont turn off your internet connection
follow these steps :
1. uninstall termux app
2. Newly install Termux app
3. open Termux app
4. run these commands
$ apt update
$ apt upgrade
$ apt install wget
5. clone metasploit with this command
$ wget https://Auxilus.github.io/metasploit.sh
$ bash metasploit.sh
This script will install the latest version of metasploit-framework.
script also include some extras to make updating metasploit faster.
If all goes well, i.e. No red colored warnings,
you can start metasploit using ./msfconsole.
Now take a coffe and sit down and wait 15-20 minutes
to install metasploit in termux
after installation type this command :
$ cd metasploit-framework
Now run msfconsole
$ ./msfconsole
Enjoy metasploit....
Enjoy! Follow us for more...
No comments:
Post a Comment