Update README.md
This commit is contained in:
parent
3ce22ff5e4
commit
6b45afb8db
13
README.md
13
README.md
|
@ -62,18 +62,13 @@ python3 BlueDucky.py
|
||||||
|
|
||||||
## Duckyscript 💻
|
## Duckyscript 💻
|
||||||
🚧 Work in Progress:
|
🚧 Work in Progress:
|
||||||
|
- Figuring out the best way to handle DELAY formatting in duckyscript as we need to constantly sending keyboard release signals to stay stable.
|
||||||
- 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)
|
|
||||||
|
|
||||||
#### 📝 Example payload.txt:
|
#### 📝 Example payload.txt:
|
||||||
```bash
|
```bash
|
||||||
REM This is a comment and will not run
|
REM Title of the payload
|
||||||
STRING hello there 123
|
STRING ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890!@#$%^&*()_-=+\|[{]};:'",<.>/?
|
||||||
|
GUI D
|
||||||
```
|
```
|
||||||
|
|
||||||
## Enjoy experimenting with BlueDucky! 🌟
|
## Enjoy experimenting with BlueDucky! 🌟
|
||||||
|
|
Loading…
Reference in New Issue