Read a blog post, The Dangers of Google’s .zip TLD,
from @bobbyrsec
TIL: "@" and "/" in URL redirection
URI
Redirect examples
URL with @ operator: redirect to what comes after "@"
Semantic attack example
✅ Legitimate slash:
❌ Homoglyph slashs:
- ⁄ [U+2044]
- ∕ [U+2215]
- / [U+FF0F]
- ⧸ [U+29F8]
Slash before "@" doesn't redirect to what comes after "@",
but homoglyph slashes will redirect to what comes after "@".