Skip to content

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.

License

Notifications You must be signed in to change notification settings

Muhammad-Qasim-Munir/unhttpx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%