Question
Can I replace a phishing link with a clickable image?
Answer
You can choose to replace a phishing link with a clickable image. To do this, you can either add the image in an existing template or create a new one from scratch. The following directions are for adding an image into a brand new email template.
- Navigate to Phishing
- Click on New Campaign
- Create Campaign (for this example - Drive by Campaign was used)
- Choose Create Template from Scratch under Selected Templates
- Fill in all appropriate Settings
- Click on Message
- Create Email Message
- Add Phishing Link
User-added image
- Name the link something you can easily identify later
User-added image
- Click on Image icon
- Select Upload > Choose File
- Click Send it to the Server
- Select Image Info
- Click OK
- Click on the Source button in the editor
- Locate the lines for the link (in red) and the image (in purple)
<html>
<head>
<title></title>
</head>
<body><a href="http://phishbucket.com/phishinglink">REPLACE</a><br />
<img alt="" height="96" src="https://ts-uploads.s3.amazonaws.com/...bie-4d1341.png" width="102" /></body>
</html>
- Cut the image line (in purple), and put it in place of the text >REPLACE< in the example above so that the link surrounds the image
<body><a href="http://phishbucket.com/phishinglink"><img alt="" height="96" src="https://ts-uploads.s3.amazonaws.com/...bie-4d1341.png" width="102" /></a><br />
</body>
</html>
- Click Source button to see results