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.
xrp-wallet-cli
Advanced tools
This is a fork of filidorwiese/ripple-wallet with minimal user interaction and output.
Examples:
# use testnet
export RIPPLE_API=wss://s.altnet.rippletest.net
node ./bin/cmd.js balance rnH83z4XRGJ6vyMMgmCN4VeTv3ccU5j1q5
node ./bin/cmd.js pay --amount=20 --to=rnH83z4XRGJ6vyMMgmCN4VeTv3ccU5j1q5 --from=sn5BMmA6X4ggpLtvpRz4K63aGCyEu
node ./bin/cmd.js poll --id=1287D7AFD46E8BF74126D4AEF97D4E182789FC9FB51DC03AF5683F9A114FBEF2
Testnet account 1: rnH83z4XRGJ6vyMMgmCN4VeTv3ccU5j1q5 (secret: snUpTMBqSwm8op3enjKtyP5ZAwTam)
Testnet account 2: rwp7Cb3NxYrudTEePnXbW7Fkhf6EiFwVL9 (secret: sn5BMmA6X4ggpLtvpRz4K63aGCyEu)
--.--
A lightweight command-line Ripple client built with node and the official ripple-lib package.
Runs on Linux, Window and MacOSX
npm install -g ripple-wallet-cli
to install as a global dependencyripple-wallet-cli
to usePull the internet cord of your computer (or disable wifi) and run the following command:
$ ripple-wallet-cli generate
To check the balance on your wallet, run:
$ ripple-wallet-cli balance
You'll be asked for the public address to check, or you can provide it directly on the command line:
$ ripple-wallet-cli balance rJysCK99GqUBmgB54mcV7NwxYH29NRs1QQ
The output will also show the last 10 transactions. To see more transactions, you can up the limit:
$ ripple-wallet-cli balance rJysCK99GqUBmgB54mcV7NwxYH29NRs1QQ --limit [number]
To make a payment from a wallet you control to another address, run:
$ ripple-wallet-cli pay
You'll be asked for the XRP amount to send, the destination address, the destination tag (optional), the sender address and finally the sender secret.
Alternatively, you can provide these params on the command line:
$ ripple-wallet-cli pay --amount [amount] --to [destination address] --tag [destination tag]
FAQs
Simple Ripple Wallet client, made in node using Ripple-lib
The npm package xrp-wallet-cli receives a total of 0 weekly downloads. As such, xrp-wallet-cli popularity was classified as not popular.
We found that xrp-wallet-cli 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.
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.