注意:以下设置在你清理浏览器缓存之前会一直生效。
基于CyberChef版本: 10.15.2
编译时间: 27/06/2024 15:17:21 UTC
我们要特别感谢SRK Toolbox作者,他的辛勤劳作,对社区无私贡献的汉化版本,让国内用户有了更好的体验!
汉化自CyberChef - The Cyber Swiss Army Knife
Based on CyberChef © Crown Copyright 2016-2024. Released under the Apache Licence, Version 2.0.
SRK Toolbox具有上下文帮助功能。只要把鼠标放在需要解释的模块上面,按F1
就能获得帮助信息。你可以现在就试试把鼠标放这里按F1
!
有300多种操作可以使用(汉化死我了),可以方便地搞定很多解码操作,以下是一些例子:
可以!直接把文件拖到输入区域就可以了。
根据你的浏览器,最大差不多可以处理2GB的数据,但是这么大的数据,有些操作可能会非常慢。
如果输出内容大小大于某个值(默认1MiB),输出会变成文件链接供下载。你可以预览文件当中的一些内容。
“Magic”操作会根据输入内容自动尝试解码。原理请查阅CyberChef的原始文档。
以下是CyberChef的原版内容,我不想努力翻译了:
A simple, intuitive web app for analysing and decoding data without having to deal with complex tools or programming languages. CyberChef encourages both technical and non-technical people to explore data formats, encryption and compression.
Digital data comes in all shapes, sizes and formats in the modern world – CyberChef helps to make sense of this data all on one easy-to-use platform.
The interface is designed with simplicity at its heart. Complex techniques are now as trivial as drag-and-drop. Simple functions can be combined to build up a "recipe", potentially resulting in complex analysis, which can be shared with other users and used with their input.
For those comfortable writing code, CyberChef is a quick and efficient way to prototype solutions to a problem which can then be scripted once proven to work.
It is expected that CyberChef will be useful for cybersecurity and antivirus companies. It should also appeal to the academic world and any individuals or companies involved in the analysis of digital data, be that software developers, analysts, mathematicians or casual puzzle solvers.
It is hoped that by releasing CyberChef through GitHub, contributions can be added which can be rolled out into future versions of the tool.
There are around 200 useful operations in CyberChef for anyone working on anything vaguely Internet-related, whether you just want to convert a timestamp to a different format, decompress gzipped data, create a SHA3 hash, or parse an X.509 certificate to find out who issued it.
It’s the Cyber Swiss Army Knife.
本插件整个都运行在本地浏览器中,没有服务器端组件,这意味着你的输入数据、你的操作流程设定不会被发送出去,无论你使用在线版还是离线版,只要是官方开源原版,都会是这样。
有三个操作会产生网络请求,“在地图上显示”会从wikimedia.org下载地图图片,“DNS over HTTPS”操作会向服务器发起DNS请求,以及“HTTP请求”操作会发起HTTP请求。你可以用浏览器的开发者工具(F12)的网络选项卡来监控网络请求情况。