Projects STRLCPY aardwolf Commits eeb6750f
🤬
  • ■ ■ ■ ■ ■
    README.md
    skipped 35 lines
    36 36   CredSSP (aka `HYBRID`) auth using NTLM auth + password connecting to RDP server `10.10.10.103`
    37 37   - `rdp+ntlm-password://TEST\Administrator:<NThash>@10.10.10.103`
    38 38   CredSSP (aka `HYBRID`) auth using Pass-the-Hash (NTLM) auth connecting to RDP server `10.10.10.103`
    39  - - `rdp+plain-password://Administrator:[email protected]`
    40  - Plain authentication (No SSL, encryption is RC4) auth using password connecting to RDP server `10.10.10.103`
     39 + - `rdp+plain://Administrator:[email protected]`
     40 + Plain authentication (No SSL, encryption is RC4) using password connecting to RDP server `10.10.10.103`
     41 + - `vnc+plain://[email protected]`
     42 + VNC client with VNC authentication using password connecting to RDP server `10.10.10.103`
     43 + - `vnc+plain://[email protected]`
     44 + VNC client with VNC authentication using password connecting to RDP server `10.10.10.103`
     45 + - `vnc+plain://:admin:[email protected]`
     46 + VNC client with VNC authentication using password `admin:aa` connecting to RDP server `10.10.10.103`. Note that if the password contains `:` char you will have to prepend the password with `:`
    41 47   
    42 48  # Kudos
    43 49   - Citronneur's `rdpy`. The decompression code and the QT image magic was really valuable.
    skipped 8 lines
Please wait...
Page is in error, reload to recover