diff --git a/payloads/extensions/drop.sh b/payloads/extensions/drop.sh index 7eeb9e6e..228bc2d6 100644 --- a/payloads/extensions/drop.sh +++ b/payloads/extensions/drop.sh @@ -52,7 +52,11 @@ function DROP() { case "$os" in WIN) QUACK STRING fsutil file createnew "$destination" - RUN WIN notepad.exe "$destination" + QUACK ENTER + QUACK DELAY 500 + QUACK STRING notepad.exe "$destination" + QUACK ENTER + QUACK DELAY 1000 ;; *) QUACK STRING vi "$destination"