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 Daily Check is a Python-based tool that monitors SSL certificates for specified domains and sends notifications when certificates are nearing expiration.
Clone the repository:
git clone https://github.com/rtmax0/ssl-daily-check.git
cd ssl-checker
Install dependencies using Poetry:
poetry install
Create a ~/.ssl-daily-check/domains.txt
file with the domains you want to monitor:
example.com:Example Website
yourdomain.com:Your Website
Create a ~/.ssl-daily-check/notify-rule.json
file with your WeChat Work webhook URL:
[
{
"id": "notify1",
"type": "qyweixin",
"url": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=your-key-here"
}
]
Run the SSL Daily Check manually:
poetry run ssl-checker
To set up automatic checking, add a cron job:
0 0 * * * /path/to/your/poetry/environment/bin/ssl-checker
This will run the SSL Checker daily at midnight.
This project uses:
To set up the development environment:
Install development dependencies:
poetry install --dev
Run tests:
poetry run pytest
Format code:
poetry run black .
Run linter:
poetry run flake8
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
Daily SSL certificate monitoring and checking tool
We found that ssl-daily-check demonstrated a healthy version release cadence and project activity because the last version was released less than 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.