
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
kurotoshiro-simpleMailer
Advanced tools
= simpleMailer
SimpleMailer is a very simple wrapper for Ruby's net::smtp
== Usage
require "rubygems" require "simpleMailer"
mail=SimpleMailer.new("some.smtp.com",port=25) mail.to("foo@bar.com") mail.from("simple@mailer.com") mail.with_title("That's some title for you") mail.message("Later you will be able to use HTML") mail.with_files(["/tmp/awesome.file","~/archive.tbz2"]) mail.send # Nothing is really done before this point
But you could have :
mail.to("foo@bar").from("foo@bar").with_title("title").message("message").send
== Testing
No testing right now, but I will work on it for a future version
== Note on Patches/Pull Requests
== Thanks
Thanks to technicalpickles for his awesome gem Jeweler
== Copyright
Copyright (c) 2009 Yoann LE TOUCHE. See LICENSE for details.
FAQs
Unknown package
We found that kurotoshiro-simpleMailer 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
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.