a. First, you have to running “Fiddler” program.
먼저, Fiddler 프로그램을 실행시킵니다.
a. Click “Tools” menu.
“Tools” 메뉴 선택
b. Click “Fiddler Options” menu.
“Fiddler Options” 메뉴 선택
a. Click “HTTPS” Tab.
“HTTPS” 탭 선택
b. Check the “Capture HTTPS CONNECTIONs” and “Decrypt HTTPS traffic”
“Capture HTTPS CONNECTs” 및 “Decrypt HTTPS traffic” 체크
a. If ask generates a unique root certificate. You answer “Yes”.
Root 인증서 설치 여부를 묻는 경우 “Yes” 선택
a. Confirm the ask of security. You answer “Yes”.
보안으로 인해 확인 메시지가 나오는 경우 “예” 선택
a. You answer “Yes”.
사용자 계정 컨트롤 확인 창이 나오면 “예” 선택
a. Now, you have to click text of blue color next to Protocols.
이제, Protocols 옆의 푸른색의 글자를 클릭합니다.
a. Enter the protocols you want to allow connections to the text box. For example : “<client>; ssl3; tls1.0; tls1.1; tls1.2”
텍스트 박스에 연결을 허용할 프로토콜을 입력합니다. 예 : “<client>; ssl3; tls1.0; tls1.1; tls1.2”
a. Settings is finished, click OK.
설정이 완료되었습니다. OK를 클릭합니다
a. Now, to access the site using the HTTPS protocol in your browser. Success if the packet is normally collected.
이제, 브라우저를 이용해 HTTPS 프로토콜을 사용하는 사이트에 접속합니다. 패킷이 정상적으로 수집된다면 성공!
'자료' 카테고리의 다른 글
피들러(Fiddler) : 요청(Request) 분석창 살펴보기 (0) | 2020.08.10 |
---|---|
피들러(Fiddler) : 응답(Response) 분석창 살펴보기 (0) | 2020.08.10 |
VB.NET Memory and Process Hacking Class (0) | 2020.08.10 |
IDA Hex-Rays 결과물에 int result 와 return result 구문만 출력오류 해결법 (0) | 2020.08.10 |
VirtualKD-Redux Installation & Kernel Debugging (0) | 2020.08.09 |