Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MilindPurswani/whoxyrm
A reverse whois tool based on Whoxy API.
https://github.com/MilindPurswani/whoxyrm
Last synced: 21 days ago
JSON representation
A reverse whois tool based on Whoxy API.
- Host: GitHub
- URL: https://github.com/MilindPurswani/whoxyrm
- Owner: MilindPurswani
- License: mit
- Created: 2020-08-10T19:16:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-31T20:03:43.000Z (9 months ago)
- Last Synced: 2024-08-05T17:25:18.046Z (4 months ago)
- Language: Go
- Size: 29.3 KB
- Stars: 156
- Watchers: 3
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - MilindPurswani/whoxyrm - A reverse whois tool based on Whoxy API. (Go)
README
# Whoxyrm
![Go Build](https://github.com/milindpurswani/whoxyrm/actions/workflows/go.yml/badge.svg) ![Go Release](https://github.com/milindpurswani/whoxyrm/actions/workflows/release.yml/badge.svg)This is a tool that lets you query whoxy api to look for reverse who is domain names based on your search criteria. It was built upon Whoxy API based on [@jhaddix](https://twitter.com/Jhaddix)'s talk on [Bug Hunter's Methodology v4.02](https://www.youtube.com/watch?v=gIz_yn0Uvb8).
## Usage```
$ whoxyrm -company-name "Oath Inc."
```or
```
$ whoxyrm -name "Oath Inc."
```or
```
$ whoxyrm -email "[email protected]"
```or
```
$ whoxyrm -keyword "yahoo.com"
```## Installation
```
$ go install github.com/milindpurswani/whoxyrm@latest
```Also, Make sure you export your whoxy api key as follows:
*without this, it won't work.*```
$ export WHOXY_API_KEY="..."
```
*you can grab one from https://www.whoxy.com*