diff --git a/modules/misc/alert_dialog/config.yaml b/modules/misc/alert_dialog/config.yaml index 2c1408e37..09884946c 100644 --- a/modules/misc/alert_dialog/config.yaml +++ b/modules/misc/alert_dialog/config.yaml @@ -22,4 +22,4 @@ beef: description: "Sends an alert dialog to the hooked browser." authors: ["bm"] target: - working: ["All"] + user_notify: ["All"] diff --git a/modules/misc/raw_javascript/config.yaml b/modules/misc/raw_javascript/config.yaml index c59fe067f..1c5b4680e 100644 --- a/modules/misc/raw_javascript/config.yaml +++ b/modules/misc/raw_javascript/config.yaml @@ -22,4 +22,4 @@ beef: description: "This module will send the code entered in the 'JavaScript Code' section to the selected hooked browsers where it will be executed. Code is run inside an anonymous function and the return value is passed to the framework. Multiline scripts are allowed, no special encoding is required." authors: ["wade", "vo"] target: - working: ['ALL'] + user_notify: ['ALL']