NightRang3r / tldend

Pipe subdomains via stdin and print to stdout only subdomains that are matching a specified tld domain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tldend

Pipe subdomains via stdin and print to stdout only subdomains that are matching a specified tld domain

Install

go install -v github.com/NightRang3r/tldend@main

Build

go build tldend.go

Usage

cat subdomains.txt | tldend -d starbucks.com

About

Pipe subdomains via stdin and print to stdout only subdomains that are matching a specified tld domain


Languages

Language:Go 100.0%