From aa5730a4246cd833ab6ec4f4b9c8779dac8c1f28 Mon Sep 17 00:00:00 2001 From: "wade@bindshell.net" Date: Thu, 18 Aug 2011 21:55:03 +0000 Subject: [PATCH] changed targets to user_notify for the alert and js modules git-svn-id: https://beef.googlecode.com/svn/trunk@1207 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- modules/misc/alert_dialog/config.yaml | 2 +- modules/misc/raw_javascript/config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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']