rsmusllp / king-phisher

Phishing Campaign Toolkit
BSD 3-Clause "New" or "Revised" License
2.26k stars 540 forks source link

adding empty alt text to tracking_dot_image_tag #476

Closed elreydetoda closed 2 years ago

elreydetoda commented 2 years ago

Just a small commit to add an empty alt tag, because websites like https://www.mail-tester.com/ mark that as a thing to improve on if you don't have alt tag at least present (even if it is empty).

Alternatively, another solution would be to allow the user to pass a parameter to specify an alt text like how inline_image does, but that was a lot more work :upside_down_face: . Feel free to close it if you'd like to go an alternative route, I made the modification to my client and figured I suggest it in case anyone else thought it was useful.

zeroSteiner commented 2 years ago

Seems legit, thanks for the contribution.

elreydetoda commented 2 years ago

anytime, thanks for the awesome project!