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.
cat
with syntax highlighting. Auto-detects the language via the file
extension, or tries to infer it automatically.
hicat index.js
Pipe something to hicat
. It will figure out what language it is in.
curl http://site.com | hicat
If hicat fails to detect a language, explicitly pass it -l LANG
.
curl http://site.com | hicat -l xml
$ npm install -g hicat
Usage:
$ hicat --help
Usage:
hicat [options] FILE
... | hicat [options]
Options:
-h, --help print usage information
-v, --version show version info and exit
-l, --lang LANG use a given language
--languages list available languages
hicat © 2014+, Rico Sta. Cruz. Released under the MIT License.
Authored and maintained by Rico Sta. Cruz with help from contributors.
ricostacruz.com · GitHub @rstacruz · Twitter @rstacruz
[v0.2.2]
--lang
not working properly.FAQs
Command-line syntax highlighter.
The npm package hicat receives a total of 55,916 weekly downloads. As such, hicat popularity was classified as popular.
We found that hicat 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.