mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-26 01:36:17 -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
|
@ -140,6 +140,7 @@ OpModules.Default = {
|
|||
"Numberwang": Numberwang.run,
|
||||
"Generate TOTP": OTP.runTOTP,
|
||||
"Generate HOTP": OTP.runHOTP,
|
||||
"Magic": FlowControl.runMagic,
|
||||
"Fork": FlowControl.runFork,
|
||||
"Merge": FlowControl.runMerge,
|
||||
"Register": FlowControl.runRegister,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue