sysadmin.sh/bootstrap.dd

10 lines
251 B
Plaintext
Raw Normal View History

2025-01-04 00:04:16 +08:00
REM TITLE Bootstrapper
REM AUTHOR Sajenim
REM DESCRIPTION Fetch and execute shell script from remote repository
REM VERSION 1.0
DELAY 200
STRING wget -qO https://git.sajenim.dev/jasmine/ducky-payloads/raw/branch/master/bin/hello_world.sh | sh
2025-01-04 00:04:16 +08:00
ENTER