8000 GitHub - RemmyNine/Paraminder: ParaMinder is a Python tool designed to discover web application parameters. It systematically extracts parameters from URL queries, HTML content (including forms), and linked JavaScript files, offering an aggressive mode for deeper analysis and proxy support.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ParaMinder is a Python tool designed to discover web application parameters. It systematically extracts parameters from URL queries, HTML content (including forms), and linked JavaScript files, offering an aggressive mode for deeper analysis and proxy support.

Notifications You must be signed in to change notification settings

RemmyNine/Paraminder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

🎯 What it Is

ParamMiner is a Python tool for web parameter discovery. It extracts parameters from URLs, HTML content, and linked JavaScript files.

✨ Quick Features

  • URL, HTML & JS Parsing: Finds parameters in various web content.
  • Aggressive Mode: Deeper HTML attribute analysis.
  • Proxy Support: Route traffic through a proxy.

🚀 Get Started

  1. Clone the repo
  2. cd into the project folder
  3. then pip install -r requirements.txt

📖 How to Use

  • Scan a target: python3 main.py -t https://example.com
  • Aggressive mode: python3 main.py -t https://example.com -m -o params.txt

More to note

  • There are plenty of useful options such as proxy support and etc ... read the manual please :)

About

ParaMinder is a Python tool designed to discover web application parameters. It systematically extracts parameters from URL queries, HTML content (including forms), and linked JavaScript files, offering an aggressive mode for deeper analysis and proxy support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0