- at first download Metasploit
- Open a terminal. To do so, hit Ctrl+Alt+T.
- Type
cd /home/daniel/Downloads/
. This command will go to that folder (i.e. change our working directory to that folder). - Type
sudo chmod +x ./metasploit-latest-linux-installer.run
. Enter your password when asked. This command makes the file executable, so that you can "install" it. - Type
sudo ./metasploit-latest-linux-installer.run
. This command will run the file. - Once the installation is done, you can update metasploit using the command
sudo msfupdate
...this can take some time though. Once it's done, you can fire up the metsploit framework console using the commandsudo msfconsole
.
you are done!
No comments:
Post a Comment