akde/infosec

Information security is ultimately about managing risk


The hash of a mas­ter pass­word of a Keep­ass kdbx file can be extract­ed with

keepass2john Database.kdbx > keepass.hash

Then, crack it:

/opt/hashcat/hashcat keepass.hash /opt/password_lists/rockyou.txt -m 13400 -r /opt/hashcat/rules/rockyou-30000.rule

(!) If there is an error regard­ing salt, check if you have the user­name like “user:” at the begin­ning of the file. Remove it.

Leave a Reply

About

Personal collection of some infosec stuff. Primary purpose of this site is to collect and organize for myself.

Note: Some content is not publicly visible due to copyright issues. Therefore, some links could be broken.

Checklists

Categories

Checklists: Ports

python -c 'import pty;pty.spawn("/bin/bash")';

python3 -c 'import pty;pty.spawn("/bin/bash")';