TLDRBins TLDRBins / Keepass


Usage Tips:

  • Click on a keyword to enable inline editing.
  • Click inside a code block to copy (excludes comments).
  • Use the button to view examples.
  • Click outside to collapse all examples.

Master password cracking

keepass2john <KDBX_FILE> > hash
Sample Output: TO-DO
# With a key file keepass2john -k <KEY_FILE> <KDBX_FILE> > hash
Sample Output: TO-DO

kpcli

# Open kdbx kpcli --kdb <KDBX_FILE>
Sample Output: TO-DO
# Open kdbx with a key file kpcli --key <KEY_FILE> --kdb <KDBX_FILE>
Sample Output: TO-DO
# List all passwords find .
Sample Output: TO-DO
# Show password (e.g. #0) show -f 0
Sample Output: TO-DO
# Export attachment (e.g. #0) attach 0
Sample Output: TO-DO

Ref: Download kpcli