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.
Python Extension Module for the best System Interaction, based on Rust.
.. code-block:: bash
python3 -m pip install pymainprocess
.. code-block:: bash
python3 -m pip install git+https://github.com/pyrootcpp/pymainprocess
.. code-block:: bash
python3 -m pip install https://github.com/pyrootcpp/pymainprocess/archive/master.zip
.. code-block:: bash
sudo apt-get install python3-pymainprocess
.. code-block:: python
import pymainprocess as procs
The Most Actions are similiar to OS and Subprocess but faster and better.
Maybe you want Safe an Output.
.. code-block:: python
import pymainprocess as proc
command = "dpkg --print-architecture" stdout = proc.call(command, stdout=True, safe_output=True) arch = stdout.strip()
This Module have an Implemented function for run commands as sudo, for example
.. code-block:: python
from pymainprocess import sudo
command = "apt-get update" user = "root" sudo(command=command, user=user)
sudo is not available on Windows Computer.
FAQs
Python Process Module, written in Python and Rust
We found that pymainprocess 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.