From 11fb012feb9b1fd7e0048253a286aaa05883d87a Mon Sep 17 00:00:00 2001 From: Opabinia <144001335+pentestfunctions@users.noreply.github.com> Date: Tue, 16 Jan 2024 19:57:05 +1300 Subject: [PATCH] Update README.md --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55f042d..610e76c 100644 --- a/README.md +++ b/README.md @@ -1 +1,24 @@ -# BlueDucky \ No newline at end of file +# BlueDucky + +- Will modularize it later. + +

+ +

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