Skip to content

CTmonitor is a script that monitors Certificate Transparency (CT). The script is based on the certstream library.

License

Notifications You must be signed in to change notification settings

huinholang/CTmonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CTmonitor

Python

Table of contents

General info

CTmonitor is a script that monitors Certificate Transparency (CT). The script is based on the certstream library. CTmonitor can help you to detect some typosquatting domain. You can use regular or irregular expressions.

Technologies

Project is created with:

Setup

To run this project, install certstream library:

pip install certstream

CTmonitor supports regular and irregular expressions. Regular expression:

ctmonitor.py --regex r"^[a-zA-Z0-9][a-zA-Z0-9-]{1,61}[a-zA-Z0-9](?:\.[a-zA-Z]{2,})+$"

Irregular expression:

ctmonitor.py --irregular "example.com"

About

CTmonitor is a script that monitors Certificate Transparency (CT). The script is based on the certstream library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages