Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/melvinsh/unhttpx
Browse files Browse the repository at this point in the history
  • Loading branch information
melvinsh committed Aug 21, 2022
2 parents 75d8c77 + e04dd39 commit b997246
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# unhttpx
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.
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.**

Expand All @@ -12,5 +12,10 @@ go install -v github.com/melvinsh/unhttpx@latest
## Usage

``` bash
cat urls.txt | unhttpx
$ echo "https://google.com/yo" | unhttpx
google.com

$ cat urls.txt | unhttpx
hackerone.com
zerocopter.com
```

0 comments on commit b997246

Please sign in to comment.