From 6295445794b612f5dad2645476b43dcfa81f7858 Mon Sep 17 00:00:00 2001 From: Marc Date: Fri, 5 Jul 2019 08:21:31 +0100 Subject: [PATCH] Cleanup: BlackBackup: Update Payload Header Also move shebang to top of file. --- .../exfiltration/BlackBackup/payload.txt | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/payloads/library/exfiltration/BlackBackup/payload.txt b/payloads/library/exfiltration/BlackBackup/payload.txt index 640b687d..eabefdfc 100644 --- a/payloads/library/exfiltration/BlackBackup/payload.txt +++ b/payloads/library/exfiltration/BlackBackup/payload.txt @@ -1,16 +1,17 @@ -# Title: BlackBackup -# Author: JWHeuver & JBaselier -# Version: 1.0 -# -# Runs powershell script to get Wlan and logon credentials -# from computer and save them on USB drive (Storage attack) -# -# Purple.............Loading -# Green .............Execute Credential Ripper Powershell -# Off................Finished -# #!/bin/bash +# Title: BlackBackup +# Author: JWHeuver & JBaselier +# Version: 1.0 +# Description: Runs powershell script to get Wlan and logon credentials +# from computer and save them on USB drive (Storage attack) +# +# LEDS: +# Purple: Loading +# Green: Execute Credential Ripper Powershell +# Off: Finished +# + # OPTIONS - More options available in the Powershell payload OBFUSCATECMD="N" # Y=yes or N=no