diff --git a/payloads/library/execution/RAZ_VBScript/a.vbs b/payloads/library/execution/RAZ_VBScript/a.vbs index 7d669b42..966203eb 100644 --- a/payloads/library/execution/RAZ_VBScript/a.vbs +++ b/payloads/library/execution/RAZ_VBScript/a.vbs @@ -3,7 +3,7 @@ Option Explicit '============================================================================== ' Title: a.vbs ' Author: RalphyZ -' Version: 1.1 +' Version: 1.1a ' Target: Windows 7+ ' ' Description: diff --git a/payloads/library/execution/RAZ_VBScript/payload.txt b/payloads/library/execution/RAZ_VBScript/payload.txt index ab24bd09..1383e370 100644 --- a/payloads/library/execution/RAZ_VBScript/payload.txt +++ b/payloads/library/execution/RAZ_VBScript/payload.txt @@ -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 diff --git a/payloads/library/execution/RAZ_VBScript/readme.md b/payloads/library/execution/RAZ_VBScript/readme.md index 3e0287ef..22029e5f 100644 --- a/payloads/library/execution/RAZ_VBScript/readme.md +++ b/payloads/library/execution/RAZ_VBScript/readme.md @@ -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 | diff --git a/payloads/library/prank/RAZ_ThemeChanger/payload.txt b/payloads/library/prank/RAZ_ThemeChanger/payload.txt index 58e61540..7a0d2736 100644 --- a/payloads/library/prank/RAZ_ThemeChanger/payload.txt +++ b/payloads/library/prank/RAZ_ThemeChanger/payload.txt @@ -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: diff --git a/payloads/library/prank/RAZ_ThemeChanger/readme.md b/payloads/library/prank/RAZ_ThemeChanger/readme.md index 7d9f2645..7618059d 100644 --- a/payloads/library/prank/RAZ_ThemeChanger/readme.md +++ b/payloads/library/prank/RAZ_ThemeChanger/readme.md @@ -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