Hi
I've installed C2 on my LAN and got a PS to connect to it whilst in Arming Mode. Is it possible to get the PS to connect to C2 whilst in attack mode? I've added C2CONNECT to the payload.sh file under the switch1 directory:
function run() {
# Create loot directory
mkdir -p /mnt/loot/tcpdump &> /dev/null
# Set networking to TRANSPARENT mode and wait five seconds
NETMODE TRANSPARENT
sleep 5
C2CONNECT
sleep 5
# Start tcpdump on the bridge interface
tcpdump -i br-lan -w /mnt/loot