작성일 댓글 남기기

[정보] TCPDUMP 활용법

tcpdump 특정 포트 제외 방법(22번)

tcpdump not dst port 22 and not src port 22

eth0에서 들어오는 tcp 제외

tcpdump -i eth0 not dst port 22 and not src port 22

답글 남기기