Social Eng. extension: added default PDF attachment to config.yaml

This commit is contained in:
antisnatchor
2012-08-29 22:48:45 +01:00
parent 6409b3d98f
commit 9ea0f60138

View File

@@ -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"]