skelsec / aardwolf

Asynchronous RDP client for Python (headless)
MIT License
155 stars 23 forks source link

The key_sender() for duckyscript has not been implemented yet #27

Open peikai opened 3 months ago

peikai commented 3 months ago

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

async def key_sender(scancode, is_pressed, as_char = False):
    #print(scancode)
    #print(is_pressed)
    return