Skip to content

Instantly share code, notes, and snippets.

@holisticinfosec
Created September 19, 2018 23:04
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 holisticinfosec/8329a86e9c90764acc53c5dc22d52afb to your computer and use it in GitHub Desktop.
Save holisticinfosec/8329a86e9c90764acc53c5dc22d52afb to your computer and use it in GitHub Desktop.
Barnaby Skeggs's WaitList.dat PowerShell enumerator
Stop-Process -name "SearchIndexer" -force;Start-Sleep -m 500;Select-String -Path $env:USERPROFILE\AppData\Local\Microsoft\InputPersonalization\TextHarvester\WaitList.dat -Encoding unicode -Pattern "password"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment