보안 스니핑용 promisc 모드
2017.10.29 20:48
promisc 모드는 무차별 모드로 드랍 없이 모든 패킷을 받아들인다.
# ifconfig 명령을 통해 promisc 모드를 확인/설정을 할 수 있다.
# ifconfig eth0 promisc 와 같이 하면 되고, 설정을 해제하려면
# ifconfig eth0 -promisc 로 실행하면 된다.
[root@server /]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:C0:9F:37:ED:21
inet addr:192.168.1.5 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1273 errors:0 dropped:0 overruns:0 frame:0
TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:144471 (141.0 Kb) TX bytes:704 (704.0 b)
Interrupt:18 Base address:0xece0 Memory:fe1e0000-fe200000
[root@server /]# ifconfig eth0 promisc
[root@server /]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:C0:9F:37:ED:21
inet addr:192.168.1.5 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:4123 errors:0 dropped:0 overruns:0 frame:0
TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2297712 (2.1 Mb) TX bytes:704 (704.0 b)
Interrupt:18 Base address:0xece0 Memory:fe1e0000-fe200000
댓글 0
번호 | 제목 | 날짜 | 조회 수 |
---|---|---|---|
111 |
IBM ds3500 guide
![]() | 2017.08.24 | 913 |
110 | 암호학 | 2017.11.01 | 907 |
109 | 외부로 통신이 되지 않을 때 가지고 있는 CD-ROM으로 yum 사용하는 방법 | 2020.08.26 | 886 |
108 | 시스템 보안 과목 예상문제 풀이 | 2018.05.26 | 883 |
107 | GeoIP 를 이용한 Apache 설정 - 국가별 접속 차단 | 2018.06.13 | 836 |
106 | AIX 내부적인 Memory 관리 방법 | 2020.04.15 | 827 |
105 | Tibero 관리 3 | 2023.10.25 | 826 |
104 | 포렌식 복사 도구 – forecopy_handy | 2017.11.11 | 817 |
103 | Dos 공격유형 및 차단 | 2017.11.03 | 806 |
102 |
NVIDIA_GRID_VMware
![]() | 2017.08.23 | 806 |
101 | 악성코드의 종류 | 2017.11.07 | 794 |
100 | TCP 상태전이 | 2017.11.01 | 784 |
99 | hpux cron job 실행 에러 처리 방안 | 2018.07.06 | 783 |
98 | SUN 솔라리스 보안취약점 조치 방안 | 2018.03.05 | 782 |
97 |
Jeus 8.5 설치및 운영
![]() | 2023.10.24 | 778 |