SSameer20 / webx_analyser

Website Analyzer is a tool that provides insights about a website by simply pasting its URL. It fetches and displays various information such as location, country, domain, subdomain, and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebX Analyzer

Website Analyzer is a tool that provides insights about a website by simply pasting its URL. It fetches and displays various information such as location, country, domain, subdomain, and more.

Features

  • Extracts domain and subdomain from the URL
  • Determines the geographical location of the website
  • Identifies the country where the website is hosted
  • Provides additional insights and information about the website

Getting Started

Prerequisites

  • Python 3.x
  • Required Python packages (listed in requirements.txt)

Installation

  1. Clone the repository:
    https://github.com/SSameer20/webx_analyser.git
  2. open the directory
    cd webx_analyser
  3. install packages
    pip install Flask requests socket tldextract whois bs4
  4. Open Terminal and Run Application
    python app.py

About

Website Analyzer is a tool that provides insights about a website by simply pasting its URL. It fetches and displays various information such as location, country, domain, subdomain, and more.


Languages

Language:HTML 66.3%Language:Python 33.7%