Update README.md
This commit is contained in:
parent
9e5bfef8b1
commit
11fb012feb
23
README.md
23
README.md
|
@ -1 +1,24 @@
|
|||
# BlueDucky
|
||||
|
||||
- Will modularize it later.
|
||||
|
||||
<p align="center">
|
||||
<img src="./start.png">
|
||||
</p>
|
||||
|
||||
1. Running the file you will be able to load saved bluetooth devices if they are no longer visible but bluetooth is still on - so you can attack them.
|
||||
2. Any devices you scan will save
|
||||
3. If no payload.txt is present it will instead send the text "Hello There"
|
||||
|
||||
### Duckyscript
|
||||
- I am still implementing keyboard combinations
|
||||
- Currently implemented:
|
||||
1. REM
|
||||
2. STRING
|
||||
|
||||
So for example (payload.txt)
|
||||
```bash
|
||||
REM This is a comment and will not run
|
||||
STRING type this on their phone hehe
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue