Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.41 KB

File metadata and controls

35 lines (24 loc) · 1.41 KB

VNC

Description

This module searches for VNC passwords stored in the registry and configuration files for various VNC implementations, including RealVNC, TightVNC, TigerVNC, and UltraVNC. The module identifies and decrypts these passwords using the DES algorithm with a fixed key. It covers the following VNC implementations:

  • RealVNC: Searches the registry for VNC server proxy credentials.
  • TightVNC: Searches the registry for server passwords, control passwords, and view-only passwords.
  • TigerVNC: Searches the registry for server passwords.
  • UltraVNC: Searches for passwords in configuration files located in specified directories.

For each system output is stored in $pwd\PME\PME\VNC\

Supported Methods

  • MSSQL
  • SMB
  • SessionHunter (WMI)
  • WMI
  • WinRM

Optional Parameters

ParameterValueDescription
-ShowOutputN/ADisplays each target output to the console
-SuccessOnlyN/ADisplay only successful results

Usage

{% code overflow="wrap" %}

# Standard execution
PsMapExec -Username [User] -Password [Pass] -targets [All] -Module VNC -Method [Method] -ShowOutput

{% endcode %}