From 6b45afb8db073a1c4cce90f00e521d9134cbd49c Mon Sep 17 00:00:00 2001 From: Opabinia <144001335+pentestfunctions@users.noreply.github.com> Date: Fri, 19 Jan 2024 16:14:28 +1300 Subject: [PATCH] Update README.md --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 69e0ae6..cfe9406 100644 --- a/README.md +++ b/README.md @@ -62,18 +62,13 @@ python3 BlueDucky.py ## Duckyscript 💻 🚧 Work in Progress: - -- Implementing encode_combo_input as an alternative for combos, so we don't have to rebuild strings each time. -- Implementing keyboard combinations. -- class Key_Codes(Enum) is in the main script file now just while I get GUI + B for example working (duckyscript) -- Current implementations: -1. REM (Comment) -2. STRING (Text Input) +- Figuring out the best way to handle DELAY formatting in duckyscript as we need to constantly sending keyboard release signals to stay stable. #### 📝 Example payload.txt: ```bash -REM This is a comment and will not run -STRING hello there 123 +REM Title of the payload +STRING ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890!@#$%^&*()_-=+\|[{]};:'",<.>/? +GUI D ``` ## Enjoy experimenting with BlueDucky! 🌟