Skip to content

Instantly share code, notes, and snippets.

@whoo
Last active November 21, 2021 16:26
Show Gist options
  • Save whoo/69289c9bf3ff995bdbde11a2094d4ece to your computer and use it in GitHub Desktop.
Save whoo/69289c9bf3ff995bdbde11a2094d4ece to your computer and use it in GitHub Desktop.
FicheDePompe

Windows Creds

python3 -mvenv /tmp/venv
. /tmp/venv/bin/activate
pip install pypykatz
pip install impacket
pypykatz lsa minidump lsass.DMP
/tmp/venv/bin/secretsdump.py -sam SAM -system SYSTEM local

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment