mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
Cleanup: BlackBackup: Update Payload Header
Also move shebang to top of file.
This commit is contained in:
parent
377a5bc7b4
commit
6295445794
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user