heavyrain266 / UnChain

A tool to find redirection chains in multiple URLs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UnChain


A tool to find redirection chains in multiple URLs

Introduction

UnChain automates process of finding and following 30X redirects by extracting "Location" header of HTTP responses.

Building

To build UnChain simple run:

go build -o unchain ./cmd/main.go

Usage

usage: unchain [-h|--help] -u|--url "<value>"

arguments:

  -h  --help  Print help information
  -u  --url   File containing urls or a single url

About

A tool to find redirection chains in multiple URLs


Languages

Language:Go 73.2%Language:Nix 26.8%