rdp_check.py

Test whether an account is valid on the target host using the RDP protocol.

Installation

Install Impacket.

Usage

rdp_check.py [-h] [-hashes LMHASH:NTHASH] target

Flags

Impacket v0.12.0.dev1+20230803.144057.e2092339 - Copyright 2023 Fortra

Test whether an account is valid on the target host using the RDP protocol.

positional arguments:
  target                [[domain/]username[:password]@]<targetName or address>

options:
  -h, --help            show this help message and exit

authentication:
  -hashes LMHASH:NTHASH
                        NTLM hashes, format is LMHASH:NTHASH

Examples

$ rdp_check.py offsec/johndo:[email protected]
Impacket v0.9.21 - Copyright 2020 SecureAuth Corporation

[*] Access Granted

URL List