Merge branch 'main' of https://github.com/melvinsh/unhttpx
This commit is contained in:
@@ -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.**
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user