Skip to content

Instantly share code, notes, and snippets.

@thejh
Created April 8, 2014 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thejh/10150152 to your computer and use it in GitHub Desktop.
Save thejh/10150152 to your computer and use it in GitHub Desktop.
for pid in $(grep '/usr/lib/.*libssl.* (deleted)' /proc/*/maps | cut -d/ -f3 | sort -u); do cat /proc/$pid/cmdline | tr '\0' ' '; echo; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment