Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
A simple client for T-money.
The following is the example which demonstrates how to use T-money client. To test this code, you need to change <USERNAME>
and <PASSWORD>
to your own username and password.
require 'tmoney'
client = Tmoney::Client.new
client.connect('<USERNAME>', '<PASSWORD>')
cards = client.cards
puts '== My Cards', cards
puts '== Transactions', cards[0].transactions
It will produce the following output:
== My Cards
티머니 0000-0000-0000-0000 2015-09-15
== Transactions
2015-09-13 19:25:39 지하철 서울메트로(2호선) 1050
2015-09-13 20:51:06 택시 택시 3400
2015-09-15 21:44:55 충전 1호선 서울역 50000
FAQs
Unknown package
We found that tmoney 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.