일반
Netcat(nc) 사용법
hsnyus
2026. 1. 23. 06:43
설치 및 모든 명령어는 Ubuntu 24.04 기준입니다.
설치
리눅스 환경
sudo apt update
sudo apt install netcat윈도우 환경(11)
https://nmap.org/ncat/
Ncat - Netcat for the 21st Century
Download Reference Guide Book Docs Zenmap GUI In the Movies . . \`-"'"-'/ } 6 6 { ==. Y ,== /^^^\ . / \ ) ( )-( )/ _ -""---""--- / / Ncat \_/ ( ____ \_.=|____E Ncat is a feature-packed networking utility which reads and writes data across networks from the
nmap.org
위 사이트에서 설치 파일 다운로드 받아 설치.
사용 명령어
#Linux
nc {host} {port}
CTF에서 문제 설명에
nc 123.456.789 1234
이런식으로 적혀있다면 nc로 접속해보고 풀면 된다.