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.
Project is created with:
- Python 3
- Certstream
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"