Initial commit
This commit is contained in:
22
README.md
Normal file
22
README.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# unhttpx
|
||||
|
||||
[](https://pkg.go.dev/github.com/melvinsh/unhttpx)
|
||||
|
||||
Turns a list of URLs into hostnames.
|
||||
|
||||
## Installation
|
||||
|
||||
``` bash
|
||||
go install -v github.com/melvinsh/unhttpx@latest
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
``` bash
|
||||
$ echo "https://google.com/yo" | unhttpx
|
||||
google.com
|
||||
|
||||
$ cat urls.txt | unhttpx
|
||||
hackerone.com
|
||||
zerocopter.com
|
||||
```
|
||||
Reference in New Issue
Block a user