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.
|PyPI| |license|
A simple command-line email client!
To install cmail, simply,
::
$ pip install bshare
Help command:
::
$ cmail -h
usage: cmail.py [-h] [-m] [-c] [-r] [-a name email]
A simple command-line email client!
optional arguments:
-h, --help show this help message and exit
-m, --mail Send mail.
-c, --contacts Shows the saved email contacts.
-r, --reset Reset contacts list to default.
-a name email, --add name email
Add new contact.
To send mail:
::
$ cmail -m
To: example@gmail.com
Subject: test
Text: hi there!
Want to attach any files? (y/n): n
Enter username (press Enter to use default 'me'): indianpythonista@gmail.com
Enter password:
Your mail was sent successfully!
To save a contact:
::
$ cmail -a me nikhilksingh97@gmail.com
New contact saved!
To show contacts:
::
$ cmail -c
+---------+--------------------------+
| name | email |
+=========+==========================+
| me | nikhilksingh97@gmail.com |
+---------+--------------------------+
| example | example@example.com |
+---------+--------------------------+
Clear contacts list:
::
$ cmail -r
Contacts list reset to default.
.. |PyPI| image:: https://img.shields.io/badge/PyPi-v1.0.0-f39f37.svg :target: https://pypi.python.org/pypi/cmail .. |license| image:: https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000 :target: https://github.com/nikhilkumarsingh/cmail/blob/master/LICENSE.txt
FAQs
A simple command-line email client!
We found that cmail 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.
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.