From f214a3adf9ac1982b05d9062775e69a64ad0c079 Mon Sep 17 00:00:00 2001 From: Marc Date: Fri, 5 Jul 2019 08:39:26 +0100 Subject: [PATCH] Cleanup: optical-exfiltration: Update Payload Header --- .../optical-exfiltration/payload.txt | 43 ++++++++----------- 1 file changed, 17 insertions(+), 26 deletions(-) diff --git a/payloads/library/exfiltration/optical-exfiltration/payload.txt b/payloads/library/exfiltration/optical-exfiltration/payload.txt index 6f70b5df..99f33306 100755 --- a/payloads/library/exfiltration/optical-exfiltration/payload.txt +++ b/payloads/library/exfiltration/optical-exfiltration/payload.txt @@ -1,31 +1,22 @@ #!/bin/bash # -# Title: Optical Exfiltration -# Author: bg-wa -# Version: 1.0 -# Category: HID -# Target: *NIX -# Attackmodes: HID -# Sources: Hak5 2320, https://github.com/bg-wa/QRExtractor +# Title: Optical Exfiltration +# Author: bg-wa +# Version: 1.0 +# Targets: macOS, Linux +# Attack Modes: HID +# Sources: Hak5 2320, https://github.com/bg-wa/QRExtractor +# Description: 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. +# Optional html params: +# base64: Passing a base64 string to this param will auto-start processing QR Codes. +# playback: Passing the string "finish" to this param will auto-play the results, when QR codes finish rendering. +# Example: Ln65: Q STRING firefox "$target_html?playback=finish&base64=my_long_string" # -# 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. -# -# Optional html params: -# base64: Passing a base64 string to this param will auto-start processing QR Codes. -# -# playback: Passing the string "finish" to this param will auto-play the results, -# when QR codes finish rendering. -# -# Example: -# Ln65: Q STRING firefox "$target_html?playback=finish&base64=my_long_string" -# -# | Attack Stage | Description | -# | ------------------- | ---------------------------------------- | -# | SETUP | Open vi | -# | ATTACK | Writing HTML | -# | FINISH | Browser Ready/Processing | +# LEDS: +# Magenta: Open vi +# Yellow Blink: Writing HTML +# Green: Browser Ready/Processing # ATTACKMODE HID @@ -65,4 +56,4 @@ Q ENTER Q STRING firefox "$target_html" Q ENTER -LED FINISH \ No newline at end of file +LED FINISH