#2. Install Metasploit Using Termux
The Metasploit Project is a computer security project that provides information about security vulnerabilities and aids in penetration testing and IDS signature development.
Following are the steps you need to follow to install Metasploit:
#1: Install Termux from Google Play-Store
#2: Open And Wait it for its Installation process.
#3: Now type this Command
apt update
#4: After updating completed type this command
apt install curl
#5: Now Type
"cd $HOME"
#6: Now type/copy this command
curl -LO https://raw.githubusercontent.com/Techzindia/Metasploit_For_Termux/master/metasploitTechzindia.sh
#7: After above file is downloaded, type
ls
#8: You’ll see a .sh file. Now type this command
chmod +x metasploitTechzindia.sh
#9: Now Run A Script By Type Command
sh metasploitTechzindia.sh
You’ll see a process is started. So wait until it ends.
[Warning]: Don’t turn off your data connection or wifi connection.
#10: Now type,
ls
You’ll be seeing a metasploit-framework Folder.
#11: Open a folder by typing in
cd <yourfoldername>
#12: type “ls” command, you’ll see a list of files & folders.
#13: Now Type “./msfconsole” to run Metasploit.
No comments:
Post a Comment