<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://valley.egloos.com/rss/style/style.xsl" type="text/xsl" media="screen"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>이글루스 'tcpdump' 태그 최근글</title>
		<link>http://valley.egloos.com/tag/tcpdump</link>
		<description>tcpdump</description>
		<language>ko</language>
		<pubDate>Tue, 18 Oct 2011 14:50:35 +0900</pubDate>
		<generator>Egloos</generator>
		<item>
	<title><![CDATA[[우분투] tcpdump -r 옵션 사용 시 Permission Denied 오류]]></title>
	<link>http://mcchae.egloos.com/10792423</link>
	<guid>http://mcchae.egloos.com/10792423</guid>
	<description>
	<![CDATA[ 
오늘 갑자기 tcpdump를 이용하여 pcap 파일을 읽으려고 시도를 했습니다.  $ sudo /usr/sbin/tcpdump -nn -r foo.pcap  그랬더니, Permission Denied 오류가 발생하더군요.  pcap 파일 및 tcpdump를 살펴보아도 별 이상이 없었구요.  결론은 AppArmor 설정 관련 문제였습니다.  이것을 해결하려면,  $ sudo aa-complain /usr/sbin/tcpdump  명령을 주어 Linux Security Module에다가 AppArmor를 사용하지 말라고 알려주면 됩니다.  다시 걸려면,  $ sudo aa-enforce /usr/sbin/tcpdump   명령을 내려주면 됩니다.  	]]>
	</description>
	<pubDate>Tue, 18 Oct 2011 14:50:35 +0900</pubDate>
	<dc:creator><![CDATA[지훈현서]]></dc:creator>
</item>
<item>
	<title><![CDATA[tcpdump 사용하기]]></title>
	<link>http://burnoutband.egloos.com/2847947</link>
	<guid>http://burnoutband.egloos.com/2847947</guid>
	<description>
	<![CDATA[ 
 tcpdump filter 참고      -  WireShark filter 참고      -      - (HTTP filter)    첨부파일    tcpdump -nn -i  인터페이스명 host 아이피1 and 아이피2  ex) tcpdump -nn -i  eth0 host ip2 and ip2     tcpdump -nn -i eth0 host 192.168.1.58 and port 8009 -l -vvv -x -X &amp;gt; tcpdumpLOG.pcap &amp;amp; tail -f tcpdumpLOG.pcap  tcpdump -nn -i eth0 port 8509 -s 0 -l -vvv -x -X -w tcpdumpLOG.pcap  보통은 tcpdump -nn -i eth0 host ip and por	]]>
	</description>
	<pubDate>Thu, 08 Sep 2011 11:21:45 +0900</pubDate>
	<dc:creator><![CDATA[그런지's Ltd.]]></dc:creator>
</item>
<item>
	<title><![CDATA[[우분투,OSX] tcpdump로 저장한 패킷의 소스/타겟 IP 주소 변경]]></title>
	<link>http://mcchae.egloos.com/10740614</link>
	<guid>http://mcchae.egloos.com/10740614</guid>
	<description>
	<![CDATA[ 
<img 
				src="http://thumb.egloos.net/100x76/http://pds22.egloos.com/pds/201107/08/18/a0105618_4e1670d0abca2.png"  
				alt="[우분투,OSX] tcpdump로 저장한 패킷의 소스.." 
				width="100px"  
				height="76pxpx"
				align="left"
				style="border:1px solid #DDDDDD;margin:0 10px 10px 0px;"
				/> HTTP, FTP 등의 여러 프로토콜이 있고, 특정 세션에서 파일 등을 다운로드한다고 할때,  이것을 TCPDUMP 프로그램을 이용해서 패킷 파일로 저장을 할 수 있습니다.    1) 필요 패키지 (우분투 기준)  $ sudo apt-get install apache2 tcpreplay    2) tcpdump and save into pcap file  $ sudo tcpdump -nn -ilo port 80 -s0 -w /tmp/foo.pcap&amp;amp;  $ wget -q -O -  $ kill %1    3) ip 변경  $ tcpprep -p --cachefile=/tmp/foo.cache --pcap=/tmp/foo.pcap  $ tcprewrite --endpoints=10.10.1.1:20.20	]]>
	</description>
	<pubDate>Fri, 08 Jul 2011 11:48:58 +0900</pubDate>
	<dc:creator><![CDATA[지훈현서]]></dc:creator>
</item>
<item>
	<title><![CDATA[[명령어] tcpdump]]></title>
	<link>http://anti1346.egloos.com/4981908</link>
	<guid>http://anti1346.egloos.com/4981908</guid>
	<description>
	<![CDATA[ 
[scbyun@icon ~]$ cat tcpdump.txt TCPDUMP(8)                                                         TCPDUMP(8) NAME        tcpdump - dump traffic on a networkSYNOPSIS        tcpdump [ -AdDeflLnNOpqRStuUvxX ] [ -c count ]                [ -C file_size ] [ -F file ]                [ -i interface ] [ -m module ] [ -M secret ] [ -r file ]                [ -s snaplen ] [ -T type ] [ -w file ]          	]]>
	</description>
	<pubDate>Tue, 31 May 2011 21:53:25 +0900</pubDate>
	<dc:creator><![CDATA[변군이글루]]></dc:creator>
</item>
<item>
	<title><![CDATA[tcpdump]]></title>
	<link>http://anti1346.egloos.com/4929198</link>
	<guid>http://anti1346.egloos.com/4929198</guid>
	<description>
	<![CDATA[ 
tcpdump 명령어 tcpdump -c 10000 -s 1560 -vvv -x -nn &quot;port 80&quot; -w servername-`date \+\%Y\%m\%m%H%M%S`.cap	]]>
	</description>
	<pubDate>Fri, 18 Feb 2011 13:53:52 +0900</pubDate>
	<dc:creator><![CDATA[변군이글루]]></dc:creator>
</item>
<item>
	<title><![CDATA[tcpdump 명령어 간단한 요약]]></title>
	<link>http://songic.egloos.com/10440495</link>
	<guid>http://songic.egloos.com/10440495</guid>
	<description>
	<![CDATA[ 
tcpdump 명령어의 수많은 옵션중 직접 사용해본 몇가지(이해 한 것만) 요약해 놓는다. 화면 캡처하는걸 깜박했다.  -A ......... 패킷의 내용을 ASCII코드로 화면에 보여준다. -c8 ........ 8개의 패킷을 캡쳐하고 종료한다. -D ......... 패킷을 캡쳐하는데 사용할 수 있는 인터페이스를 보여준다. -i ......... 사용할 인터페이스를 지정한다.               -D옵션의 결과로 나오는 숫자도 사용이 가능하다. -n ......... 호스트명과 포트번호를 숫자로 표시한다. -q ......... 프로토콜 정보를 간략하게 보여준다. -t ......... 패킷을 캡쳐한 시간을 출력하지 않는다.              시간 출력을 다루는 옵션이 더 있다. -tt, -t	]]>
	</description>
	<pubDate>Wed, 17 Mar 2010 11:21:39 +0900</pubDate>
	<dc:creator><![CDATA[이것저것 주저리주저리]]></dc:creator>
</item>
<item>
	<title><![CDATA[[wireshark] SSL패킷 까보기]]></title>
	<link>http://parkmo.egloos.com/3570580</link>
	<guid>http://parkmo.egloos.com/3570580</guid>
	<description>
	<![CDATA[ 
<img 
				src="http://thumb.egloos.net/100x76/http://pds16.egloos.com/pds/201002/02/04/d0088004_4b67b0672d42c.jpg"  
				alt="[wireshark] SSL패킷 까보기" 
				width="100px"  
				height="76pxpx"
				align="left"
				style="border:1px solid #DDDDDD;margin:0 10px 10px 0px;"
				/> 출처:  wireshark에서는 &quot;Preference Settings&quot;의 SSL설정에서 key를 설정함으로서 SSL을 까볼수 있는 것을 제공한다.  아래는 예제이다.  1) 기본 패킷  Follow SSL Stream가 있을 수도 있는데, (이는 프로토콜 이름이 SSLv3쪽 에서 누르면) 그래도 까지진 않을 것이다.  2) SSL 설정 key는 rsa로 되어있는 (text로 볼수 있는) key를 넣어도 된다. 서버쪽 private key를 등록한다. 형식은 &quot;,&quot;로 구분되며 IP, PORT, 깐후에 사용할 프로토콜, key파일이름 을 적으면 된다. 따로 암호를 입력 받지 않으므로 암호화 된 key일 경우 decode후 사용하면 된다. 본래 암호화 한것을 사용하여 decode 후에도 해봤는데,  &quot;127.0.	]]>
	</description>
	<pubDate>Tue, 02 Feb 2010 14:09:01 +0900</pubDate>
	<dc:creator><![CDATA[박모 사진첩]]></dc:creator>
</item>
<item>
	<title><![CDATA[tcpdump 컴파일 시 ip6_print 에러 관련]]></title>
	<link>http://shad0w.egloos.com/1556626</link>
	<guid>http://shad0w.egloos.com/1556626</guid>
	<description>
	<![CDATA[ 
 문제 :  # make      [bunch of junk] print-enc.o: In function `enc_if_print': print-enc.c:(.text+0xbe): undefined reference to `ip6_print' collect2: ld returned 1 exit status make: *** [tcpdump] Error 1   해결방법 :    http://mtesauro.com/livecd/index.php?title=Making_tcpdump_module  	]]>
	</description>
	<pubDate>Tue, 27 Oct 2009 18:20:27 +0900</pubDate>
	<dc:creator><![CDATA[Always as First]]></dc:creator>
</item>
<item>
	<title><![CDATA[tcpdump로 패킷 확인하기]]></title>
	<link>http://repository.egloos.com/4877869</link>
	<guid>http://repository.egloos.com/4877869</guid>
	<description>
	<![CDATA[ 
VLAN : br1 포트 : eth0 모든 : any  -i 인테페이스명  tcpdump -i eth0 -e -v -q -S src host 10.0.0.121 and not arp 	]]>
	</description>
	<pubDate>Tue, 14 Apr 2009 17:06:56 +0900</pubDate>
	<dc:creator><![CDATA[블루오션]]></dc:creator>
</item>
<item>
	<title><![CDATA[TCPDUMP 사용해서 MySQL 쿼리 로깅 보기]]></title>
	<link>http://x9903.egloos.com/1219716</link>
	<guid>http://x9903.egloos.com/1219716</guid>
	<description>
	<![CDATA[ 
- 루트계정으로 접속시 SQL 데이타베이스 서버에 접속가능할시 덤프가 가능.  If you are a privileged user (i.e. root), you can use tcpdump on a database server to take a peek into a network stream and filter for packets that go to MySQL. Those packets contain queries. Here’s a quick one-liner :  # tcpdump -i eth0 -s 0 -l -w - dst port 3306 | strings | perl -e '  while(&amp;lt;&gt;) { chomp; next if /^[^ ]+[ ]*$/;  if(/^(SELECT|UPDATE|DE	]]>
	</description>
	<pubDate>Tue, 09 Dec 2008 09:31:44 +0900</pubDate>
	<dc:creator><![CDATA[XenoN님의 이글루]]></dc:creator>
</item>
<item>
	<title><![CDATA[tcpdump와 Tethereal과 함께 TCP/IP 탐험]]></title>
	<link>http://JobsnGates.egloos.com/2134350</link>
	<guid>http://JobsnGates.egloos.com/2134350</guid>
	<description>
	<![CDATA[ 
 ...리눅스를 좀 더 재미있게! TCPdump와 Tethereal과 함께 TCP/IP 탐험   By Vinayak Hegde 한글번역 전정호이 글은 한글번역판입니다. 원문은 여기에서 볼 수 있습니다. 가장 짧은 TCP/IP 소개 TCP/IP는 컴퓨터통신에 사실상 표준 프로토콜이 되었다. IP는 (InternetProtocol) 네트웍층(주소와 라우딩) 기능을 제공하고, TCP는 (Transmission Control Protocol)통신하는 양쪽 끝사이에 (가상의) 연결을 만든다. TCP/IP에는 이외에도 ICMP (Internet Control Message Protocol), IGMP (Internet Group management protocol), UDP (UserDatagram Protocol) 	]]>
	</description>
	<pubDate>Wed, 12 Nov 2008 18:21:18 +0900</pubDate>
	<dc:creator><![CDATA[그런지's Ltd.]]></dc:creator>
</item>
<item>
	<title><![CDATA[패킷 trace (tcpdump)]]></title>
	<link>http://chozo99.egloos.com/1738790</link>
	<guid>http://chozo99.egloos.com/1738790</guid>
	<description>
	<![CDATA[ 
tcpdump -n port 10000 and dst 192.168.1.1 -X -x -s 1024    	]]>
	</description>
	<pubDate>Wed, 28 May 2008 16:51:07 +0900</pubDate>
	<dc:creator><![CDATA[조조조]]></dc:creator>
</item>
<item>
	<title><![CDATA[FreeBSD: Limiting open port RST response from xxx to 200 packets/sec]]></title>
	<link>http://purewell.egloos.com/3513098</link>
	<guid>http://purewell.egloos.com/3513098</guid>
	<description>
	<![CDATA[ 
FreeBSD에서 /var/log/message 안에 &quot;Limiting open port RST response from xxx to 200 packets/sec&quot;라는 메시지를 볼 수 있다. 외부로부터 잘못된 SYN요청이 과도하게 들어와서 RST로 응답하는 회수를 초당 200건으로 제한했다는 의미이다. 이게 SYN 공격을 통해서 발생할 수도 있지만, 의도치 않게 네트워크 상황에 따라 발생할 수도 있다.    예를 들어 해외에 NAT로 묶인 망이 있고, 그곳에 서비스 이용 클라이언트가 3,000개(순단 시 자동으로 재접속 시도가 있다는 것도 가정!)가 있다는 가정을 해보자. 해외망 특성상 네트워크 순단이 숨쉬기보다 조금 덜 발생하는데, 위에서 말한 망이 살짝 순단일 경우 동시에 3,000개 접속(session	]]>
	</description>
	<pubDate>Mon, 03 Dec 2007 10:48:19 +0900</pubDate>
	<dc:creator><![CDATA[Purewell.BIZ]]></dc:creator>
</item>
<item>
	<title><![CDATA[초심으로.]]></title>
	<link>http://xiii.egloos.com/3329417</link>
	<guid>http://xiii.egloos.com/3329417</guid>
	<description>
	<![CDATA[ 
그래피컬 인터페이스에 너무 익숙해져서....tcpdump가 전혀 눈에 안 들어온다.    ..    ..딴 툴 다 삭제하고 한 동안 좀 다시 보자.  	]]>
	</description>
	<pubDate>Fri, 10 Aug 2007 14:17:15 +0900</pubDate>
	<dc:creator><![CDATA[תלתעסר ]]></dc:creator>
</item>
	</channel>
</rss>

