Skip to content

A tool to quickly extract oauth based url from domain list's.

License

Notifications You must be signed in to change notification settings

Krimson-Squad/extract_OAuTH

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

OAuth URL Extractor

oauth

extract_oauth is a CLI tool to scan a list of URLs from a file and identify potential OAuth URLs based on common OAuth parameters. This tool supports input from a file and can handle URLs in various formats. It helps bug hunter's, red teamer's as well developer's to quickly jump to Oauth based url and find bug's..

Features

  • Extract URLs containing OAuth-related parameters (client_id, redirect_uri, response_type, etc.).
  • Display a summary of the total URLs processed and the number of OAuth URLs found.
  • Save extracted OAuth URLs to a specified output file.
  • Supports input from both a file and stdin for versatile usage.

Installation

Clone this repository to your local machine:

git clone https://github.com/yourusername/extract_oauth_urls.git
cd extract_oauth_urls

Usuage

python3 extract.py -f /path/to/your/urls.txt

python3 extract.py -f /path/to/your/urls.txt -o custom_output.txt

cat /path/to/your/urls.txt | python3 extract.py -f -

oauth output

About

A tool to quickly extract oauth based url from domain list's.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%