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:
netcat -l 1312
Connect interactively:
netcat 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:
netcat -l 1312
Connect interactively:
netcat localhost 1312