craw top 100000 website,judge if it use oauth for login
download from http://s3.amazonaws.com/alexa-static/top-1m.csv.zip
timestamp is 2018-10-02-19:45
head -n 100000 top-1m.csv > top-100000.csv
db OauthCraw
table target(id,url)
table result(id,url,isUse,oauthService,oauthLink,loginLink)
base on https://en.wikipedia.org/wiki/List_of_OAuth_providers
result in oauthService_collect.csv
judge a link as a login link
use words to identify
["login","signin","oauth"]
use mitmproxy to capture the 302
in data folder