2022-08-21 21:09:49 +02:00
v1
2022-08-21 20:25:06 +02:00
2022-08-21 21:01:26 +02:00
2022-08-21 20:58:33 +02:00
2022-08-21 21:09:49 +02:00

unhttpx

Go Reference

unhttpx is not a fast and multi-purpose HTTP toolkit that allows running multiple probes using the retryablehttp library. In fact, it does the exact opposite.

TL;DR: turns a list of URLs into hostnames.

Installation

go install -v github.com/melvinsh/unhttpx@latest

Usage

$ echo "https://google.com/yo" | unhttpx
google.com

$ cat urls.txt | unhttpx
hackerone.com
zerocopter.com
Description
Turns a list of URLs into hostnames.
Readme 37 KiB
Languages
Go 100%