rdp_check.py
all
Test whether an account is valid on the target host using the RDP protocol (no full login, just authentication check). Part of the Impacket suite.
More info →Examples (4)
Check if credentials are valid on a target (password prompted if omitted)
rdp_check.py domain/username@targetCheck credentials using NTLM hashes
rdp_check.py -hashes LM_Hash:NT_Hash domain/username@targetCheck credentials with explicit password
rdp_check.py domain/username:password@targetCheck credentials for a local account on the target (no domain)
rdp_check.py username:password@targetmade by @shridhargupta | data from tldr-pages