diff --git a/lib/msf/core/constants.rb b/lib/msf/core/constants.rb index f2a2416b65..26431ef6b2 100644 --- a/lib/msf/core/constants.rb +++ b/lib/msf/core/constants.rb @@ -82,6 +82,8 @@ IOC_IN_LOGS = 'ioc-in-logs' ACCOUNT_LOCKOUTS = 'account-lockouts' # Module may show something on the screen (Example: a window pops up) SCREEN_EFFECTS = 'screen-effects' +# Module may produce physical effects in hardware (Examples: light, sound, or heat) +PHYSICAL_EFFECTS = 'physical-effects' # # Reliability