열린 포트 확인

kwlee·2021년 6월 7일
0

1. netstat

# netstat -tnlp

2. lsof

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

3. nmap

# nmap localhost

profile
안녕하세요.

0개의 댓글