paramprobe

command module
v0.0.0-...-cfdab11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2025 License: MIT Imports: 19 Imported by: 0

README ยถ

ParamProbe

ParamProbe is a tool designed to discover reflected parameters on websites. This tool is useful for identifying URL parameters that are vulnerable to attacks such as Reflected XSS.

Features

  • ๐Ÿ”Automatic Crawling: Explores websites and collects all URL parameters.
  • ๐Ÿ”’Reflected Parameter Detection: Tests parameters reflected in HTTP responses.
  • ๐ŸŒCrawling Subdomain: Option to explore subdomains.
  • ๐Ÿ› ๏ธ Custom User-Agent: Supports custom or random User-Agent.
  • ๐Ÿ”„ Automatic Updates: Provides support to update the tool to the latest version.

Installation

go install github.com/fkr00t/paramprobe@latest

Usage

paramprobe -h

This will display help for the tool. Here are all the switches it supports.

Option:
    -u, --url           Target URL to scan.
    -c, --crawl         Crawl subdomains.
    -d, --delay         Delay between requests (e.g., 1s).
    --user-agent        Custom User-Agent.
    --random-agent      Use a random User-Agent.
    -up, --update       Update the tool to the latest version.
    -p, --passive       Perform passive scanning using Wayback Machine and Archive.today.
    -h, --help          Show help message.


example:
    paramprobe -u http://testphp.vulnweb.com -d 1s --random-agent
    paramprobe -u http://testphp.vulnweb.com --user-agent 'MyCustomAgent'
    paramprobe --update

Documentation ยถ

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL