
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
This is a very simple program to transfer a single file from one machine to another. I've used this while playing with docker containers and transfering some config files to my nexus 7 running Arch. This was a quick and easy way to use node to solve a problem I had ;)
npm install filetran -g
Run the program in one of two modes:
Mode | Description |
---|---|
Server | Setup to send or receive a file. |
Client | Connect to a server to send/recieve a file |
filetran <cmd> [opts] <file>
send
: send a file to another filetran process.receive
: receive a file from another filetran process.-p
, --port
: The port to connect to or to listen on.-h
, --host
: The host to connect to.
You should start the server first, the client needs to connect to this. To start a server, just don't specify the host.
filetran receive -p 8790 test-file
The server is now listening on port 8790, and will write what it receives to a file called test-file.
filetran send --host new-host --port 8790 test-file
The client is now connecting to port 8790, and will send the contents of test-file to the server.
FAQs
Simple command-line file transfer tool
The npm package filetran receives a total of 3 weekly downloads. As such, filetran popularity was classified as not popular.
We found that filetran demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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 uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.