Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
NoMoreXOR — 파일의 256바이트 XOR 키를 빈도 분석을 사용하여 추측하는 데 도움을 주는 도구 | Kitploit
도구/GitHubGitHub/hiddenillusion/nomorexor
Static AnalysisReverse EngineeringForensicsMalware AnalysisCryptographyBinary Analysis
GitHubhiddenillusion/nomorexor

NoMoreXOR

파일의 256바이트 XOR 키를 빈도 분석을 사용하여 추측하는 데 도움을 주는 도구

저장소 보기
9119508년 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

NoMoreXOR.py

파일의 256바이트 XOR 키를 빈도 분석으로 추측하는 데 도움을 주는 도구입니다.

사용법

root@kitploit:~
usage: NoMoreXOR.py [-h] [-a] [-c] [-xor key] [-g] [-o outfile] [-y YARARULES]
					Path

Tool to help guess a files 256 byte XOR key by using frequency analysis.

positional arguments:
Path                  Path to file to be analyzed

optional arguments:
-h, --help            show this help message and exit
-a, --analyze         Auto analyze the specified file by looking for all
					  possible XOR keys then apply each of them & scan with
				      YARA to try and determine if it's the correct XOR key
					 (requires an output file)
-c, --convert         Convert the input file to a hex_file (requires an
					  output file)
-xor key              XOR the file with the supplied XOR key (requires an
					  output file)
-g, --guess           Print out information from the hex_file including most
					  common characters and possible SHA256 keys
-o outfile, --out outfile
					  Name of output file to create
-y YARARULES, --yararules YARARULES
					  Path to YARA rules to be used during auto analysis if
					  different than what's hardcoded

추가 자료

자세한 정보는 이 블로그 게시물에서 확인할 수 있습니다.

도구 다운로드