Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harleo/knockknock
A simple reverse whois lookup tool which returns a list of domains owned by people or companies
https://github.com/harleo/knockknock
bugbounty domains infosec organization osint owned pentesting reconnaissance reverse whois
Last synced: 3 months ago
JSON representation
A simple reverse whois lookup tool which returns a list of domains owned by people or companies
- Host: GitHub
- URL: https://github.com/harleo/knockknock
- Owner: harleo
- License: mit
- Created: 2018-10-25T16:04:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-05T01:46:21.000Z (over 1 year ago)
- Last Synced: 2024-06-20T17:38:24.006Z (5 months ago)
- Topics: bugbounty, domains, infosec, organization, osint, owned, pentesting, reconnaissance, reverse, whois
- Language: Go
- Homepage:
- Size: 39.1 KB
- Stars: 170
- Watchers: 7
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - harleo/knockknock - A simple reverse whois lookup tool which returns a list of domains owned by people or companies (Go)
README
## KnockKnock
[![MIT License](https://img.shields.io/github/license/harleo/asnip?label=License&style=flat-square)](https://opensource.org/licenses/MIT)
KnockKnock runs a simple reverse whois lookup which returns a list of domains owned by people or companies.
This tool is often used for reconnaissance or OSINT (Open Source Intelligence) purposes.
Please note that the results can also contain domains that are not owned by the particular target, whereas the target represents a whois guard.
### Installation
`go install github.com/harleo/knockknock@latest`_This tool requires [golang](https://golang.org/)_
### Options
```console
Usage:
-n string
Registrant name, email or domain name of the target (Required)
-o string
Output file to write results to (default "domains.txt")
-p Print results
```### Example
```console
$ knockknock -n google.com -o google.txt -p[:] Sending query...
028-hty.com | 2016-05-20 | DROPCATCH.COM 883 LLC
04plan.com | 2020-04-04 | GABIA, INC.
--- snip ---
[:] Writing 500 domain(s) to file google.txt...
[:] Done.
```### Disclaimer
This tool must use an external API such as ViewDNS.info (which is subject to rate limiting and a maximum of 500 domains per query) to retrieve relevant data. Also note that the API uses Cloudflare, queries from cloud IPs may be blocked and require captcha verification whereas residential IPs are able to pass.---
© github.com/harleo