Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-21T21:46:45.000Z (over 3 years ago)
- Last Synced: 2024-06-18T23:05:00.370Z (5 months ago)
- Topics: golang, reconnaissance, redirection, url, url-redirection, web-crawler
- Language: Go
- Homepage:
- Size: 3.3 MB
- Stars: 78
- Watchers: 5
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - redcode-labs/UnChain - A tool to find redirection chains in multiple URLs (Go)
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
```