From 9ea0f60138e3311e57526ad0a9d1b61cda7a96ab Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Wed, 29 Aug 2012 22:48:45 +0100 Subject: [PATCH] Social Eng. extension: added default PDF attachment to config.yaml --- extensions/social_engineering/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/social_engineering/config.yaml b/extensions/social_engineering/config.yaml index 54cb64e62..de77968e4 100644 --- a/extensions/social_engineering/config.yaml +++ b/extensions/social_engineering/config.yaml @@ -29,7 +29,7 @@ beef: use_auth: true use_tls: true helo: "gmail.com" # this is usually the domain name - from: "yourmail@gmail.com" + from: "youruser@gmail.com" password: "yourpass" # available templates templates: @@ -39,4 +39,4 @@ beef: images_cids: cid1: "beef_logo.png" #cid2: "second_image.png" - attachment: [""] + attachments: ["beef_attachment.pdf"]