LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

nxc-rdp

netExec RDP module

TLDR

Check RDP credentials
$ nxc rdp [target] -u [user] -p [password]
copy
Screenshot on login
$ nxc rdp [target] -u [user] -p [password] --screenshot
copy
Check NLA status
$ nxc rdp [target] -u [user] -p [password] --nla
copy
Scan multiple hosts
$ nxc rdp [targets.txt] -u [user] -p [password]
copy

SYNOPSIS

nxc rdp [target] [options]

DESCRIPTION

nxc rdp is the NetExec RDP module. Tests Remote Desktop credentials.
The tool validates RDP access. Part of NetExec suite.

PARAMETERS

TARGET

RDP server address.
-u USER
Username.
-p PASSWORD
Password.
--screenshot
Capture screenshot on login.
--nla
Check NLA status.
-H HASH
NT hash for pass-the-hash.
--help
Display help information.

CAVEATS

Security tool. Authorized use only. Part of NetExec.

HISTORY

nxc rdp provides RDP penetration testing capabilities within NetExec.

SEE ALSO

nxc(1), rdesktop(1), xfreerdp(1)

Copied to clipboard
Kai