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.
- Host: GitHub
- URL: https://github.com/mattwright324/jwhois
- Owner: mattwright324
- License: mit
- Created: 2024-02-22T18:41:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-10T22:03:40.000Z (over 2 years ago)
- Last Synced: 2025-10-25T02:44:06.674Z (9 months ago)
- Language: Java
- Size: 76.2 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jWHOIS
Swing desktop application to make quick WHOIS info lookups for domains and IP addresses.



- 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
```