소스 검색

Merge pull request #910 from gwanii/master

Update nc.md
Leandro Ostera 8 년 전
부모
커밋
aa18a00718
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      pages/common/nc.md

+ 8 - 0
pages/common/nc.md

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