
Research
/Security News
Malicious npm Packages Target WhatsApp Developers with Remote Kill Switch
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
ssl-date-checker
Advanced tools
Library to check and report on the start and expiration date of a given SSL certificate for a given domain.
Nodejs Library to check and report on the issues on and expiration date of a given SSL certificate for a given domain.
Usage:
$ ssl-date-checker host [-f text|json] [-p port]
Example results:
$ ssl-date-checker npm.org
Certification for npm.org
Issue On: Dec 13 00:51:56 2014 GMT
Expires On: Jan 13 11:24:29 2017 GMT
Expires in 536 days
$ ssl-date-checker npm.org -f json
Example results:
{
"valid_from": "Oct 15 09:57:00 2014 GMT",
"valid_to": "Oct 16 09:57:00 2015 GMT",
"expires": 69,
"expired": false,
"host": "iptorrents.com"
}
npm install -g ssl-date-checker
One-man-band at the moment. Contact me at twitter on @rayhammond, or, via my blog here http://geeksretreat.wordpress.com if you are interest in getting involved.
MIT
FAQs
Library to check and report on the start and expiration date of a given SSL certificate for a given domain.
We found that ssl-date-checker demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.