Windows安装ciphey编码工具,附一道ciscn编码题例

TA是什么

一款智能化的编码分析解码工具,对于CTF中复杂性编码类题目可以快速攻破。

编码自动分析解码的神器。

如何安装

Windows环境

Python 3.8 64位(最新的版本不兼容,32位的也不行)

PIP直接安装

pip install ciphey  -i https://pypi.mirrors.ustc.edu.cn/simple/

安装后若是出现报错请根据错误代码行数找到对应文件,r修改成rb即可。

使用

标准语法

ciphey -t “编码”
ciphey -f 文件

解题案例

CISCN2022东北赛区 奇奇怪怪的编码

一款混合编码的题目

Windows安装ciphey编码工具,附一道ciscn编码题例_第1张图片

 ciphey -t "4H3550444L505G4I4J52585734564G474H355644515633514H5G4658453233514H59374732554G584H5936574132444K4H5G46544J5933344H5G5146515232464G424K464H58333449343646343J3J3J"
Possible plaintext: 'flag{22be72da5c9c847c2b8a029ced6603c4}' (y/N): y
╭────────────────────────────────────────────────────────────╮
│ The plaintext is a Capture The Flag (CTF) Flag             │
│ Formats used:                                              │
│    caesar:                                                 │
│     Key: 6                                                 │
│    base16                                                  │
│    utf8                                                    │
│    base32                                                  │
│    utf8                                                    │
│    base85                                                  │
│    utf8Plaintext: "flag{22be72da5c9c847c2b8a029ced6603c4}" │
╰────────────────────────────────────────────────────────────╯
flag{22be72da5c9c847c2b8a029ced6603c4}

微信公众号:我是Miclelson
不定期的分享技术
一位热爱网络安全和CTF的年轻人。

你可能感兴趣的:(CTF工具,网络安全)