Update README.md
This commit is contained in:
parent
b427aa9ba6
commit
d4dca3cca8
|
@ -62,12 +62,12 @@ python3 BlueDucky.py
|
||||||
## Duckyscript 💻
|
## Duckyscript 💻
|
||||||
🚧 Work in Progress:
|
🚧 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.
|
- Implementing keyboard combinations.
|
||||||
- Current implementations:
|
- Current implementations:
|
||||||
6.1 REM (Comment)
|
6.1 REM (Comment)
|
||||||
6.2 STRING (Text Input)
|
6.2 STRING (Text Input)
|
||||||
|
|
||||||
|
|
||||||
#### 📝 Example payload.txt:
|
#### 📝 Example payload.txt:
|
||||||
```bash
|
```bash
|
||||||
REM This is a comment and will not run
|
REM This is a comment and will not run
|
||||||
|
@ -80,3 +80,4 @@ STRING hello there 123
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue