Projects STRLCPY aardwolf Commits 21688a55
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 20 lines
    21 21   - PtH via CredSSP+Restricted admin mode
    22 22   - Scriptable Keyboard, Mouse input and Clipboard input/output
    23 23   - Can run in headless mode, no GUI required (read: no need for Qt)
     24 + - Support for Duckyscript files to emulate keystrokes
    24 25   
    25 26  # Example scripts
    26 27   - `aardpclient` Basic RDP client running on top of Qt5. Can copy-paste text, handles keyboard and mouse.
    skipped 8 lines
    35 36   CredSSP (aka `HYBRID`) auth using NTLM auth + password connecting to RDP server `10.10.10.103`
    36 37   - `rdp+ntlm-password://TEST\Administrator:<NThash>@10.10.10.103`
    37 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`
    38 41   
    39 42  # Kudos
    40 43   - Citronneur's `rdpy`. The decompression code and the QT image magic was really valuable.
    skipped 4 lines
    45 48   - installing in venv will require installing Qt5 outside of venv, then installing 'wheel' and 'vext.pyqt5' in the venv via pip first. then install pyqt5 in the venv
    46 49   - installing Qt5 can be a nightmare
    47 50   - generally on ubuntu you can use `apt install python3-pyqt5` before installing `aardwolf` and it will (should) work
     51 + 
Please wait...
Page is in error, reload to recover