From 41ca6270d94d67ba1911068f1c3b2a6b1bd33572 Mon Sep 17 00:00:00 2001 From: drapl0n <87269662+drapl0n@users.noreply.github.com> Date: Thu, 15 Dec 2022 22:15:27 +0530 Subject: [PATCH] removed delays --- payloads/extensions/linux_mount.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/payloads/extensions/linux_mount.sh b/payloads/extensions/linux_mount.sh index 300822f4..46b06c3f 100644 --- a/payloads/extensions/linux_mount.sh +++ b/payloads/extensions/linux_mount.sh @@ -7,7 +7,6 @@ # LINUX_UMOUNT - to unmount mounted BashBunny. function LINUX_MOUNT() { - Q DELAY 1000 Q CTRL-ALT t Q DELAY 1000 Q STRING unset HISTFILE @@ -24,7 +23,6 @@ function LINUX_MOUNT() { Q DELAY 500 } function LINUX_UMOUNT() { - Q DELAY 1000 Q STRING udisksctl unmount -b /dev/'$disk' Q ENTER Q DELAY 1000