mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
Fixed a couple of bugs in payloads (#230)
This commit is contained in:
parent
80d622e16e
commit
113e35c736
@ -3,7 +3,7 @@ Option Explicit
|
||||
'==============================================================================
|
||||
' Title: a.vbs
|
||||
' Author: RalphyZ
|
||||
' Version: 1.1
|
||||
' Version: 1.1a
|
||||
' Target: Windows 7+
|
||||
'
|
||||
' Description:
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Title: RAZ_VBScript
|
||||
# Author: RalphyZ
|
||||
# Version: 1.1
|
||||
# Version: 1.1a
|
||||
# Target: Windows 7+
|
||||
# Dependencies: VBScript (a.vbs) in the switch folder with this file
|
||||
#
|
||||
@ -25,8 +25,8 @@ ATTACKMODE HID STORAGE
|
||||
# Get the switch position
|
||||
GET SWITCH_POSITION
|
||||
|
||||
Check if a.vbs is present
|
||||
if [ ! -f "/root/udisk/payloads/${SWITCH_POSITION}/a.vbs" ] ; then
|
||||
# Check if a.vbs is present
|
||||
if [ ! -f "/root/udisk/payloads/${SWITCH_POSITION}/a.vbs" ] ; then
|
||||
LED FAIL
|
||||
exit 1
|
||||
fi
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# RAZ_VBScript
|
||||
* Author: RalphyZ
|
||||
* Version: 1.1
|
||||
* Version: 1.1a
|
||||
* Target: Windows 7+
|
||||
* Category: Execution
|
||||
* Attackmode: HID, STORAGE
|
||||
@ -8,6 +8,7 @@
|
||||
## Change Log
|
||||
| Version | Changes |
|
||||
| ------- | ------------------------------|
|
||||
| 1.1a | Fixed an error with a comment |
|
||||
| 1.1 | Updated for firmware 1.1 |
|
||||
| 1.0 | Initial release |
|
||||
|
||||
|
||||
@ -2,10 +2,10 @@
|
||||
#
|
||||
# Title: Change windows theme
|
||||
# Author: sil3n7h
|
||||
# Version: 1.2
|
||||
# Version: 1.2a
|
||||
# Target: Windows 7+
|
||||
#
|
||||
# Executes theme file (theme.themepack) from the RAZ_ThemeChanger folder
|
||||
# Executes theme file (theme.themepack) from the ${SWITCH_POSITION} folder
|
||||
# in the payloads library of the Bash Bunny USB Disk partition.
|
||||
#
|
||||
# Colors:
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# RAZ_ThemeChanger
|
||||
* Author: sil3n7h
|
||||
* Version: 1.2
|
||||
* Version: 1.2a
|
||||
* Target: Windows 7+
|
||||
* Category: Prank
|
||||
* Attackmode: HID, STORAGE
|
||||
@ -8,6 +8,7 @@
|
||||
## Change Log
|
||||
| Version | Changes |
|
||||
| ------- | ---------------------------------------|
|
||||
| 1.2a | Documentation change |
|
||||
| 1.2 | Updated docs and check for themepack |
|
||||
| 1.1 | Updated for firmware 1.1 |
|
||||
| 1.0 | Initial release |
|
||||
@ -20,7 +21,7 @@ theme.themepack - The Windows theme file used to set the wallpaper and colors of
|
||||
Note: themepack files are windows zipfiles which contain wallpapers and other files (screensavers, sounds, etc). You can export your own themepack using Windows GUIs. Just look it up `exporting a windows themepack`.
|
||||
|
||||
## Description
|
||||
Executes theme file (theme.themepack) from the RAZ_ThemeChanger folder in the payloads library of the Bash Bunny USB Disk partition.
|
||||
Executes theme file (theme.themepack) from the ${SWITCH_POSITION} folder in the payloads library of the Bash Bunny USB Disk partition.
|
||||
|
||||
## Configuration
|
||||
None
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user