metasploit-framework/lib/msf/base
cgranleese-r7 55119aaac7
Land #16940, Rewrite datastore, and add support for option fallback lookups
2022-09-16 14:19:19 +01:00
..
persistent_storage
serializer Add feature flagged datastore rewrite, with support for option fallback lookups 2022-09-16 12:59:02 +01:00
sessions Land #16521, Add custom stage 2022-09-08 14:44:32 -04:00
simple working on nim shellcode generator 2022-09-07 13:18:18 -04:00
README.md
config.rb consolidate the config directory lookups 2022-07-25 15:27:21 -05:00
logging.rb
persistent_storage.rb
simple.rb

README.md

framework-base

The base library provides implementations for some of the default sessions, such as Shell, Meterpreter, DispatchNinja, and VNC. These sessions are used by modules that come pre-packaged with the default module distribution of Metasploit and are depended on by their respective payloads.

Beyond providing the default sessions, framework-base also provides a wrapper interface to framework-core that makes some of the tasks, such as exploitation, into easier to manage functions.

framework-base depends on framework-core