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.
|buildstatus|_ |coverage|_
Control and monitor your system.
Project homepage: https://github.com/eerimoq/bunga
.. code-block:: python
$ pip install bunga
Connect to your system (in this case the Monolinux example project
_)
and execute the df
command.
.. image:: https://github.com/eerimoq/bunga/raw/master/docs/shell.png
Stream logs from your system to your PC.
.. image:: https://github.com/eerimoq/bunga/raw/master/docs/log.png
Plot any command output over time. The plot below shows the CPU load.
.. code-block:: text
$ bunga plot cpu
.. image:: https://github.com/eerimoq/bunga/raw/master/docs/plot.gif
Press h
or ?
to show the help.
Define plots in ~/.bunga-plot.json
.
.. code-block:: json
{ "cpu": { "title": "CPU [%]", "command": "cat proc/stat", "pattern": "cpu\s+\d+\s+\d+\s+\d+\s+(\d+)", "algorithm": "delta", "interval": 2, "timespan": 60 "scale": -1, "offset": 100, "y-min": 0, "y-max": 100 }, "uptime": { "title": "Uptime [s]", "command": "cat proc/uptime", "max-age": 600 } }
Execute given command, ls
in the example below, and print its
output.
.. code-block:: text
$ bunga execute ls mnt etc proc init root dev
Get a file from your system.
.. code-block:: text
$ bunga get_file README.rst 100%|█████████████████████████████████████| 1.19k/1.19k [00:00<00:00, 74.1kB/s]
Put a file on your system.
.. code-block:: text
$ bunga put_file README.rst 100%|█████████████████████████████████████| 1.19k/1.19k [00:00<00:00, 24.1kB/s]
.. |buildstatus| image:: https://travis-ci.com/eerimoq/bunga.svg?branch=master .. _buildstatus: https://travis-ci.com/eerimoq/bunga
.. |coverage| image:: https://coveralls.io/repos/github/eerimoq/bunga/badge.svg?branch=master .. _coverage: https://coveralls.io/github/eerimoq/bunga
.. _Monolinux example project: https://github.com/eerimoq/monolinux-example-project
FAQs
Control and monitor your system.
We found that bunga 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.