A certificate transparency log keyword sniffer written in python
Last updated Jun 16, 2026
95
Stars
25
Forks
0
Issues
0
Stars/day
Attention Score
13
Language breakdown
Python 100.0%
โธ Files
click to expand
README
certSniff
CertSniff is a python based keyword sniffer, using the certstream certificate transparency log data stream, that monitors for domain certificate events containing a string of interest.
Install
git clone https://github.com/A-poc/certSniff;cd certSniff/;pip install -r requirements.txt
Usage
python3 certSniff.py -f monitor.txt
Example
You can monitor live certificate transparency logs that contain any string within a keyword file.monitor.txt
โโโ admin
โโโ test
โโโ dev
python3 certSniff.py -f monitor.txt
โโโโโโโฌโโโโฌโโโโโโโโฌโโโโโโ โ โโค โโฌโ โ โโโโโโโโโค โโค โโโโโโโดโโ โด โโโโโโโดโ โ Certificate Transparency Log Sniffer
Using sniff words from [monitor.txt]
[03/03/23 14:16:45]:[aonecnameg.goce.workers.dev] [03/03/23 14:16:45]:[csbzvbzoompezxyu.southcentralus.atlas-test.cloudapp.azure.com] [03/03/23 14:16:45]:[admin-test.crystal.io] [03/03/23 14:16:45]:[dev-chompy.qmo.io] [03/03/23 14:16:45]:[backuptest.blacklightsupport.co.za] ...
๐ More in this category