Netcat: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
= нетcat = | = нетcat = | ||
Test localhost port 8080, verbose (-v), only scan | Netcat differs a lot in syntax.<br> | ||
Test localhost port 8080, verbose (-v), only scan for listening demons (-z):<br> | |||
<code>nc -vz localhost 8080</code><br> | <code>nc -vz localhost 8080</code><br> | ||
Revision as of 15:54, 13 August 2026
нетcat
Netcat differs a lot in syntax.
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