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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
mXtract — mXtract - 메모리 추출기 및 분석기 | Kitploit
도구/GitHubGitHub/rek7/mxtract
Password CrackingMemory ForensicsForensicsInformation GatheringPenetration Testing
GitHubrek7/mxtract

mXtract

mXtract - 메모리 추출기 및 분석기

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

mXtract

Build Status License

mXtract는 메모리를 분석하고 덤프하는 오픈소스 리눅스 기반 도구입니다. 침투 테스트 도구로 개발되었으며, 주 목적은 정규식을 사용하여 메모리에서 개인 키, IP, 비밀번호를 스캔하는 것입니다. 기억하세요, 결과는 정규식의 질에 달려 있습니다.

스크린샷

스크린샷

간단한 IP 정규식으로 상세 출력 모드에서 스캔, 모든 데이터 세그먼트 스캔, 프로세스 정보 표시 및 환경 파일 스캔. 스크린샷

간단한 IP 정규식으로 상세 출력 모드에서 스캔, 힙과 스택만 스캔, 프로세스 정보 표시 및 환경 파일 스캔. 스크린샷

상세 출력 없이 간단한 IP 정규식으로 스캔, 프로세스 정보 표시 및 환경 파일 스캔.

왜 메모리에서 직접 덤프하는가?

대부분의 리눅스 환경에서 사용자는 프로세스의 메모리에 접근할 수 있으며, 이를 통해 공격자는 자격 증명, 개인 키 또는 프로그램이 평문으로 처리하는 숨겨져야 할 모든 것을 수집할 수 있습니다.

특징

  • 정규식 목록 입력 기능
  • 명확하고 읽기 쉬운 출력
  • 현재 권한으로 메모리 범위가 쓰기 가능한지 확인
  • XML 및 HTML 출력 (기본 출력은 프로세스 이름:결과)
  • 모든 프로세스 또는 특정 PID를 대량 스캔 가능
  • 스캔할 메모리 섹션 선택 가능
  • 상세 프로세스 정보 표시 기능
  • 프로세스 환경 파일 스캔 기능
  • 메모리 덤프 시 유니코드 문자를 자동 제거하여 다른 도구 또는 수동 처리에 적합

시작하기

  1. 다운로드: git clone https://github.com/rek7/mXtract
  2. 컴파일: cd mXtract && sh compile.sh

이렇게 하면 bin/ 디렉토리가 생성되고 바이너리가 mxtract로 컴파일됩니다.

명령어

root@kitploit:~
$ ./mxtract -h
           __  ___                  _     { V1.2 }
  _ __ ___ \ \/ / |_ _ __ __ _  ___| |_ 
 | '_ ` _ \ \  /| __| '__/ _` |/ __| __|
 | | | | | |/  \| |_| | | (_| | (__| |_ 
 |_| |_| |_/_/\_\\__|_|  \__,_|\___|\__|  https://github.com/rek7/mXtract
Usage: ./mxtract [args]
General:
        -v      Enable Verbose Output
        -s      Suppress Banner
        -h      Help
        -c      Suppress Colored Output
Target and Regex:
        -i      Show Detailed Process/User Info
        -a      Scan all Memory Ranges not just Heap/Stack
        -e      Scan Process Environment Files
        -w      Check if Memory Range is Writable
        -r=     Regex Database to Use
        -p=     Specify Single PID to Scan
Output:
        -x      Format Regex Results to XML
        -r      Format Regex Results to an HTML Document
        -wm     Write Raw Memory to File Default Directory is: 'pid/'
        -wi     Write Process Info to Beginning of File (Used in Conjunction with -wm)
        -wr     Write Regex Output to File (Will Appear in the Output Directory)
        -f=     Regex Results Filename Default is: 'regex_results.txt'
        -d=     Custom Ouput Directory
Either -r= or -wm needed

예제 사용법

root@kitploit:~
$ ./mxtract -wm -wr -e -i -d=/tmp/output/ -r=example_regexes.db

소개된 곳:

  • https://www.kitploit.com/2019/03/mxtract-memory-extractor-analyzer.html
  • https://blog.hackersonlineclub.com/2019/03/mxtract-opensource-linux-based-memory.html
  • https://firmwaresecurity.com/2019/03/22/mxtract-linux-based-tool-that-analyses-and-dumps-memory/
  • https://twitter.com/TheHackersNews/status/1108987907711352833
  • https://twitter.com/binitamshah/status/1109832206220963841
  • https://twitter.com/Dinosn/status/1108958417354252289
도구 다운로드