Introduction to msf utilities
The Metasploit Framework comes with a couple of useful tools in addition to the usual exploits and payloads that we have seen so far. These tools can be run outside of the Metasploit Framework. Currently, the Metasploit Framework has tools in various categories, as in the following screenshot.
Simply open up the terminal and browse to the path /usr/share/metasploit-framework/tools
.
As seen in the following screenshot, currently the msf
utilities are categorized in nine categories:
We'll now learn about these utilities, starting with: msf-exe2vbs
.
msf-exe2vbs
The payloads generated in .exe
format usually get detected easily by antivirus programs. The msf-exe2vbs
utility allows us to convert an executable payload into VBScript
format. To use this utility, simply open up the terminal and type msf-exe2vbs
. This utility requires two arguments to execute...