Skip to content
/ gup Public

gup aka Get All Urls parameters to create wordlists for brute forcing parameters.

Notifications You must be signed in to change notification settings

byt3hx/gup

Repository files navigation

Description

GUP is a tool to create wrodlists from the urls.

Purpose

The purpose of this tool is to create wordlists for brute forcing parameters.

Install

▶ go get github.com/channyein1337/gup

Usage

▶ gup -h
Usage of gup:
  -m    For mutliple parameters
  -s    For a single parameter

For Single Url

For a single parameter

▶ echo "http://localhost/index.php?id=1&redirect=true" | gup -s

For multiple parameters

▶ echo "http://localhost/index.php?id=1&redirect=true" | gup -m

For Mutliple Urls

For a single parameter

cat gau.txt | gup -s | sort -u

For multiple parameters

cat gau.txt | gup -m | sort -u 

About

gup aka Get All Urls parameters to create wordlists for brute forcing parameters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages