Skip to content
Simone Margaritelli edited this page Oct 25, 2023 · 1 revision

Microsoft Remote Desktop.

Options

Name Description
--rdp-domain <RDP_DOMAIN> Domain name [default: ``]
--rdp-ntlm Use a NTLM hash instead of a password
--rdp-admin-mode Restricted admin mode
--rdp-auto-logon AutoLogon mode in case of SSL negotiation

Examples

legba rdp \
    --target localhost:3389 \
    --username admin \
    --password data/passwords.txt
Clone this wiki locally