# 크롬의 쿠키를 가져다가 cURL에 사용하는 Bash 스크립트

> Clean Markdown view of GeekNews topic #8912. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=8912](https://news.hada.io/topic?id=8912)
- GeekNews Markdown: [https://news.hada.io/topic/8912.md](https://news.hada.io/topic/8912.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-04-08T10:31:02+09:00
- Updated: 2023-04-08T10:31:02+09:00
- Original source: [github.com/fipso](https://github.com/fipso/ccurl.sh)
- Points: 6
- Comments: 1

## Topic Body

- 크롬 개발자 도구 프로토콜을 사용해서 크롬의 특정 탭에서 쿠키를 추출 가능   
- 사용 방법   
  - 크롬을 `google-chrome-stable --remote-debugging-port=9222`로 실행   
  - 쿠키를 가져올 탭을 활성화   
  - 스크립트 실행 `./ccurl.sh &lt;Tab URL Prefix&gt; &lt;cURL command ...&gt;`

## Comments



### Comment 15605

- Author: roxie
- Created: 2023-04-09T06:38:41+09:00
- Points: 1

엄청 불편하네요
