mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 15:25:01 -04:00
Cleaned build folder
Update Readme
This commit is contained in:
parent
e2f72ddea6
commit
f1449ac869
49 changed files with 18 additions and 816 deletions
17
README.md
17
README.md
|
@ -1,5 +1,22 @@
|
|||
# CyberChef
|
||||
|
||||
This is a fork of original CyberChef by GCHQ. This project has implemented my own operations for the daily SoC tasks. Please feel free to clone/test/share/contribute it.
|
||||
|
||||
## Features
|
||||
|
||||
- opeartion **nTcpdump**: tcpdump hexdump convert
|
||||
|
||||
## Todo
|
||||
|
||||
- operation GZip HTTP data
|
||||
- operation char() data
|
||||
- operation SQL comment strip function
|
||||
|
||||
|
||||
---
|
||||
|
||||
## Original project info
|
||||
|
||||
####*The Cyber Swiss Army Knife*
|
||||
|
||||
CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser. These operations include creating hexdumps, simple encoding like XOR or Base64, more complex encryption like AES, DES and Blowfish, data compression and decompression, calculating hashes and checksums, IPv6 and X.509 parsing, and much more.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue