Home

Netcat

Netcat

client

nc -l -p {port} > {outputFileName}

server

nc -w3 {clientIp} {port} < {inputFileName}

Reference

https://www.sans.org/security-resources/sec560/netcat_cheat_sheet_v1.pdf


@KimHyoJin

Written by @KimHyoJin Tech Blog

  • ← Climb Stairs
© 2021, Built with Gatsby and Leonids theme.