Metasploit - Kali Linux

Metasploit - Kali Linux - solution rider
Metasploit is a product of Rapid7 and most of the resources can be found on their web page. It is available in two versions - commercial and free edition. The differences between these two versions is not much hence, in this case we will be using the Community version (free).
As an Ethical Hacker, you will be using “Kali Ditribution” which has the Metasploit community version embedded, along with other ethical hacking tools which are very comfortable by saving time of installation. However, if you want to install as a separate tool it is an application that can be installed in the operating systems like Linux, Windows and OS X. To Get more detailed tutorial and to create MSFPayload Go Read This tutorial.
First, open the Metasploit Console in Kali. Then, go to Applications → Exploitation Tools → Metasploit.
Metasploit - Kali Linux - solution rider

After it starts, you will see the following screen, where the version of Metasploit is underlined in red.
Metasploit - Kali Linux - solution rider

In the console, if you use help or ? symbol, it will show you a list with the commands of MSP along with their description. You can choose based on your needs and what you will use.
Metasploit - Kali Linux - solution rider

Another important administration command is msfupdate which helps to update the metasploit with the latest vulnerability exploits. After running this command in the console, you will have to wait several minutes until the update is complete.
Metasploit - Kali Linux - solution rider

It has a good command called “Search” which you can use to find what you want as shown in the following screenshot. For example, I want to find exploits related to Microsoft and the command can be msf >search name:Microsoft type:exploit.
Where “search” is the command, ”name” is the name of the object that we are looking for, and “type” is what kind of script we are looking for.
Metasploit - Kali Linux - solution rider

Another command is “info”. It provides the information regarding a module or platform where it is used, who is the author, vulnerability reference, and the payload restriction that this can have.
Metasploit - Kali Linux - solution rider


TAG