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 repository contains my work on socket programming. The goal of this project is to provide a python package based on socket programming that can enable developers to create server-client backend for seamless and secure multiple file transfers, group chats, etc.
Windows (Python3.x)
Note: You can skip this step, if you are installing the packages.
Dependencies are listed below and in the requirements.txt
file.
Install one of python package managers in your distro. If you install pip, then you can install the dependencies by running
pip3 install -r requirements.txt
mysocks/
- Package folder which contains all the code files corresponding to packageexamples/
- Contains examples on how to use the packageutilities.py
- Contains helper functions for the packagefile_transfer
- Code to transfer files. Contains two classes for sending/receiving files.
1 - send_files
2 - receive_files
Have a look at examples/
directory.
Code documentation can be found here
A setup.py
file is provided in the repository. You can run python3 setup.py install
to install it at system level.
If you don't have privileges to do so, you can install it at user level by running python3 setup.py install --user
.
You can send an email to thecodeboxed@gmail.com
Note: If you find this code useful, please leave a star :)
FAQs
mysocks package for easy file transfer and chat
We found that mysocks 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.