Modules and Locations
Primary Modules: /usr/share/metasploit-framework/modules/
Custom Modules: ~/.msf4/modules/
Exploits
Exploit modules are defined as modules that use payloads.
Auxiliary
Auxiliary modules include port scanners, fuzzers, sniffers, and more.
Payloads, Encoders, Nops
Payloads consist of code that runs remotely.
Encoders ensure that payloads make it to their destination intact.
Nops keep the payload sizes consistent across exploit attempts.
Loading Additional Module Trees
Pass the -m option when running msfconsole to load additional modules at runtime.
Use the loadpath command, If you need to load additional modules after msfconsole being started.
References
Last updated