killchain-compendium/hashes/password_cracking/vnc.md

222 B

VNC Password Decoding

  • Found passwords in vnc config files may be decoded via
 echo -n "<key>" | xxd -r -p |  openssl enc -des-cbc --nopad --nosalt -K 5AB2CDC0BADCAF13F1 -iv 0000000000000000 -d | hexdump -Cv