-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Kowalski Dragon (kowalski7cc) <kowalski7cc@users.noreply.github.com> Co-authored-by: あく <alleteam@gmail.com>
- Loading branch information
1 parent
adafe96
commit 8762629
Showing
1 changed file
with
80 additions
and
0 deletions.
There are no files selected for viewing
80 changes: 80 additions & 0 deletions
80
applications/main/bad_usb/resources/badusb/demo_chromeos.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
REM This is BadUSB demo script for ChromeOS by kowalski7cc | ||
|
||
REM Open a new tab | ||
CTRL t | ||
REM wait for some slower chromebooks | ||
DELAY 1000 | ||
REM Open an empty editable page | ||
DEFAULT_DELAY 50 | ||
STRING data:text/html, <html contenteditable autofocus><style>body{font-family:monospace;} | ||
ENTER | ||
DELAY 500 | ||
|
||
STRING Hello World! | ||
ENTER | ||
|
||
REM Copy-Paste previous string | ||
UP | ||
HOME | ||
SHIFT DOWN | ||
CTRL c | ||
RIGHT | ||
CTRL v | ||
CTRL v | ||
|
||
|
||
STRING = | ||
REPEAT 59 | ||
ENTER | ||
ENTER | ||
|
||
STRING _.-------.._ -, | ||
ENTER | ||
HOME | ||
STRING .-"```"--..,,_/ /`-, -, \ | ||
ENTER | ||
HOME | ||
STRING .:" /:/ /'\ \ ,_..., `. | | | ||
ENTER | ||
HOME | ||
STRING / ,----/:/ /`\ _\~`_-"` _; | ||
ENTER | ||
HOME | ||
STRING ' / /`"""'\ \ \.~`_-' ,-"'/ | ||
ENTER | ||
HOME | ||
STRING | | | 0 | | .-' ,/` / | ||
ENTER | ||
HOME | ||
STRING | ,..\ \ ,.-"` ,/` / | ||
ENTER | ||
HOME | ||
STRING ; : `/`""\` ,/--==,/-----, | ||
ENTER | ||
HOME | ||
STRING | `-...| -.___-Z:_______J...---; | ||
ENTER | ||
HOME | ||
STRING : ` _-' | ||
ENTER | ||
HOME | ||
STRING _L_ _ ___ ___ ___ ___ ____--"` | ||
ENTER | ||
HOME | ||
STRING | __|| | |_ _|| _ \| _ \| __|| _ \ | ||
ENTER | ||
HOME | ||
STRING | _| | |__ | | | _/| _/| _| | / | ||
ENTER | ||
HOME | ||
STRING |_| |____||___||_| |_| |___||_|_\ | ||
ENTER | ||
HOME | ||
ENTER | ||
|
||
STRING Flipper Zero BadUSB feature is compatible with USB Rubber Ducky script format | ||
ENTER | ||
STRING More information about script syntax can be found here: | ||
ENTER | ||
STRING https://github.com/flipperdevices/flipperzero-firmware/blob/dev/documentation/file_formats/BadUsbScriptFormat.md | ||
ENTER |