December 2017
Intermediate to advanced
860 pages
16h 1m
English
File structure in Metasploit is laid out in the scheme as shown in the following screenshot:

Let us understand the most relevant directories, which will aid us in building modules for Metasploit through the following table:
| Directory | Usage |
| lib | The heart and soul of Metasploit; contains all the important library files to help us build MSF modules. |
| modules | All the Metasploit modules are contained in this directory. From scanners to post exploitation modules, every module which was integrated to Metasploit project can be found in this directory. |
| tools | Command line utilities that aid penetration testing ... |
Read now
Unlock full access