aardwolf icon indicating copy to clipboard operation
aardwolf copied to clipboard

Asynchronous RDP client for Python (headless)

Results 19 aardwolf issues
Sort by recently updated
recently updated
newest added

When attempting to run with Python3.7 (and presumably below): ``` ImportError: cannot import name 'Protocol' from 'typing' ``` Context: https://stackoverflow.com/questions/54274630/can-not-import-protocol-from-typing

https://wiki.gentoo.org/wiki/User:Sam/Drafts/QA_warnings#FLAGS_not_respected ``` * QA Notice: Files built without respecting CFLAGS have been detected * Please include the following list of files in your report: * /usr/lib/python3.12/site-packages/librlers.cpython-312-x86_64-linux-gnu.so * /usr/lib/python3.11/site-packages/librlers.cpython-311-x86_64-linux-gnu.so * QA...

When I want to start the bundled `/usr/bin/ardpscan`, it fails for me with `AttributeError: type object 'UniTarget' has no attribute 'get_help'`: ``` Traceback (most recent call last): File "/usr/bin/ardpscan", line...

When I build the package via `python -m build --wheel --no-isolation` (calling `setup.py` directly is deprecated and support will probably be removed, with python 3.11 big fat warnings occur), I...

I am getting an error when trying to connect - "_, err = await conn.connect()" "CredSSP - Server sent an error! Code: 0xc000006d" When in RDP configuration "Network level authentication"...

I am installing [Porchetta-Industries/CrackMapExec](https://github.com/Porchetta-Industries/CrackMapExec), which pulls in `aardwolf` as a dependency. The [latest release of `aardwolf` on `pypi.org` does not include Python wheels](https://pypi.org/project/aardwolf/#files), so the Rust code has to be...

typo in binary name

This function is essential to send commands, why it is empty that I think the commands in Duckyscript would not be sent actually. [aardwolf/utils/ducky/__init__.py](https://github.com/skelsec/aardwolf/blob/main/aardwolf/utils/ducky/__init__.py) ```python async def key_sender(scancode, is_pressed, as_char...

A frame object in clipboard, come from for example a screenprint which can be directly pasted into the paint application, can be grabbed from clipboard into a frame object via...