
Research
NPM targeted by malware campaign mimicking familiar library names
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
com.github.pravejos:easy-cli
Advanced tools
easy-cli is a java library for easy command line argument parsing. It can also print help message which shows the options available for the command line tool.
It is annotation based, which makes it easier to define and use the parsed arguments.
ls -r
and ls --reverse
)
ls -ltr Test.java
)ls --reverse --format=commas
)--option value
or -o value
)A sample help message displayed by the library is shown below
Usage: java [JavaOptions] <mainclass> [OPTIONS] [PARAMETERS]
or java [JavaOptions] -jar <jarfile> [OPTIONS] [PARAMETERS]
Options:
-E, --extended-regexp PATTERNS are extended regular expressions (default "false")
-F, --fixed-strings PATTERNS are strings (default "false")
-e, --regexp use PATTERNS for matching
-f, --file take PATTERNS from FILE
-i, --ignore-case ignore case distinctions in patterns and data (default "false")
-m, --max-count stop after NUM selected lines
Parameters:
Param1 (Mandatory) contain multiple patterns separated by newlines
Param2 File (1) to check the pattern (default ".")
Param3 File (2) to check the pattern
Param4 File (3) to check the pattern
FAQs
Unknown package
We found that com.github.pravejos:easy-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers 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
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.