
Security News
npm ‘is’ Package Hijacked in Expanding Supply Chain Attack
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
A local file sharing utility written in Python. Uses multicast UDP to share the list of files, and TCP to transfer the files themselves.
A local file sharing utility written in Python. Uses multicast UDP to share the list of files, and TCP to transfer the files themselves.
Source:
$ git clone https://github.com/ssebs/simpleshare
$ cd simpleshare/
$ python -m venv venv
$ source ./venv/bin/activate
> .\venv\Scripts\activate
(venv) $ pip install -r requirements.txt
Binary:
PyPI:
$ pip install simpleshare
$ simpleshare
usage: simpleshare.py [-h] [--type {client,server}] [--ip IP] [FILENAME]
Local file sharing utility. Can be used as server and as a client. Run this
without any arguments to run GUI.
positional arguments:
FILENAME Name of the file you want to share, if running as the
server.
optional arguments:
-h, --help show this help message and exit
--type {client,server}
Type, how do you want to use this tool
--ip IP IP address, only used if you're the server
$ make
> .\Makefile.bat
(venv) $ pyinstaller simpleshare/__main__.py --clean -F -n simpleshare
MIT © 2019 Sebastian Safari
FAQs
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 ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
Security News
A critical flaw in the popular npm form-data package could allow HTTP parameter pollution, affecting millions of projects until patched versions are adopted.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.