No description
  • TypeScript 93.2%
  • JavaScript 6.8%
Find a file
2025-05-31 12:01:58 +09:00
.github/workflows PKCE Downgrade만 체킹한다고요? 아뇨 이제 PKCE가 있는지도 확인할겁니다. 2025-05-25 20:55:19 +09:00
dist [Update] index 2025-05-31 11:47:52 +09:00
packages/backend Merge branch 'main' into feature/scope 2025-05-31 12:01:58 +09:00
playground Merge branch 'main' into feature/csrf 2025-05-31 11:41:54 +09:00
.gitignore GitHub Actions, PKCE Downgrade 추가, PlayGround 추가 2025-05-25 20:37:18 +09:00
bun.lock 포팅은 했는데 테스트는 안해보긴 했어요 테스트좀 해주세요 2025-05-31 11:55:15 +09:00
caido.config.ts [Add] is authZ|implict grant type 2025-05-19 11:08:20 +09:00
LICENSE [Add] is authZ|implict grant type 2025-05-19 11:08:20 +09:00
package.json Merge branch 'main' into feature/scope 2025-05-31 12:01:58 +09:00
pnpm-lock.yaml [Add] csrf 2025-05-28 15:01:53 +09:00
pnpm-workspace.yaml [Add] is authZ|implict grant type 2025-05-19 11:08:20 +09:00
README.md [Add] PKCE 체크 및 관련 기능 구현, Playground 디렉토리 정리 2025-05-26 00:56:03 +09:00
tsconfig.json [Add] is authZ|implict grant type 2025-05-19 11:08:20 +09:00

caido-plugin-test

To-Do

  • PKCE 다운그래이드 https에서 작동 안하는 이슈 고치기
2025-05-25T15:52:40.757475Z  INFO actix-rt|system:0|arbiter:6 proxy|connect: Client connection (29e74afd-9006-445e-88a9-3fc5d4796af9)    
2025-05-25T15:52:40.757530Z  INFO actix-rt|system:0|arbiter:6 proxy|connect: Client connected for http://localhost:8787 (29e74afd-9006-445e-88a9-3fc5d4796af9)    
2025-05-25T15:52:40.757562Z  INFO actix-rt|system:0|arbiter:6 proxy|http1|logger: GET http://localhost/login (29e74afd-9006-445e-88a9-3fc5d4796af9)    
2025-05-25T15:52:40.767186Z  INFO actix-rt|system:0|arbiter:6 proxy|http1|logger: GET http://localhost:8787/login -> 302 361 (29e74afd-9006-445e-88a9-3fc5d4796af9)    
2025-05-25T15:52:40.768696Z  INFO actix-rt|system:0|arbiter:9 proxy|http1|logger: GET https://github.com/login/oauth/authorize?client_id=Ov23lixietSCQOHxPvcr&redirect_uri=http%3A%2F%2Flocalhost%3A8787%2Fcallback&scope=read%3Auser&state=bc11db571a4737d0&response_type=code&code_challenge=FtSdQsWI342PKH6BGgKYR6AOzW95LaS0jeVcwTmHaro&code_challenge_method=S256 (90f314dc-9480-4bd8-b7b6-5acba6b8bc7b)    
2025-05-25T15:52:41.103596Z  INFO actix-rt|system:0|arbiter:9 proxy|http1|logger: GET https://github.com/login/oauth/authorize?client_id=Ov23lixietSCQOHxPvcr&redirect_uri=http%3A%2F%2Flocalhost%3A8787%2Fcallback&scope=read%3Auser&state=bc11db571a4737d0&response_type=code&code_challenge=FtSdQsWI342PKH6BGgKYR6AOzW95LaS0jeVcwTmHaro&code_challenge_method=S256 -> 302 4927 (90f314dc-9480-4bd8-b7b6-5acba6b8bc7b)    
2025-05-25T15:52:41.105944Z  INFO actix-rt|system:0|arbiter:7 proxy|connect: Client connection (34585a00-9f9f-4c72-b087-2e9e92418dad)    
2025-05-25T15:52:41.105993Z  INFO actix-rt|system:0|arbiter:7 proxy|connect: Client connected for http://localhost:8787 (34585a00-9f9f-4c72-b087-2e9e92418dad)    
2025-05-25T15:52:41.106023Z  INFO actix-rt|system:0|arbiter:7 proxy|http1|logger: GET http://localhost/callback?code=10c34dcc4d3f7302e707&state=bc11db571a4737d0 (34585a00-9f9f-4c72-b087-2e9e92418dad)    
2025-05-25T15:52:41.108270Z  INFO plugin:65ad3a87-0257-4408-a9c7-e0885e04c162 js|sdk: [PKCEDowngradeCheck] Required PKCE parameters missing. Skipping.    
2025-05-25T15:52:41.277387Z  INFO plugin:65ad3a87-0257-4408-a9c7-e0885e04c162 js|sdk: [PKCEDowngradeCheck] No PKCE downgrade detected.    
2025-05-25T15:52:41.686109Z  INFO actix-rt|system:0|arbiter:7 proxy|http1|logger: GET http://localhost:8787/callback?code=10c34dcc4d3f7302e707&state=bc11db571a4737d0 -> 200 1582 (34585a00-9f9f-4c72-b087-2e9e92418dad)