mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-12-19 19:48:25 +00:00
uploading LINUX_MOUNT_DEMO
This commit is contained in:
27
payloads/library/general/LINUX_MOUNT_DEMO/payload.txt
Normal file
27
payloads/library/general/LINUX_MOUNT_DEMO/payload.txt
Normal file
@@ -0,0 +1,27 @@
|
||||
# Title: LINUX_MOUNT_DEMO
|
||||
# Description: LINUX_MOUNT is an extension to automatically mount/unmount BashBunny on GNU/Linux systems.
|
||||
# AUTHOR: drapl0n
|
||||
# Version: 1.0
|
||||
# Category: Genral
|
||||
# Target: Unix-like operating systems.
|
||||
# Attackmodes: HID, Storage
|
||||
|
||||
ATTACKMODE STORAGE HID
|
||||
LED SETUP
|
||||
|
||||
# LINUX_MOUNT automatically mounts BashBunny.
|
||||
LINUX_MOUNT
|
||||
|
||||
# NOTE: Mount path is stored in varialble "lmnt".
|
||||
Q STRING echo Successfully mounted BashBunny at '\"$lmnt\"'.
|
||||
Q ENTER
|
||||
|
||||
# LINUX_UMOUNT unmounts mounted BashBunny from system.
|
||||
LINUX_UMOUNT
|
||||
|
||||
Q STRING echo Successfully unmounted BashBunny.
|
||||
Q ENTER
|
||||
LED FINISH
|
||||
Q DELAY 2000
|
||||
Q STRING exit
|
||||
Q ENTER
|
||||
Reference in New Issue
Block a user