Answers for "nc port listen"

0

nc check open port

$ nc -z -v localhost 80
Posted by: Guest on July-12-2021
0

nc port listen

nc -lv <PORT>
Posted by: Guest on March-31-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language