Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

License

NotificationsYou 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

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.gitcd 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

  • Python100.0%

[8]ページ先頭

©2009-2025 Movatter.jp