mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
Cleanup: SmartFileExtract: Update Payload Header
This commit is contained in:
@@ -1,16 +1,18 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# Title: ExecutableInstaller
|
# Title: SmartFileExtract
|
||||||
# Author: IMcPwn (original)
|
# Author: IMcPwn
|
||||||
# Additions: SaintCrossbow (only for the parts to run SFE)
|
# Props: SaintCrossbow
|
||||||
# Version: 1.0
|
# Version: 1.0
|
||||||
# Target: Windows 7+
|
# Targets: Windows
|
||||||
#
|
# Description: Executes d.cmd from the selected switch folder of the Bash Bunny USB Disk partition,
|
||||||
# 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 executes e.cmd invisibly using i.vbs
|
# which in turn copies payload.exe from the root of the Bash Bunny and then executes it
|
||||||
# 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.
|
||||||
# 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 to get environment variable SWITCH_POSITION
|
||||||
source bunny_helpers.sh
|
source bunny_helpers.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user