Projects STRLCPY dismember Files
🤬
Revision indexing in progress... (search in this revision will be accurate after indexed)
.github Loading last commit info...
internal/cmd
pkg/proc
.goreleaser.yml
LICENSE
Makefile
README.md
demo.gif
go.mod
go.sum
main.go
README.md

dismember

Dismember is a command-line tool for Linux used to grep for patterns across the entire memory used by a process (or processes).

A gif showing dismember finding a password from a Slack message

Dismember can be used to search memory of all processes it has access to, so running it as root is the most effective method.

Installation

Grab a binary from the latest release and add it to your path.

Examples

Search for a pattern in a process by PID

dismember grep -p 1234 'the password is .*'

Search for a pattern in a process by name

dismember grep -n apache 'username=liamg&password=.*'

Search for a pattern across all processes

# find a github api token
dismember grep 'gh[pousr]_[0-9a-zA-Z]{36}'
Please wait...
Page is in error, reload to recover