LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

nxc-vnc

netExec VNC module

TLDR

Check VNC access
$ nxc vnc [target]
copy
Authenticate with password
$ nxc vnc [target] -p [password]
copy
Screenshot on connect
$ nxc vnc [target] --screenshot
copy
Scan multiple hosts
$ nxc vnc [targets.txt]
copy

SYNOPSIS

nxc vnc [target] [options]

DESCRIPTION

nxc vnc is the NetExec VNC module. Tests VNC server security.The tool checks VNC authentication. Part of NetExec suite.

PARAMETERS

TARGET

VNC server address.
-p PASSWORD
VNC password.
--screenshot
Capture screenshot.
--port PORT
VNC port (default: 5900).
--help
Display help information.

CAVEATS

Security tool. Authorized use only. Part of NetExec.

HISTORY

nxc vnc provides VNC penetration testing capabilities within NetExec.

SEE ALSO

nxc(1), vncviewer(1), tigervnc(1)

Copied to clipboard
Kai