Gophish User Guide
  • Introduction
  • License
  • What is Gophish?
  • Installation
  • Getting Started
  • Documentation
    • Changing Account Settings
    • Groups
    • Templates
    • Attachment Tracking
    • Landing Pages
    • Sending Profiles
    • Campaigns
    • Using the API
    • Generating Reports
    • Email Reporting
    • Webhooks
    • User Management
    • Logging
  • Building Your First Campaign
    • Introducing the Morning Catch Corporation
    • Creating the Sending Profile
    • Importing Groups
    • Creating the Template
    • Creating the Landing Page
    • Launching the Campaign
  • Template Reference
  • Additional References
  • FAQ
Powered by GitBook
On this page

Template Reference

The following variables are available in templates and landing pages:

Tip: Remember - Templates are case sensitive!

Variable

Description

{{.RId}}

The target's unique ID

{{.FirstName}}

The target's first name

{{.LastName}}

The target's last name

{{.Position}}

The target's position

{{.Email}}

The target's email address

{{.From}}

The spoofed sender

{{.TrackingURL}}

The URL to the tracking handler

{{.Tracker}}

An alias for <img src="{{.TrackingURL}}"/>

{{.URL}}

The phishing URL

{{.BaseURL}}

The base URL with the path and rid parameter stripped. Useful for making links to static files.

PreviousLaunching the CampaignNextAdditional References

Last updated 6 years ago