Skip to content

Pranavtej/crt-xplorer

Repository files navigation

CRT Explorer

CRT Explorer is a modern web application for exploring, analyzing, and comparing SSL/TLS certificates for websites. Built with Next.js, TypeScript, and Tailwind CSS, this tool provides detailed certificate information, security assessments, and comparison capabilities.

CERT Xplorer

Features

  • Certificate Fetching: Enter any domain name to fetch and analyze its SSL/TLS certificate
  • Certificate Analysis: View detailed information about certificates, including issuer, validity period, domains covered, and more
  • Security Assessment: Get a security score and detailed analysis of certificate security features
  • Timeline Visualization: Visual representation of the certificate validity period

Getting Started

Installation

  1. Clone the repository:
git clone https://github.com/your-username/crt-xplorer.git
cd crt-xplorer
  1. Install dependencies:
npm install
# or
yarn install
  1. Start the development server:
npm run dev
# or
yarn dev
  1. Open your browser and navigate to http://localhost:3000 to use the application.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

About

Certificate Transparency Log Explorer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published