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.
A verbose clock which prints the time in words in a matrix
Usage: py-clock [OPTIONS]
Options:
-s, --show Show the current time
-m, --matrix Show time as matrix
-d, --debug Run in debug mode
-h, --help Show this message and exit.
py-clock can print the current time in words format.
For example: if the time is 13:50, it prints
I T L I S A S T H T E N
A C F I F T E E N D C O
T W E N T Y X F I V E W
T H I R T Y F T E N O S
M I N U T E S E T O U R
P A S T O R U F O U R T
S E V E N X T W E L V E
N I N E D I V E C T W O
E I G H T F E L E V E N
S I X T H R E E O N E G
T E N S E Z O' C L O C K
Make sure you have Python and the poetry
package install. From inside the project directory
poetry shell
( this will create a new virtual env and activate it)poetry install
( this will install dependencies)pip install py-text-clock
After activating the virtual env,
(venv) C:\Users\manoj\Documents\MANOJ\Github\py-clock>py-clock -s -m
I T L I S A S T H T E N
A C F I F T E E N D C O
T W E N T Y X F I V E W
T H I R T Y F T E N O S
M I N U T E S E T O U R
P A S T O R U F O U R T
S E V E N X T W E L V E
N I N E D I V E C T W O
E I G H T F E L E V E N
S I X T H R E E O N E G
T E N S E Z O' C L O C K\
FAQs
A verbose Clock
We found that py-text-clock 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.