_ _
| | | |
___ _ _| |__ | | _____ _ ___ __
/ __| | | | '_ \| |/ / _ \ | | \ \ /\ / /
\__ \ |_| | |_) | < __/ |_| |\ V V /
|___/\__,_|_.__/|_|\_\___|\__, | \_/\_/
__/ |
|___/
$ go install -v github.com/dvvedz/subkeyw@latest
Usage of subkeyw:
-dashes
include words with dashes, otherwise these are removed.
-file string
takes a file with a list of subdomains
subs.txt
api-test-dev1ish.target.com
a-test.target.com
api-blah.target.com
meh-blah.dev.target.com
$ cat subs.txt | subkeyw
api
test
dev1ish
a
blah
meh
dev
$ cat subs.txt | subkeyw
$ subkeyw -file subs.txt
For some reason stdin does not work on my droplet, but works fine on macos as intended...