diff --git a/.gitignore b/.gitignore index 43cf84e..0e3ef89 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,8 @@ dist/ wheels/ *.egg-info +oauth_providers.csv + # Virtual environments .venv diff --git a/main.py b/main.py index 6aaf17f..73d1cf8 100644 --- a/main.py +++ b/main.py @@ -151,28 +151,7 @@ async def scan_one_url(url: str): # ── 인터랙티브 입력 루프 ── async def loop(): - target_list = [ -# "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" -] + target_list = ["naver.com"] for url in target_list: await scan_one_url(f'https://{url}') diff --git a/oauth_providers.csv b/oauth_providers.csv deleted file mode 100644 index 0f35c83..0000000 --- a/oauth_providers.csv +++ /dev/null @@ -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=