mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 01:06:16 -04:00
Add Leet Speak
Not too many use cases, but something I thought of (and have seen in a few skiddie malware samples). Will also resolve #1234
This commit is contained in:
parent
3822c6c520
commit
f14c423c64
4 changed files with 149 additions and 1 deletions
|
@ -54,6 +54,7 @@ import "./tests/Comment.mjs";
|
|||
import "./tests/Compress.mjs";
|
||||
import "./tests/ConditionalJump.mjs";
|
||||
import "./tests/ConvertCoordinateFormat.mjs";
|
||||
import "./tests/ConvertLeetSpeak.mjs";
|
||||
import "./tests/ConvertToNATOAlphabet.mjs";
|
||||
import "./tests/Crypt.mjs";
|
||||
import "./tests/CSV.mjs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue