Skip to content
This repository was archived by the owner on May 19, 2022. It is now read-only.

Commit 0fe5519

Browse files
authored
Update phish.yml
1 parent ea8862e commit 0fe5519

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

vars/phish.yml

+9-2
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,25 @@
33
hostname: "{{ op_number }}-gp"
44
cs_hostname: '{{ hostname }}'
55

6-
#VM Provider
6+
#VM Provider to use
77
vm: 'digitalocean'
88

99
#Email
1010
email_enable: true
1111
email_service: 'mailgun'
12-
email_domian: ''
12+
mailgun_domian: ''
13+
mailgun_api: ''
14+
mailgun_smtp_password: ''
1315

1416
# CDN
1517
cdn_enable: true
1618
cdn: 'azure'
1719
cdn_domain: 'azureedge.net'
1820
cdn_origin_host: '{{ hostname }}.{{ domain_name }}'
1921

22+
#Man In The Middle Proxy
23+
mitmproxy_hostname: "mitm"
24+
2025
#Gophish
2126
gophish_admin_hostname: 'gpadmin'
2227
gophish_site_hostname: 'gpredirect'
@@ -26,6 +31,8 @@ gophish_cdn_hostname: 'mycompany-loading' #The hostname set for CDN example myco
2631
phishlet: 'o365'
2732
nginx_profile: 'phish'
2833
redirect_domain: 'azure.microsoft.com'
34+
35+
#Office365 Phishlet
2936
o365_login: "mycompany-login"
3037
o365_www: "mycompany-www"
3138

0 commit comments

Comments
 (0)