Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
This package supports a minimal interface to parse and analyze log files generated by the RoboCup Small Size League.
rc-ssl-logtools is on the PyPi package index. It can be installed by simply running the below command.
pip3 install rc-ssl-logtools
rc-ssl-logtools comes with a simple script to verify that the system is working. Download a log from http://wiki.robocup.org/Small_Size_League/Game_Logs, and run the below command. It will print all messages from time 0.0 seconds to 10.0 seconds.
ssldump -s 0.0 -d 10.0 <rc_ssl_logfile.gz>
rc-ssl-logtools allows python scripts to programmatically access these protobuf messages as well. This is how the ssldump
script is implemented.
#!/usr/bin/env python3
import rc_ssl_logtools
frames = rc_ssl_logtools.log_frames(args.file, args.start_time, args.duration)
for f in frames:
print(f)
FAQs
Tools to convert SSL logs to usable Python formats
We found that rc-ssl-logtools 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.