memdump

Client library and command line tools for memcached server

Install

All systems
curl cmd.cat/memdump.sh
Debian Debian
apt-get install memdump
Ubuntu
apt-get install memdump
Alpine
apk add libmemcached
Arch Arch Linux
pacman -S libmemcached
image/svg+xml Kali Linux
apt-get install memdump
CentOS
yum install libmemcached
Fedora
dnf install libmemcached
Windows (WSL2)
sudo apt-get update sudo apt-get install memdump
OS X
brew install libmemcached
Raspbian
apt-get install memdump
Docker
docker run cmd.cat/memdump memdump powered by Commando

libmemcached

Client library and command line tools for memcached server

memdump

utility to dump memory contents to standard output

Program which dumps system memory to the standard output stream, skipping over holes in memory maps. By default, the program dumps the contents of physical memory. This program will not work if CONFIG_STRICT_DEVMEM is enabled in kernel. Since 2.6 version, several kernels are enabling this option by default. memdump is useful in security tests and forensics investigations.