Skip to content

Commit

Permalink
Land rapid7#10744, Add AUDIO_EFFECTS to distinguish from others
Browse files Browse the repository at this point in the history
  • Loading branch information
wchen-r7 authored and jmartin-tech committed Oct 24, 2018
1 parent e423d5c commit de88d70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/msf/core/constants.rb
Expand Up @@ -82,7 +82,9 @@ module Msf
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)
# Module may cause a noise (Examples: audio output from the speakers or hardware beeps)
AUDIO_EFFECTS = 'audio-effects'
# Module may produce physical effects (Examples: the device makes movement or flashes LEDs)
PHYSICAL_EFFECTS = 'physical-effects'

#
Expand Down

0 comments on commit de88d70

Please sign in to comment.