From 20ca26ee74db3d11fbde7e98501febc1caaba4e7 Mon Sep 17 00:00:00 2001 From: Marc Date: Fri, 5 Jul 2019 20:31:53 +0100 Subject: [PATCH] Cleanup: SmartFileExtract: Update Payload Header --- .../SmartFileExtract_Exfiltrator/payload.txt | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/payloads/library/exfiltration/SmartFileExtract_Exfiltrator/payload.txt b/payloads/library/exfiltration/SmartFileExtract_Exfiltrator/payload.txt index 613546a8..8c5d9d09 100644 --- a/payloads/library/exfiltration/SmartFileExtract_Exfiltrator/payload.txt +++ b/payloads/library/exfiltration/SmartFileExtract_Exfiltrator/payload.txt @@ -1,16 +1,18 @@ #!/bin/bash # -# Title: ExecutableInstaller -# Author: IMcPwn (original) -# Additions: SaintCrossbow (only for the parts to run SFE) -# Version: 1.0 -# Target: Windows 7+ -# -# Executes d.cmd from the selected switch folder of the Bash Bunny USB Disk partition, -# which in turn executes e.cmd invisibly using i.vbs -# which in turn copies payload.exe from the root of the Bash Bunny and then executes it -# using the --startup parameter. Change these settings inside of e.cmd. +# Title: SmartFileExtract +# Author: IMcPwn +# Props: SaintCrossbow +# Version: 1.0 +# Targets: Windows +# Description: Executes d.cmd from the selected switch folder of the Bash Bunny USB Disk partition, +# which in turn executes e.cmd invisibly using i.vbs +# which in turn copies payload.exe from the root of the Bash Bunny and then executes it +# using the --startup parameter. Change these settings inside of e.cmd. # +# LEDS: +# Red: Attacking +# Green: Finished # Source bunny_helpers.sh to get environment variable SWITCH_POSITION source bunny_helpers.sh