Skip to main content

A WHOIS lookup tool

Project description

Owl-Eye

Owl-Eye is a Python package that allows users to perform WHOIS lookups for domains or IP addresses. It parses and displays essential information such as registration details, name servers, ownership details, and more.

This package is based on the original script by LaviruD and has been modularized and packaged for ease of use and distribution.


Features

  • Retrieve WHOIS information for any domain or IP address.
  • Parse data such as:
    • Domain ownership.
    • Registration dates.
    • Name servers.
    • Administrative and technical contact details (if available).
  • Simple command-line interface (CLI).
  • Displays results in a well-organized format.

Installation

Install Owl-Eye using pip:

pip install owl-eye

Usage

Command-Line Usage

After installation, you can use Owl-Eye directly from the terminal:

owl-eye

Follow the on-screen prompts to provide a domain or IP address for the WHOIS lookup.


Programmatic Usage

You can also use Owl-Eye in your Python scripts:

from owl_eye import display_banner, check_network, fetch_whois_data, extract_topics, extract_details

# Display banner
display_banner()

# Check network connectivity
if check_network():
    domain = "example.com"
    get_data(domain)

Requirements

The following Python packages are required:

  • colorama
  • pyfiglet
  • requests
  • beautifulsoup4

These will be installed automatically when you install Owl-Eye via pip.


Project Structure

owl-eye/
├── owl_eye/
│   ├── __init__.py
│   ├── banner.py
│   ├── utils.py
│   ├── whois_lookup.py
│   ├── main.py
├── tests/
│   ├── test_banner.py
│   ├── test_utils.py
│   ├── test_whois_lookup.py
├── setup.py
├── README.md
├── LICENSE
├── requirements.txt

Contribution

We welcome contributions to improve Owl-Eye! To contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Commit your changes.
  4. Open a pull request describing your changes.

Acknowledgments

This package is based on the original Owl-Eye tool developed by LaviruD. Special thanks for their fantastic work on the original script.


License

Owl-Eye is licensed under the MIT License. Feel free to use, modify, and distribute this software as per the license.


Support

For issues or feature requests, please open an issue in the GitHub repository.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

owl_eye-0.1.5.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

owl_eye-0.1.5-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file owl_eye-0.1.5.tar.gz.

File metadata

  • Download URL: owl_eye-0.1.5.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.21

File hashes

Hashes for owl_eye-0.1.5.tar.gz
Algorithm Hash digest
SHA256 410de3890fb2e20c5472ba492480effb11b91fd4d69608ea218477aa4a5dddb2
MD5 f70d323d1ed60fddb54871fbe6fc6519
BLAKE2b-256 0e8fcbf4ba31bfd2f97497f63f5d09e80df8281ffac03f39d29468ad3e1a0997

See more details on using hashes here.

File details

Details for the file owl_eye-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: owl_eye-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 6.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.21

File hashes

Hashes for owl_eye-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 c5c21008bf55e3ada4ac5e31ed28891d92512c35a60a83431181706efd91edaf
MD5 da0d1965b1a47c1d8cc7cbfda7b8c56e
BLAKE2b-256 40365664ec74e378470488e65d3723a0b3161eaa6208a8438186f24071eb8f47

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page