How To Install Metasploit Framework On Any Android DeviceDecember 8, 2017 By Uma 1 CommentIt is one of the best hacking tools out there. Metasploit can do almost everything in terms of compromising a system. This will be a quite short tutorial, let’s dive in. To install Metasploit with Termux you will need the followingRequirements:TermuxInternet connectionAndroid 5.0 or laterHow to install Metasploit: Open Termux, type command $ apt update $ apt upgradeInstall wget $ apt install wgetDownload metasploit.sh script $ wget https://github.com/Auxilus/Auxilus.github.io/blob/master/metasploit.shRun metasploit.sh script (take 5-10 minutes) $ bash metasploit.shRun metasploit-framework $ cd metasploit-framework $./msfconsoleAnd your done.Enjoy!
Leave a Reply