mirror of https://github.com/gophish/gophish
Making tracker image fully invisible
At the moment the tracker is a 1x1 image, changed the HTML code to make it fully invisible.pull/229/head
parent
83a17e8c2d
commit
c83ce80d13
|
@ -78,7 +78,7 @@ func processCampaign(c *models.Campaign) {
|
|||
t,
|
||||
c.URL + "?rid=" + t.RId,
|
||||
c.URL + "/track?rid=" + t.RId,
|
||||
"<img src='" + c.URL + "/track?rid=" + t.RId + "'/>",
|
||||
"<img style="display: none" src='" + c.URL + "/track?rid=" + t.RId + "'/>",
|
||||
ft,
|
||||
}
|
||||
// Parse the templates
|
||||
|
|
Loading…
Reference in New Issue