Skip to content
forked from rek7/mXtract

mXtract - Memory Extractor & Analyzer

License

Notifications You must be signed in to change notification settings

offseccat/mXtract

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mXtract

What is mXtract?

An opensource linux based tool that analyzes and dumps memory. It is developed as an offensive pentration testing tool, its primary purpose is to scan memory for private keys, ips, and passwords using regexes. Remember, your results are only as good as your regexes.

Screenshots

Screenshot

Scan with verbose and with a simple IP regex, scanning every data segment. Screenshot

Scan with verbose and with a simple IP regex, scanning only heap and stack. Screenshot

Scan without verbose, and with a simple IP regex.

Why dump directly from memory?

In most linux environments users can access the memory of processes, this allows attackers to harvest credentials, private keys, or anything that isnt suppose to be seen but is being processed by a program in clear text.

Features

  • Ability to enter regex lists
  • Clear and Readable Display
  • Ability to Mass Scan Every Proccess or a Specfic PID
  • Able to choose memory sections to scan
  • Memory dumps automatically removes unicode characters which allows for processing with other tools or manually

Getting started

Compiling: sh compile.sh
This will create the directory bin/ and compile the binary as mXtract

Commands

        -v      Enable Verbose Output
        -s      Suppress Banner
        -h      Help
        -c      suppress colored output
        -r=     Regex DB
        -a      Scan all memory ranges not just heap/stack
        -w      Write raw memory to file Default directory is pid/
        -o      Write regex output to file
        -d=     Custom Ouput Directory
        -p=     Specify single pid to scan
        Either -r= or -w needed

About

mXtract - Memory Extractor & Analyzer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.8%
  • C 2.8%
  • Shell 0.4%