CentOS에서 ngrep 설치하기

퍼온곳 : http://www.sillycodes.com/2015/11/installing-ngrep-on-centos-67.html

How to install ngrep on CentOS :

ngrep is not added to default repository, We need to add epel repo
sudo yum install epel-release
Then update the cache using following command.
yum update
Now Install the ngrep.
yum install ngrep

Example Usage :

Using ngrep to capture the SIP traffic.
ngrep -Wbyline port 5060 -d any -q

Read more: http://www.sillycodes.com/2015/11/installing-ngrep-on-centos-67.html#ixzz4Q925ckM6
Under Creative Commons License: Attribution
Follow us: Mvenkatesh431 on Facebook

Leave a Comment

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다

이 사이트는 Akismet을 사용하여 스팸을 줄입니다. 댓글 데이터가 어떻게 처리되는지 알아보세요.