Cleanup: ftp_exfiltrator: Update Payload Header
parent
937ecc7e8b
commit
b2731e7e97
|
@ -1,19 +1,17 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# Title: FTP Exfiltrator
|
# Title: FTP Exfiltrator
|
||||||
# Author: Nutt
|
# Author: Nutt
|
||||||
# Version: 1.0
|
# Version: 1.0
|
||||||
# Target: Windows
|
# Targets: Windows
|
||||||
|
# Description: Exfiltrates files from the users Documents folder FTP's all files/folders to a specified
|
||||||
|
# FTP site named by the victim hostname. Powershell FTP script will stay running after
|
||||||
|
# BashBunny is unpluggedonce light turns green unplug and check FTP site.
|
||||||
#
|
#
|
||||||
#Exfiltrates files from the users Documents folder
|
# LEDS:
|
||||||
#FTP's all files/folders to a specified FTP site named by the victim hostname.
|
# Purple: Setup
|
||||||
#Powershell FTP script will stay running after BashBunny is unplugged, once light turns green unplug and check FTP site.
|
# Red: Failed - Need to work on
|
||||||
|
# Green: Finished
|
||||||
#Executes 1.ps1
|
|
||||||
|
|
||||||
#Purple.........Setup
|
|
||||||
#Red............Failed - Need to work on
|
|
||||||
#Green..........Finished
|
|
||||||
|
|
||||||
LED SETUP
|
LED SETUP
|
||||||
GET SWITCH_POSITION
|
GET SWITCH_POSITION
|
||||||
|
|
Loading…
Reference in New Issue