How to install metasploite framework

After installation of termux

Open termux

Type below commands


***ALL THE COMMANDS USED IN THIS VIDEO***
$ apt update && apt upgrade
$ pkg install unstable-repo
$ pkg install metasploit
$ (This process will take upto 10-15 min)
TO CHECK METASPLOIT INSTALLED OR NOT TYPE THUS COMMAND👇
$ msfconsole

No comments:

Post a Comment

How to connect to an FTP server from Linux?

To connect to an FTP server from a Linux system, you can use either a command-line FTP client or a graphical one. Here’s how to do it usin...