killchain-compendium/Cryptography/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