Init
This commit is contained in:
commit
1bd830bda3
7 changed files with 882 additions and 0 deletions
20
README.md
Normal file
20
README.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Google Access Token Collector
|
||||
|
||||
Google OAuth `access_token`을 수집하는 테스트용 Express 서버입니다.
|
||||
OAuth 취약점 연구 및 시나리오 재현 목적으로 제작되었습니다.
|
||||
|
||||
---
|
||||
|
||||
## Requirements
|
||||
|
||||
- Node.js (v18 이상 권장)
|
||||
- npm
|
||||
|
||||
---
|
||||
|
||||
## 설치 방법
|
||||
|
||||
```bash
|
||||
cd google-at-collector
|
||||
npm install
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue