<aside> 🚨 Netcat does not support multiple sessions, we cannot have multiple simultaneous users.

</aside>

<aside> 🚨 In case we are performing cookie stealing and when our payload is executed once and netcat have received a cookie, the session has been established and will continue to run, even if the user re-opens the same link we will not receive another cookie as the connection has been terminated yet.

</aside>

# Syntax
nc [options] [hostname] [port]

For a listener

nc -nvlp 4444