Netcat: Difference between revisions
Appearance
No edit summary |
|||
| Line 1: | Line 1: | ||
= нетcat = | = нетcat = | ||
Netcat differs a lot in syntax.<br> | Netcat differs a lot in syntax across versions.<br> | ||
Test localhost port 8080, verbose (-v), only scan for listening demons (-z):<br> | Test localhost port 8080, verbose (-v), only scan for listening demons (-z):<br> | ||
Revision as of 15:54, 13 August 2026
нетcat
Netcat differs a lot in syntax across versions.
Test localhost port 8080, verbose (-v), only scan for listening demons (-z):
nc -vz localhost 8080
Start a listening demon on port 1312:
nc -l 1312
Connect interactively:
nc localhost 1312