Skip to content

Instantly share code, notes, and snippets.

@anubhavsinha
Created February 17, 2017 08:38
Show Gist options
  • Save anubhavsinha/d1dd7bb629f8ba4cb8206284fdb641b7 to your computer and use it in GitHub Desktop.
Save anubhavsinha/d1dd7bb629f8ba4cb8206284fdb641b7 to your computer and use it in GitHub Desktop.
Simple CLI life-hack of the day to find 'password' on your target drives
# Simple CLI life-hack of the day to find 'password' on your target drives,
# even if it is deleted. Do keep it short burst to avoid behavioral detection.
sudo strings /dev/sdc | grep -c100 "password"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment