
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.