From 95f5d78acc957da0b4070157c529f29269ffbf0d Mon Sep 17 00:00:00 2001 From: bcoles Date: Sun, 23 Sep 2012 16:04:25 +0930 Subject: [PATCH] Update supported browsers for lcamtuf download module Opera blocks the `data:` URL popup by default. Safari is no longer listed as either supported nor unsupported pending further testing. --- modules/social_engineering/lcamtuf_download/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/social_engineering/lcamtuf_download/config.yaml b/modules/social_engineering/lcamtuf_download/config.yaml index 329af0cbc..e081ec991 100644 --- a/modules/social_engineering/lcamtuf_download/config.yaml +++ b/modules/social_engineering/lcamtuf_download/config.yaml @@ -22,5 +22,5 @@ beef: description: "This module will attempt to execute a lcamtuf download. The file will be served with an alternative Content-Disposition: attachment header. For more information please refer to http://lcamtuf.blogspot.co.uk/2012/05/yes-you-can-have-fun-with-downloads.html ." authors: ["Bart Leppens"] target: - user_notify: ["ALL"] - not_working: ["IE"] + user_notify: ["FF", "C"] + not_working: ["IE", "O"]