Saturday, August 15, 2020

[Netcat]Keep Netcat sockets alive to continuously listen

 The examples below demonstrate how to create Netcat sockets continuously listening in Windows and Linux/Unix, respectively.


In Windows:

cmd > nc -vv -L -p 443


In Linux/Unix:

# ncat -vv -k -l -p 443

No comments:

Post a Comment