All Projects → redcode-labs → UnChain

redcode-labs / UnChain

Licence: other
A tool to find redirection chains in multiple URLs

Programming Languages

go
31211 projects - #10 most used programming language
Nix
1067 projects

Projects that are alternatives of or similar to UnChain

Uddup
Urls de-duplication tool for better recon.
Stars: ✭ 103 (+33.77%)
Mutual labels:  url, reconnaissance
ShonyDanza
A customizable, easy-to-navigate tool for researching, pen testing, and defending with the power of Shodan.
Stars: ✭ 86 (+11.69%)
Mutual labels:  reconnaissance
postcss-inline-base64
PostCSS plugin used to replace value inside of url function to base64
Stars: ✭ 23 (-70.13%)
Mutual labels:  url
trym
🔗 A modern URL shortener
Stars: ✭ 29 (-62.34%)
Mutual labels:  url
node-parameterize
parameterize.js
Stars: ✭ 36 (-53.25%)
Mutual labels:  url
cpplipa
C++ library package
Stars: ✭ 17 (-77.92%)
Mutual labels:  url
flink-crawler
Continuous scalable web crawler built on top of Flink and crawler-commons
Stars: ✭ 48 (-37.66%)
Mutual labels:  web-crawler
ComicBookMaker
Script to fetch webcomics and use them to create ebooks.
Stars: ✭ 27 (-64.94%)
Mutual labels:  web-crawler
Netswift
A type-safe, high-level networking solution for Swift apps
Stars: ✭ 21 (-72.73%)
Mutual labels:  url
uri-parse-lib
Library for parse URI
Stars: ✭ 24 (-68.83%)
Mutual labels:  url
CrawlBox
Easy way to brute-force web directory.
Stars: ✭ 118 (+53.25%)
Mutual labels:  web-crawler
anikimiapi
A Simple, LightWeight, Statically-Typed Python3 API wrapper for GogoAnime.
Stars: ✭ 15 (-80.52%)
Mutual labels:  url
SocketHook
Socket hook is an injector based on EasyHook (win only) which redirect the traffic to your local server.
Stars: ✭ 38 (-50.65%)
Mutual labels:  redirection
glare
gracefully download (latest) releases from GitHub
Stars: ✭ 64 (-16.88%)
Mutual labels:  redirection
tall
Promise-based, No-dependency URL unshortner (expander) module for Node.js
Stars: ✭ 56 (-27.27%)
Mutual labels:  url
Slugify
Simple Slug / Clean URL generator helper for Microsoft .NET framework / .NET Standard.
Stars: ✭ 53 (-31.17%)
Mutual labels:  url
crawleet
Web Recon & Exploitation Tool.
Stars: ✭ 48 (-37.66%)
Mutual labels:  reconnaissance
urley
📦 An easy cross-platform utility library to work with URLs in Javascript.
Stars: ✭ 14 (-81.82%)
Mutual labels:  url
custom-permalinks
Set custom permalinks on a per-post basis in WordPress
Stars: ✭ 17 (-77.92%)
Mutual labels:  url
ngx-linkifyjs
Angular V8 wrapper for linkifyjs - library for finding links in plain text and converting them to HTML <a> tags via linkifyjs
Stars: ✭ 40 (-48.05%)
Mutual labels:  url

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].