
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
A command-line tool for managing and curating Plex Media Server content.
pip install plexcontentmanager
# Install pipx if not already installed
pip install --user pipx
pipx ensurepath
# Install plexcontentmanager
pipx install plexcontentmanager
# Create a virtual environment
python -m venv venv
# Activate the virtual environment
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install plexcontentmanager
pip install plexcontentmanager
git clone https://github.com/alexboutros/plexcontentmanager.git
cd plexcontentmanager
pip install -e .
First, configure your Plex server connection:
plexcontent config --server "https://your-plex-server:32400" --token "your-plex-token"
You can view your current configuration:
plexcontent config
Verify that your connection to the Plex server is working:
plexcontent test-connection
List all empty collections:
plexcontent list-empty-collections
Delete empty collections (with confirmation):
plexcontent delete-empty-collections
Delete empty collections without confirmation:
plexcontent delete-empty-collections --force
https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/
This application stores your Plex token locally in ~/.plexcontentmanager/config.json
. The token is:
For security reasons:
~/.plexcontentmanager/config.json
) when not in useFAQs
A command-line tool for managing and curating Plex Media Server content
We found that plexcontentmanager 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.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.