http://admin_server
instead of https://admin_server
(note the use of HTTPS).{{.URL}}
template tag when creating links in your emails. Then, when you launch a campaign, Gophish will fill this in with whatever you use as the "URL" field when creating the campaign.rid
parameter. So, it should look like this: http://your_url/?rid=XXXXX
.{{.URL}}
template tag, since that's how Gophish knows to generate the unique URL for each recipient.rid
parameters provided, you should see a basic 404 page not found
error. You should also see a log appear in your Gophish terminal.phish_server
configuration is set to use HTTPS that you need to include the URL in your campaign as https://your_url
.<form>
element on your landing page that has a few specific properties:<form>
element which captures data:""
so that form submissions are directed to your phishing page and, therefore, to your Gophish serverPOST
name
attributename
attributes from your inputs so they aren't submitted with the form.