Netcat
Appearance
нетcat
Test localhost port 8080, verbose (-v), only scan vor listening demons (-z):
nc -vz localhost 8080
Start a listening demon on port 1312:
nc -l 1312
Connect interactively:
nc localhost 1312
Test localhost port 8080, verbose (-v), only scan vor listening demons (-z):
nc -vz localhost 8080
Start a listening demon on port 1312:
nc -l 1312
Connect interactively:
nc localhost 1312