Skip to content

Instantly share code, notes, and snippets.

@barryirwin
Created February 26, 2019 11:41
Show Gist options
  • Save barryirwin/1a2eb6aca5ef09f2939b359a74090e95 to your computer and use it in GitHub Desktop.
Save barryirwin/1a2eb6aca5ef09f2939b359a74090e95 to your computer and use it in GitHub Desktop.
1) open CMD
2) findstr /si password *.txt
findstr /si password *.xml
dir /s *pass* == *cred* == *vnc* == *.config*
findstr /spin "password" *.*
reg query HKLM /f password /t REG_SZ /s
reg query HKCU /f password /t REG_SZ /s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment