Skip to content

arunbarnard/rdap-fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rdap-fetcher

A simple script written in Python with Flask to provide very basic information about an IP address or web domain.

Including:

  • Country of Registration
  • Owner of Domain
  • Description
  • Registration Address

This is achieved by fetching the RDAP data (new and improved version of WhoIs?) and presenting the most useful and relevant information in a web interface.

Download

To get the script, either download the .zip or:

git clone https://github.com/arunbarnard/rdap-fetcher

Run

Navigate to the download location, and run with:

python rdapQuery.py

Modification

You are able to modify the Python or HTML code by modifying the following files: *rdapQuery.py - Main Python script

  • templates
    • main.html - Default HTML page
    • return.html - Shown when querying IP/domain name
  • static
    • data.txt - The downloadable JSON file for the queried website
    • css
      • main.css - CSS for all HTML files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published