Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 도메인주도설계
- scala
- design pattern
- 엘라스틱서치
- Spring Boot
- Clean Code
- nginx
- apache storm
- Linux
- hibernate
- hadoop
- DDD
- Spring
- elastic search
- Angular2
- elasticsearch
- Gradle
- spark
- intellij
- SBT
- Java
- hdfs
- Spring Batch
- Storm
- 스프링 배치
- docker
- Domain Driven Design
- Hbase
- Spring XD
- 제주
Archives
- Today
- Total
욱'S 노트
Netcat 본문
넷캣(Netcat)은 TCP나 UDP 프로토콜을 사용하는 네트워크 연결에서 데이터를 읽고 쓰는 간단한 유틸리티 프로그램이다. 일반적으로는 UNIX의 cat과 비슷한
사용법을 가지고 있지만 cat이 파일에 쓰거나 읽듯이 nc는 network connection 에 읽거나 쓴다. 이것은 스크립트와 병용하여 network에 대한 debugging, testing tool로써 매우 편리하지만 반면 해킹에도 이용범위가 넓다.
출처 : http://devanix.tistory.com/307
'Language > IT' 카테고리의 다른 글
HAProxy (1) | 2016.07.26 |
---|---|
minimum granularity (0) | 2016.01.26 |
CQS - Command Query Separation (0) | 2015.07.20 |
synchronization primitives (0) | 2015.03.12 |
race condition (0) | 2015.03.12 |
Comments