Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/1ultimat3/tld-scan
- Owner: 1ultimat3
- Created: 2021-05-05T11:39:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-24T04:30:21.000Z (about 1 year ago)
- Last Synced: 2024-05-13T16:33:47.932Z (6 months ago)
- Topics: information-gathering, security-tools
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 28
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - 1ultimat3/tld-scan - Top level domain scanner in Go (Go)
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 ethermatethermat.com
ethermat.ph
ethermat.pl
ethermat.vg
ethermat.ws
ethermat.xn--node
```