Skip to content
HackIndex logo

HackIndex

VNC
Service

VNC

VNC remote desktop protocol testing covering auth probing, version fingerprinting, brute force, session hijacking, hash decryption, and post-access lateral movement and persistence via reverse callbacks

:5900 :5901 :5902 :5903 10 guides 3 phases
1 min read Updated: Jul 14, 2026

What is VNC?

VNC (Virtual Network Computing) offers remote GUI access to desktops or servers.

Common security issues

  • No encryption by default.

  • Weak or no authentication.

  • Brute-force logins.

  • Exposed to the internet.

Default ports

  • 5900+ (one per display)

Enumeration

VNC discovery, auth probing, version fingerprinting, default creds

3

Exploitation

Brute force, bypass auth, hijack sessions, and decrypt VNC hashes

6
VNC Password Hash Extraction and Decryption

VNC Password Hash Extraction and Decryption

Covers extracting stored VNC password hashes from registry/config files and decrypting them using DES-based algorithms to recover plaintext credentials during exploitation.

Mar 12, 2026 2 min read

Persistence

Guides on maintaining access via reverse VNC callbacks

1