Skip to content

ydimova/oauth_project_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Everybody's Looking for SSOmething: A large-scale evaluation on the privacy of OAuth authentication on the web

This repository contains the code for our PETS 2023 submission paper called Everybody's Looking for SSOmething: A large-scale evaluation on the privacy of OAuth authentication on the web.

Project

Our study contains a large-scale measurement of the scopes (permissions) used for OAuth-based Single Sign-On. We report on the prevalence of OAuth on 100k websites and the scopes requested by website owners. We find that 18.53% of websites require the user to share information from non-minimal scopes with the site. Additionally, our paper provides a number of experiments on the use of OAuth scopes as well as a comparison of the OAuth flow with the standard authentication procedure on a number of websites.

For more details, we refer you to our full paper.

Crawler

All code for our crawler is available here. Currently, only Ubuntu systems are supported.

The crawler we designed for this study works in multiple steps which build upon one another:

  1. Searching for login buttons on the homepage of a website
  2. Click on each potential login button found and search for OAuth buttons on the login page
  3. Click on each potential OAuth button and extract the scope parameter from the authorization request

The code for each step can be found here.

Data

We include multiple datasets from our study:

License

MIT License

Copyright (c) 2023 []

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published