Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A go application to monitor certificate updates for domains. Uses certstream for data and pushover for push notifications

Notifications You must be signed in to change notification settings

VegarLH/certmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

certmon

A go application to monitor certificate updates for domains. Uses certstream for data and pushover for push notifications

To use, you need to upate the following code with proper pushover details:

// Create a new pushover instance with a token
push := pushover.New("YourAppTokenHere")

// Create a new recipient
recipient := pushover.NewRecipient("RecipientHere")

alerts.txt : Contains keywords for which we want push notifications.

monitor.txt: Keywords (typically a domain or top level domain) which we want to monitor to the console and log.

highlight.txt: Keywords which we want highlighted on the console. Only processes maches passed through the monitor filter.

About

A go application to monitor certificate updates for domains. Uses certstream for data and pushover for push notifications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages