Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/1ultimat3/tld-scan

Top level domain scanner in Go
https://github.com/1ultimat3/tld-scan

information-gathering security-tools

Last synced: 3 months ago
JSON representation

Top level domain scanner in Go

Awesome Lists containing this project

README

        

# tld-scan
Top level domain scanner in Go.

The core idea is to perform a TCP sync scan against potential web applications (running on port 80) for all possible top level domains.

## Installation
This tool can be installed using:
```bash
go build
```

## Usage
```bash
This program determines all used domains by checking if there is any web application running on :80.

Usage:
tld scan [basename] [flags]

Flags:
-h, --help help for scan
-w, --workers int amount of workers running in parallel (default 10)
```

## Example
```bash
tld scan ethermat

ethermat.com
ethermat.ph
ethermat.pl
ethermat.vg
ethermat.ws
ethermat.xn--node
```