Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/redcode-labs/UnChain

A tool to find redirection chains in multiple URLs
https://github.com/redcode-labs/UnChain

golang reconnaissance redirection url url-redirection web-crawler

Last synced: 3 months ago
JSON representation

A tool to find redirection chains in multiple URLs

Awesome Lists containing this project

README

        

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 ""

arguments:

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