mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 23:35:01 -04:00
Adding From Char(hex) feature
This commit is contained in:
parent
112af3c74b
commit
8b546e61b2
4 changed files with 33 additions and 1 deletions
|
@ -6,11 +6,14 @@ This is a fork of original CyberChef by GCHQ. This project has implemented my ow
|
|||
|
||||
- opeartion **nTcpdump**: tcpdump hexdump convert
|
||||
- operation **From 0x[Hex]**: e.g. <code>0x217e21</code> to <code>!~!</code>
|
||||
- operation **From char(hex)**:
|
||||
- e.g. <code>chr(33)</code> to <code>!</code>
|
||||
- This operation supports char() and chr()
|
||||
- Combining the usage of **From 0x[Hex]** and **From char(hex)** can decode <code>chr(0x3333)</code> to <code>!</code>
|
||||
|
||||
## Todo
|
||||
|
||||
- operation GZip HTTP data
|
||||
- operation char() data
|
||||
- operation SQL comment strip function
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue