Wireshark 설치와 패킷 캡처 실습

Wireshark란?

image

Wireshark 설치 방법 - Ubuntu 20.04 기준

$ sudo apt update
$ sudo apt get upgrade
$ sudo apt install wireshark



Wireshark 전체 구조

image

사진 출처: By Software:The Wireshark teamScreenshot:Vulphere - Self-taken; derivative work, GPL

필터

패킷필터

화면필터



실습

❓ wireshark 설치하고 내가 만든 웹 애플리케이션으로 접속하는 패킷 캡처하여 분석해보기

Apple OAuth 활용한 로그인 요청

image

Apple OAuth 활용한 로그인 응답

image

노트 생성 요청

image

노트 수정 요청

image

TCP 헤더 Flag 변경 확인

image