-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprojector.cfg
44 lines (30 loc) · 1.33 KB
/
projector.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[DEFAULT]
# url to admin page
admin_url = https://127.0.0.1:3333
# get your api key from settings
key = aaaaaaaaaaaaaaaaaaaaaaaaaaaa
# csv file with pair like - "first_name,last_name,email,position,filename" where email is target email address filename name of the file to attach
users_file = users.csv
# path to file with html body of email
html_file = letter.html
# path to file with plain text body of email
txt_file = letter.txt
#images will be attached to every mail template, to use them as inline image in HTML, for more info see gophish hints on atlas wiki. If no images leave empty list
images = []
#images = ["image1.png","image2.png"]
#profile to select for send with all campaigns, for now it is possible to use only one profile for every autogenerated campaign
sending_profile = sender
#campaigns launch date in iso 8601 format, to send it right now set the empty string
#launch_date = 2017-09-30T20:35:00+03:00
launch_date =
# directory where all attachements are stored, including inline images
attachement_dir = ./attachments
#subject for the email template
subject = Really important email
#name of the file that will be displayed in email
attachment_filename = attachment.doc
#Landing page URL for tracking image loading
landing_url = https://127.0.0.1/images
landing_page = empty
#Time delay between campaigns start
delay = 10