Skip to content

Instantly share code, notes, and snippets.

@VillainsRule
Last active June 29, 2024 10:50
Show Gist options
  • Save VillainsRule/832017b721e6aa59ad44444fc9c7f5af to your computer and use it in GitHub Desktop.
Save VillainsRule/832017b721e6aa59ad44444fc9c7f5af to your computer and use it in GitHub Desktop.

Filter Bypasses

These are a ton of Unicode "look-alikes", meaning they can be used to bypass bad filters.

Character Fakes
a ะฐ
b ๐–ป
c ั
d ๐–ฝ
e ะต
f ๐–ฟ
g ึ
h าป
i ั–
j ั˜
k ๐—„
l ำ
m ๐—†
n ีธ
o ฮฟ
p ั€
q ิ›
r ๐—‹
s ั•
t ๐—
u ีฝ
v ๐—
w ๐—
x ั…
y ัƒ
z ๐—“
const characters = {
    "!": "วƒ",
    "a": "ะฐ",
    "b": "๐–ป",
    "c": "ั",
    "d": "๐–ฝ",
    "e": "ะต",
    "f": "๐–ฟ",
    "g": "ึ",
    "h": "าป",
    "i": "ั–",
    "j": "ั˜",
    "k": "๐—„",
    "l": "ำ",
    "m": "๐—†",
    "n": "ีธ",
    "o": "ะพ",
    "p": "ั€",
    "q": "ิ›",
    "r": "๐—‹",
    "s": "ั•",
    "t": "๐—",
    "u": "ีฝ",
    "v": "๐—",
    "w": "๐—",
    "x": "ั…",
    "y": "ัƒ",
    "z": "๐—“"
};
ctrl+f for FULLWIDTH LATIN SMALL LETTER A for the lowercase letters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment