
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Quick zero dependency fingerprinting with one command. sha_assist produces algorithmic digests of certificate public keys.
Out of box, sha_assist exposes 5 key digests i.e. (SHA1, SHA256, SHA384, SHA512 and MD5) but can be easily extended using hashlib.algorithms_available
.
See Extensibility
Credit to dlenski for ssl.SSLSocket patching
python3 sha_assist -d google.com -p 443
Usage: sha_assist.py [OPTIONS]
Options | Description |
---|---|
-d or --domain [required] | [Text] Domain URL to be fingerprinted (eg. https://www.github.com) |
-p, --port [optional] | [Integer] Port to establish connection on. Defaults to 443 |
NOTE: URL must be prefixed with https://
sha-assist produces algorithmic digests using hash-lib. By extension, all methods exposed by hashlib.algorithms_available
can be used to produce required digests.
Output is by default hex but can be adapted to binary by replacing ~.digestHex().
FAQs
Easy SHA1, SHA256, SHA384, SHA512 and MD5 HTTPS domain fingerprinting
We found that sha-assist 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.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.