Update README.md

This commit is contained in:
Opabinia 2024-01-16 19:57:05 +13:00 committed by GitHub
parent 9e5bfef8b1
commit 11fb012feb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 1 deletions

View File

@ -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
```