github.com/lunarobliq/gophish@v0.8.1-0.20230523153303-93511002234d/models/testdata/text-file-with-vars.txt (about)

     1  The target's unique ID: {{.RId}}
     2  
     3  The target's first name: {{.FirstName}}
     4  
     5  The target's last name: {{.LastName}}
     6  
     7  The target's position: {{.Position}}
     8  
     9  The target's email address: {{.Email}}
    10  
    11  The spoofed sender: {{.From}}
    12  
    13  The URL to the tracking handler: {{.TrackingURL}}
    14  
    15  An alias for tracker image: {{.Tracker}}
    16  
    17  The phishing URL: {{.URL}}
    18  
    19  The base URL with the path and rid parameter stripped. Useful for making links to static files: {{.BaseURL}}