Visit Website

LiMEaide is a python application designed to remotely or locally dump RAM of a Linux client and create a volatility profile for later analysis on your local host. It simplifies Linux digital forensics by offering three primary modes of operation: Remote, Socket, and Locally. Remote mode initiates connection with SSH and transfers data over SFTP, Socket mode transfers the memory image over a TCP socket without writing to disk, and Locally mode maintains execution in its working directory without opening network sockets. For detailed usage, refer to the wiki.

ALTERNATIVES