Merge pull request #910 from gwanii/master

Update nc.md
waldyrious/alt-syntax
Leandro Ostera 2016-06-16 23:04:15 +02:00 committed by GitHub
commit aa18a00718
1 changed files with 8 additions and 0 deletions

View File

@ -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 }}`