Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
ssl-expiry-reminder
Advanced tools
SSL Expiry Reminder - Get Notification remainder on Telegram and Gotify
SSL Expiry Reminder and SSL Status Checker - Get SSL Expiry Notification reminder on Telegram and Gotify.
If you Like My Work then Buy a Coffee for me 😄
git clone https://github.com/mskian/ssl-expiry-reminder.git
cd ssl-expiry-reminder
npm install
npm link
(OR)
npm
npm install -g ssl-expiry-reminder
$ checkssl -h
Usage: check [options]
Options:
-V, --version output the version number
-d, --domain <domain name> Add domain without http/https (This Command line Argument for Automation Task)
-s, --status <domain name> Add domain without http/https
-g, --gotify <GOTIFY API URL> Gotify URL with Application Key
-t, --telegram <Telegram API URL> Telegram API URL with your Bot Key
-c, --chatid <Telegram Chat or Channel ID> Telegram Channel ID or Chat ID
-r, --remainder <Enter the Day Remaining 1 to 10> Enter the Remaining Day to Get SSL Expiry Remainder Alert
-h, --help output usage information
$ Register Gotify API with URL
checkssl --gotify https://push.example.com/message?token=XXXXXXXXXXXXXXX
$ Register Telegram API URL and Botkey
checkssl --telegram https://api.telegram.org/bot<YOUR BOT API KEY>/sendMessage
$ Register Telegram your Chat id or Channel id
checkssl --chatid 123456789
checkssl --status example.com
npx
npx ssl-expiry-reminder -h
For Automation it having Seperate Command Line Argumet it will Send the Push Notification Alert via Telegram & Gotify
checkssl -d example.com
wget https://raw.githubusercontent.com/mskian/ssl-expiry-reminder/master/sslcheck.sh
sslcheck.sh
chmod +x sslcheck.sh
./sslcheck.sh
checkssl --remainder 2
JSON File
Example File - https://github.com/mskian/ssl-expiry-reminder/blob/master/config-example.jsonssl-expiry-reminder-nodejs
and File Name config.json
Linux - ~/.config
in Home
Windows - AppData
Folder c:\Users\username\AppData\Roaming\ssl-expiry-reminder-nodejs
macOS - ~/Library/Application Support
I am using Linux also I am using Linux Cloud VPS Server (Ubuntu) I am testing it on both LTS Version on Ubuntu it's Working Well
Locally you can use this on your Desktop/laptop with Linux Distro/Windows/macOS
I Locally tested it on tested on Windows 10 it's Working well but Some users facing an issues like checkssl is not recongized as an internal or external command, operable program or batch file
if you are facing this issue on your Windows System Just uninstall & reinstall the Node.js LTS version & try again
SSL Checker NPM Module - https://github.com/mskian/ssl-checker-node-api
Your PR's are Always welcome 🦄
If you find any issues create an issue Ticket Here ✉ https://github.com/mskian/ssl-expiry-reminder/issues
MIT
FAQs
SSL Expiry Reminder - Get Notification remainder on Telegram and Gotify
The npm package ssl-expiry-reminder receives a total of 5 weekly downloads. As such, ssl-expiry-reminder popularity was classified as not popular.
We found that ssl-expiry-reminder demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.