Skip to content

Regex-based scanner designed to extract URLs, URLs with file extensions, and high-value secrets from text files. Optimized for parsing the output of tools like waymore, waybackurls, and xnLinkFinder

License

Notifications You must be signed in to change notification settings

noob6t5/way_extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Overview

WAY_EXTRACTOR is a global secret, API key, and URL extractor built for bug bounty hunters and red teamers It hunts down:

  • API keys (AWS, Google, GitHub, Stripe, Slack, etc.)
  • Database credentials (MySQL, PostgreSQL, MongoDB, Cloudinary, etc.)
  • OAuth tokens, JWTs, and private keys
  • URLs (generic + with extensions like .js, .sql, .env, etc.)
  • High-entropy strings likely to be secrets

The tool recursively scans files or entire directories, applying targeted regex signatures and entropy analysis.


Requirements

  • Python 3.8+

Installation

Clone the repo and make the script executable:

git clone https://github.com/yourusername/way_extractor.git
cd way_extractor
chmod +x way_extractor.py
python3 way_extractor.py -h 

Note: Running python3 way_extractor.py scan current path so be careful while running

About

Regex-based scanner designed to extract URLs, URLs with file extensions, and high-value secrets from text files. Optimized for parsing the output of tools like waymore, waybackurls, and xnLinkFinder

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages