Use Image As Phishing Link

Created by Antonio Ortiz, Modified on Fri, 11 Sep 2020 at 08:28 AM by Jason Carreiro

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.

  1. Navigate to Phishing
  2. Click on New Campaign
  3. Create Campaign (for this example - Drive by Campaign was used)
  4. Choose Create Template from Scratch under Selected Templates
  5. Fill in all appropriate Settings
  6. Click on Message
  7. Create Email Message
  8. Add Phishing Link

    User-added image 
  1. Name the link something you can easily identify later

    User-added image

  1. Click on Image icon
  2. Select Upload > Choose File
  3. Click Send it to the Server
  4. Select Image Info
  5. Click OK
  6. Click on the Source button in the editor
  7. 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>

  1. 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>

  1. Click Source button to see results