From 34a2f86877e20438bdd94cee76618ab78b5cfea1 Mon Sep 17 00:00:00 2001 From: Christian Frichot Date: Mon, 23 Jul 2012 19:31:57 +0800 Subject: [PATCH] Tidied up the gmail phishing module - its not embedded so category is now a string not array --- modules/social_engineering/gmail_phishing/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/social_engineering/gmail_phishing/config.yaml b/modules/social_engineering/gmail_phishing/config.yaml index 2ec1d6c6e..a7666f4b3 100644 --- a/modules/social_engineering/gmail_phishing/config.yaml +++ b/modules/social_engineering/gmail_phishing/config.yaml @@ -17,7 +17,7 @@ beef: module: gmail_phishing: enable: true - category: ["Social Engineering"] + category: "Social Engineering" name: "Google Phishing" description: "This plugin uses an image tag to XSRF the logout button of Gmail. Continuously the user is logged out of Gmail (eg. if he is logged in in another tab). Additionally it will show the Google favicon and a Gmail phishing page (although the URL is NOT the Gmail URL)." authors: ["floyd @floyd_ch floyd.ch"]