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

https://github.com/mattwright324/jwhois

Swing desktop application to make quick WHOIS info lookups for domains and IP addresses.
https://github.com/mattwright324/jwhois

Last synced: 22 days ago
JSON representation

Swing desktop application to make quick WHOIS info lookups for domains and IP addresses.

Awesome Lists containing this project

README

          

# jWHOIS

Swing desktop application to make quick WHOIS info lookups for domains and IP addresses.

![GitHub latest release](https://img.shields.io/github/release/mattwright324/jwhois.svg?style=flat-square)
![Github total download](https://img.shields.io/github/downloads/mattwright324/jwhois/total?style=flat-square)

- Recursively WHOIS queries responses from lookup servers until the final result is returned
- Lookup domains for registration info or ip addresses for netrange info
- Configurable initial lookup server for edge cases I may not have handled

### Requirements

- Java 11

### Build and Run

During development, run the following command to build and run the application.

```sh
$ ./gradlew run
```

### Package

Before a release, run the following command to package the files into the `build/package/` folder to be zipped up.

```sh
$ ./gradlew packageJar
```