mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Added Magic operation with the ability to detect language, file type and some encoding types.
This commit is contained in:
parent
aa6890432c
commit
fc2828fee3
7 changed files with 273 additions and 1 deletions
|
@ -34,7 +34,8 @@ function main() {
|
|||
"URL Decode",
|
||||
"Regular expression",
|
||||
"Entropy",
|
||||
"Fork"
|
||||
"Fork",
|
||||
"Magic"
|
||||
];
|
||||
|
||||
const defaultOptions = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue