mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-04 03:51:52 +09:00
[Add]
This commit is contained in:
parent
802b8311a7
commit
7973559e62
3 changed files with 3 additions and 25 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -6,6 +6,8 @@ dist/
|
||||||
wheels/
|
wheels/
|
||||||
*.egg-info
|
*.egg-info
|
||||||
|
|
||||||
|
oauth_providers.csv
|
||||||
|
|
||||||
# Virtual environments
|
# Virtual environments
|
||||||
.venv
|
.venv
|
||||||
|
|
||||||
|
|
|
||||||
23
main.py
23
main.py
|
|
@ -151,28 +151,7 @@ async def scan_one_url(url: str):
|
||||||
# ── 인터랙티브 입력 루프 ──
|
# ── 인터랙티브 입력 루프 ──
|
||||||
async def loop():
|
async def loop():
|
||||||
|
|
||||||
target_list = [
|
target_list = ["naver.com"]
|
||||||
# "chefsdinners.com",
|
|
||||||
# "dungeonofdoomkemah.com",
|
|
||||||
# "fertittaentertainmentinc.com",
|
|
||||||
# "galvestonholidayinn.com",
|
|
||||||
# "goldennugget.com",
|
|
||||||
# "hunttinginn.com",
|
|
||||||
# "kemahbeerfest.com",
|
|
||||||
# "lilliesasiancuisine.com",
|
|
||||||
# "muer.com",
|
|
||||||
# "pleasurepier.com",
|
|
||||||
# "r-u-i.com",
|
|
||||||
# "sanluisresort.com",
|
|
||||||
"shoppostoak.com",
|
|
||||||
"thepostoak.com",
|
|
||||||
"thepostoakhotel.com",
|
|
||||||
"tilmanfertitta.com",
|
|
||||||
"wildwoodcasino.net",
|
|
||||||
"accounts.firefox.com",
|
|
||||||
"addons.allizom.org",
|
|
||||||
"api.profiler.firefox.com"
|
|
||||||
]
|
|
||||||
|
|
||||||
for url in target_list:
|
for url in target_list:
|
||||||
await scan_one_url(f'https://{url}')
|
await scan_one_url(f'https://{url}')
|
||||||
|
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
issuer,provider,oauth_uri
|
|
||||||
https://velog.io,Google,https://v3.velog.io/api/auth/v3/social/callback/google
|
|
||||||
https://velog.io,GitHub,https://v2.velog.io/api/v2/auth/social/callback/github?next=
|
|
||||||
|
Loading…
Add table
Add a link
Reference in a new issue