Update payload.sh

pull/12/head
Private-Locker, LLC 2019-12-17 16:52:48 -08:00 committed by GitHub
parent 8ac19ac4f6
commit bbf6c58837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -91,7 +91,11 @@ function c2_connect() {
# Exfiltrate all test loot files
FILES="$LOOT_DIR/*.txt"
for f in $FILES; do C2EXFIL STRING $f Example; done
for f in $FILES; do C2EXFIL STRING $f Nmap-C2-Example; done
else
# Exit script if not provisioned for C2
LED R SOLID
exit 1
fi
}