A stupid post it note for my own benefit mostly. My employer refuses to allow telnet on any of their machines, citing audit compliance and the pre-existance of netcat
So to test that a port is open with netcat you run:
nc -zv victim.host.com 8080
A stupid post it note for my own benefit mostly. My employer refuses to allow telnet on any of their machines, citing audit compliance and the pre-existance of netcat
So to test that a port is open with netcat you run:
nc -zv victim.host.com 8080