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.
Post to a kato.im room from the command line.
Add this line to your application's Gemfile:
gem 'kato-cli'
And then execute:
$ bundle
Or install it yourself as:
$ gem install kato-cli
At minimum, kato
needs to be given a list of available rooms. This is
specified in ~/.kato.yml
. Provide nicknames for rooms to access them more
easily when posting. For example,
room-list:
dev: de8cba109388dee98498
meetings: 3d809831aa8481177dcce
defines a room called dev
with the room id de8cba109388dee98498
and another
room called meetings
with room id 3d809831aa8481177dcce
.
This allows you to specify the room by its nickname when invoking the kato
command:
$ kato --room dev
You can also configure a default room to send messages to as well as a default display name.
room: dev
user: tommcdo
kato [-u|--user USERNAME] [-f|--renderer text|markdown|code] [-r|--room ROOM]
-u
or --user
specifies the display name to send the message from-f
or --renderer
specifies how the message will be rendered (text
, markdown
or code
)-r
or --room
specifies the room (by its nickname as set in ~/.kato.yml
) to
send the message toThe message will be read from standard input. You can either pipe another program's
output into kato
or type it into the command line, followed by the end-of-file
signal (usually Ctrl-D
).
Check out kato.vim if you'd like to send code snippets directly from inside Vim.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that kato-cli 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.