From 9800d1686e48270a1972626ef46a6789209246e1 Mon Sep 17 00:00:00 2001 From: jbohack Date: Sun, 12 Feb 2023 17:49:41 -0500 Subject: [PATCH] added demo_ios for badusb over bluetooth / connector thanks @Peaakss for the payload :D --- assets/resources/badkb/demo_ios.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 assets/resources/badkb/demo_ios.txt diff --git a/assets/resources/badkb/demo_ios.txt b/assets/resources/badkb/demo_ios.txt new file mode 100644 index 000000000..17d0722d3 --- /dev/null +++ b/assets/resources/badkb/demo_ios.txt @@ -0,0 +1,24 @@ +REM Version 1.0 +REM OS: iOS +REM Author: Peaakss +REM Description: A simple payload that opens safari and inserts a link +REM NOTICE CHANGE "STRING" to your desired link | EXAMPLE: STRING https://github.com/ClaraCrazy/Flipper-Xtreme | +REM NOITCE Payload was made on iOS 16.1 - iPhone | Timing may have have to be changed based on version/model + +GUI h +DELAY 100 +GUI SPACE +DELAY 150 +BACKSPACE +DELAY 250 +STRING Safari +DELAY 100 +ENTER +DELAY 500 +GUI t +DELAY 250 +GUI l +DELAY 100 +STRING https://github.com/ClaraCrazy/Flipper-Xtreme +DELAY 250 +ENTER \ No newline at end of file