Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Flent is a Python wrapper to run multiple simultaneous netperf/iperf/ping instances and aggregate the results. It was previously known as 'netperf-wrapper'. See the web site for the main documentation: https://flent.org.
Installing Flent can be done in several ways, depending on your operating system:
Debian and Ubuntu:
.. code-block:: bash
apt install flent
Fedora:
.. code-block:: bash
dnf install flent
Ubuntu pre-18.04:
Add the tohojo/flent PPA <https://launchpad.net/~tohojo/+archive/ubuntu/flent>
_.
Arch Linux:
Install Flent from the AUR <https://aur.archlinux.org/packages/flent>
_.
Other Linux:
Install from the Python Package Index <https://pypi.python.org/pypi/flent>
_:
.. code-block:: bash
pip install flent
FreeBSD:
Install the package
.. code-block:: bash
pkg install flent
Or install the port
.. code-block:: bash
cd /usr/ports/net/flent && make install
macOS:
Homebrew <https://brew.sh/>
_ and Python 3 must be installed (Python 3 can be installed using Homebrew)
Install the patched netperf package <https://github.com/kris-anderson/homebrew-netperf>
_
.. code-block:: bash
brew tap kris-anderson/netperf
brew install netperf-enable-demo
Install other dependencies
.. code-block:: bash
brew install fping
pip3 install matplotlib --user
Install Flent using pip
.. code-block:: bash
pip3 install flent --user
Optional (install this if you want to use flent-gui
)
.. code-block:: bash
pip3 install pyqt5 qtpy --user
See https://flent.org/intro.html#quick-start or doc/quickstart.rst.
FAQs
The FLExible Network Tester
We found that flent 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.