Files
metasploit-gs/lib/msf/base
Spencer McIntyre 69c525c2f7 Update the minimum WfsDelay setting
Now there's a minimum WfsDelay of 3 seconds with the user-configurable
value being added to it.
2021-04-20 13:05:37 -04:00
..
2020-09-29 18:35:08 -04:00
2021-01-05 14:59:46 +00:00
2021-01-05 14:59:46 +00:00

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