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