From fff1039c41e3a89eb3ac3914f428c6bd857ffb3d Mon Sep 17 00:00:00 2001 From: "scotty.b.brown@gmail.com" Date: Sat, 16 Jul 2011 01:52:46 +0000 Subject: [PATCH] Adding target specification to alert_dialog configuration git-svn-id: https://beef.googlecode.com/svn/trunk@1066 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- modules/misc/alert_dialog/config.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/misc/alert_dialog/config.yaml b/modules/misc/alert_dialog/config.yaml index 7f1b4daac..910b712d0 100644 --- a/modules/misc/alert_dialog/config.yaml +++ b/modules/misc/alert_dialog/config.yaml @@ -22,4 +22,10 @@ beef: description: "Sends an alert dialog to the hooked browser." authors: ["bm"] target: - user_notify: ['ALL'] + working: + IE: + min_ver: 7 + os: ["Windows", "Mac"] + working: ["F", "C"] + user_notify: "K" + not_working: "S"