Skip to content

ShrekBytes/GetParamURLs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GetParamURLs

GetParamURLs is a Python script for bug bounty hunters that finds URLs with query parameters using gau and waybackurls, filters out unwanted MIME types, and removes duplicates so that you can focus only on what is important.

screenshot

Table of Contents

Features

  • Gathers endpoints using gau and waybackurls
  • Filters URLs that contain query parameters
  • Removes URLs with unwanted MIME-type extensions
  • Eliminates duplicate links based on endpoints and parameters
  • Saves filtered juicy URLs to domain.txt file

Prerequisites

  • Python 3.x
  • gau (Get All URLs) - Installation instructions can be found here
  • waybackurls - Installation instructions can be found here

Usage

  1. Clone the repository:

    git clone https://github.com/ShrekBytes/GetParamURLs.git
  2. Change into the repository directory:

    cd GetParamURLs
  3. Run the script:

    python3 GetParamURLs.py example.com

Contributing

Feel free to submit issues or pull requests for suggestions, improvements, or bug reports. Your contributions are appreciated!

License

"License? Nah, who needs those bothersome regulations anyway? Feel free to do whatever you want with this code – use it as a doorstop, launch it into space, or frame it as a modern art masterpiece. Just don't blame me if things get a little wild!"

About

Collects unique URLs with query parameters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages