LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

impacket-rdp_check

validates whether provided credentials allow RDP access to a Windows system

TLDR

Check if RDP credentials are valid
$ impacket-rdp_check '[domain]/[user]:[password]@[192.168.1.100]'
copy
Check RDP access using NTLM hash
$ impacket-rdp_check -hashes ':[nthash]' '[domain]/[user]@[192.168.1.100]'
copy
Check RDP on a non-standard port
$ impacket-rdp_check '[domain]/[user]:[password]@[192.168.1.100]:3390'
copy

SYNOPSIS

impacket-rdp_check [-h] [-hashes LMHASH:NTHASH] target

DESCRIPTION

impacket-rdp_check validates whether provided credentials allow RDP (Remote Desktop Protocol) access to a Windows system. It attempts to authenticate via RDP without establishing a full session, making it useful for credential validation during penetration tests.The tool performs the initial RDP handshake and authentication exchange, reporting whether the credentials are accepted by the target system.

PARAMETERS

-hashes LMHASH:NTHASH

Use NTLM hashes for authentication instead of password

INSTALL

sudo pacman -S impacket
copy

CAVEATS

Only validates credentials; does not establish a full RDP session. Network Level Authentication (NLA) settings on the target affect behavior. RDP must be enabled and accessible on the target. May trigger account lockout policies if used repeatedly with incorrect credentials.

HISTORY

Part of the Impacket library by SecureAuth. Useful for validating credentials against RDP services without the overhead of full graphical session establishment.

SEE ALSO

xfreerdp(1), rdesktop(1), nmap(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid