2 matches found
xortool
xortool.py xor解析を行うためのツール: キーの長さを推測(一致する文字の数に基づく) キーを推測(最も頻出する文字の知識に基づく) 注意: xortool は現在 Python 3 でのみ動作します。旧 Python 2 版は py2 ブランチにあります。pip パッケージは更新済みです。 インストール root@kitploit: $ pip3 install xortool このリポジトリの開発またはビルドには、poetry が必要です。 root@kitploit: poetry build pip install dist/xortool.whl 使用法...
5.9AI score
SaveExploits0
[Xortool] A tool to analyze multi-byte xor cipher
A tool to do some xor analysis: guess the key length based on count of equal chars guess the key base on knowledge of most frequent char Usage ! python3 is not supported, use python 2.x xortool -h|--help OPTIONS Options: -l,--key-length length of the key integer -c,--char most possible char one...
7.3AI score
SaveExploits0References1
20