Created
February 17, 2017 08:38
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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