The Templates section available to all users it’s a library of constantly updated, ready to use templates. The library is broken down into specific categories, languages, privacy, ranking, cues and type on the top of the page.
The listings are dynamic, so if you click on a specific category, the page will filter according to your selection. You can also dynamically search for templates by name using the search bar.
By clicking on the magnifying glass icon you can quickly access the template preview of both the email body and the landing page.
It is also possible to launch a new campaign with the selected template by clicking on the “Use this template” button.
Template Customization
The button “Customize” allows to customize the selected template. When clicked a copy of the original template is created and a visual editor opens. if you wish to start from a blank template please click on the [+] icon on the top right.
Depending on easiness of the template you can set NIST Scale Cues that will be reported on campaign report.
Customizing Templates – Email Tab
This section allows to modify the email that will be sent to your targets. You can customize the Email From name and the envelope sending domain, picking up one from the dropdown list. The editor allows you to edit the content of the email through a WYSIWYG editor.
A pop up window will open with the content. Any links you want to redirect to the template’s landing page (and be tracked) should use {{.URL}} as the URL. The system will replace this tag automatically with the appropriate link.
When editing the template simply press {{ to open a dropdown list of available variables that will be replaced in the actual test email.
See section below for a listing of available variables.
Customizing Templates – SMS Tab (visible if smishing license is active)
As for email message, this section allows you to customize the content of the SMS message, you can use placeholder but you must include at least {{.URL}} placeholder.
The maximum length of the message is 160 characters (excess will be trunked) but actual length of the message depends on the variable content after placeholder replacement, be careful to reserve the necessary amount of characters.
Customizing Templates – Landing Page Tab
This section allows to modify the landing page that your users will be redirected to. The same WYSIWYG editor is available to edit the landing page content in a friendly way.
Your landing page must include at least a form with null action and method post, as follows:
<form action="" method="post">
this is needed to track users’ submissions.
Once done click Save.
The customized template will be available in your library and ready to use.
Variables
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 |
{{.Company}} | The target’s Company 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. |
{{.QRCode:x}} | The phishing URL represented as QRCode. The :x part is optional and x is the value of the dimension (in pixel) of QRCode. Default is 250px. |
Adding images
You can add your own images with the following button.
Select upload option and select the file to upload.
This method will encode automatically the uploaded image in base64 before inserting in the template (remember you cannot use assets from external sources, like links to other website).
Otherwise you can insert directly the base64 encoded string in URL field.