mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
All Working with executable and overwite options
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Get out of bed and do something productive here instead...
|
||||
# Wake up and do something productive here instead...
|
||||
sleep 10
|
||||
|
||||
# Kaboom!!
|
||||
firefox "~/boom.html"
|
||||
# boom!!
|
||||
firefox "http://hak5.org"
|
||||
|
||||
@@ -4,12 +4,10 @@
|
||||
# Author: bg-wa
|
||||
# Version: 1.0
|
||||
# Category: HID
|
||||
# Target: *NIX
|
||||
# Target: UNITY
|
||||
# Attackmodes: HID
|
||||
#
|
||||
# Quick HID only attack to write an HTML/JS file to target machine
|
||||
# and open a browser, to exfiltrate data Using QR Codes and a video
|
||||
# recording device.
|
||||
# Quick HID only attack to write a file to target machine and open
|
||||
#
|
||||
# | Attack Stage | Description |
|
||||
# | ------------------- | ---------------------------------------- |
|
||||
@@ -21,17 +19,12 @@
|
||||
ATTACKMODE HID
|
||||
LED SETUP
|
||||
|
||||
source_scipt="/root/udisk/payloads/${SWITCH_POSITION}/fuse.sh"
|
||||
target_script="~/fuse.sh"
|
||||
|
||||
source_html="/root/udisk/payloads/${SWITCH_POSITION}/boom.html"
|
||||
target_html="~/boom.html"
|
||||
source_script=/root/udisk/payloads/$SWITCH_POSITION/fuse.sh
|
||||
target_script=\~/fuse.sh
|
||||
|
||||
LED ATTACK
|
||||
|
||||
DROP $source_script $target_script
|
||||
DROP $source_html $target_html
|
||||
RUN LINUX "${target_script}"
|
||||
DROP $source_script $target_script true true
|
||||
RUN UNITY $target_script
|
||||
|
||||
Q ENTER
|
||||
LED FINISH
|
||||
Reference in New Issue
Block a user