diff --git a/pentesting/pentesting-rdp.md b/pentesting/pentesting-rdp.md index 8e6f736b..10f10b49 100644 --- a/pentesting/pentesting-rdp.md +++ b/pentesting/pentesting-rdp.md @@ -95,3 +95,22 @@ You can search RDPs that have been backdoored with one of these techniques alrea net localgroup "Remote Desktop Users" UserLoginName /add ``` +## HackTricks Automatic Commands + +``` +Protocol_Name: RDP #Protocol Abbreviation if there is one. +Port_Number: 3389 #Comma separated if there is more than one. +Protocol_Description: Remote Desktop Protocol #Protocol Abbreviation Spelled out + +Name: Notes +Description: Notes for RDP +Note: """ +Remote Desktop Protocol (RDP) is a proprietary protocol developed by Microsoft, which provides a user with a graphical interface to connect to another computer over a network connection. The user employs RDP client software for this purpose, while the other computer must run RDP server software + +https://book.hacktricks.xyz/pentesting/pentesting-rdp +""" + +Name: Nmap +Description: Nmap with RDP Scripts +Command: """nmap --script "rdp-enum-encryption or rdp-vuln-ms12-020 or rdp-ntlm-info" -p 3389 -T4 {IP}""" +```