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
- Host: GitHub
- URL: https://github.com/redcode-labs/unchain
- Owner: redcode-labs
- Created: 2021-03-16T18:06:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-01T04:55:53.000Z (6 months ago)
- Last Synced: 2025-03-31T05:05:37.949Z (3 months ago)
- Topics: golang, reconnaissance, redirection, url, url-redirection, web-crawler
- Language: Go
- Homepage:
- Size: 3.3 MB
- Stars: 80
- Watchers: 4
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```