열린 포트(port)확인

sangwoo noh·2022년 7월 13일
0

linux

목록 보기
13/18
$ netstat -tnlp

$ lsof -i -nP | grep LISTEN | awk '{print $(NF-1)" "$1}' | sort -

$ nmap localhost
profile
하기로 했으면 하자

0개의 댓글