Configuring payloads
#!/bin/bash
# Title: Printer Capture
#
# Description: Capture PCL IP printer jobs with a dynamic proxy
# Do we automatically exfiltrate to Cloud C2? Uncomment to send files to your
# CloudC2 server automatically
#
# USE_C2=1
# By default, C2WATCHDIR removes files after they're sent. To keep them, uncomment
# C2_KEEP_FILES below
#
# C2_KEEP_FILES=1
Editing payloads

Last updated