3 matches found
xortool
xortool.py 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 Notice: xortool is now only running on Python 3. The old Python 2 version is accessible at the py2 branch. The pip package has been updated...
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 使用法...
[REMnux] A Linux Distribution for Malware Analysis
REMnux incorporates a number of tools for analyzing malicious executables that run on Microsoft Windows, as well as browser-based malware, such as Flash programs and obfuscated JavaScript. This popular toolkit includes programs for analyzing malicious documents, such PDF files, and utilities for...