mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-31 20:37:58 +01:00
commit
aa18a00718
1 changed files with 8 additions and 0 deletions
|
@ -29,3 +29,11 @@
|
|||
- Client stay up after EOF:
|
||||
|
||||
`nc -q {{timeout}} {{ip_address}}`
|
||||
|
||||
- Port scanning:
|
||||
|
||||
`nc -v -z {{ip_address}} {{port}}`
|
||||
|
||||
- Proxy and port forwarding:
|
||||
|
||||
`nc -l {{ port }} | nc {{ hostname }} {{ port }}`
|
||||
|
|
Loading…
Reference in a new issue