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.w...
[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...