Metadata-Version: 2.1
Name: sitesniffer
Version: 0.2
Summary: This is a Python script that can extract various information about a website, including its IP address, SSL certificate information, domain information, page load time, and other useful insights.
Home-page: https://github.com/thisisjsimon/SiteSniffer
Author: Jonah Simon
Author-email: thisisjsimon.github@gmail.com
License: MIT
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENCE


# Site Sniffer in Python

The Site Sniffer project is a Python program that allows users to gather information about a website by providing its URL. The program extracts various details about the website, including the IP address, HTTP status code, SSL certificate information, domain registration details, load time, meta description, keywords, and a list of links on the page. It is intended for anyone who needs to perform website analysis, including web developers, SEO specialists, and website owners.
