certstream-server-go icon indicating copy to clipboard operation
certstream-server-go copied to clipboard

This project aims to be a drop-in replacement for the certstream server by Calidog. This tool aggregates, parses, and streams certificate data from multiple certificate transparency logs via websocket...

Results 17 certstream-server-go issues
Sort by recently updated
recently updated
newest added

Hello, I use python code to connect : process = subprocess.Popen( ['certstream', '--url', 'ws://127.0.0.1:8080'], stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True ) output_pattern = re.compile(r'\[(.*?)\] (https://.*?) - (.*?)$') try: for line in process.stdout: match...

For smaller servers, reducing the buffer sizes might help to reduce the memory usage. Relates to #53

Firstly, thanks so much for this repo so we can replace the CaliDog's certstream(which is down)! However, I found this certstream server generates more certificates than CaliDog's per second, which...

- Allows CT index to persisted. - CT indexes are dumped to disk every 30 seconds - Future sessions resume from last saved CT index.

Hi, Until recently, I think the number of servers listed into the `log_list.json` was only increasing. But 2 days ago, it seems that it decreased from 48 to 37. ```...

Enables FULL, LITE and DOMAINS_ONLY logging of certstream data to disk. I made this for a specific purpose (i.e to get raw data for https://ip.thc.org), i'll understand if logging to...

Saving the last processed index of the certstream log when certstream-server-go exits allows the user to continue where they left off and not miss out the previous certificates.

feature