
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).
.. image:: https://readthedocs.org/projects/certbot-dns-transip/badge/?version=stable :target: https://certbot-dns-transip.readthedocs.io/en/stable/?badge=stable :alt: Documentation Status
.. image:: https://www.travis-ci.org/hsmade/certbot-dns-transip.svg?branch=master&status=passed :target: https://www.travis-ci.org/github/hsmade/certbot-dns-transip :alt: Build Status
Certbot plugin to authenticate using dns TXT records via Transip API
You can also run this directly from Docker, and get the certificates and keys written to disk for further processing.
For example the following command can be used. This assumes the transip.ini
file and the keyfile are present in /tmp/letsencrypt
. ::
docker run -ti -v `/tmp/letsencrypt`:/etc/letsencrypt \
-w /etc/letsencrypt \
hsmade/certbot-transip \
certonly -n \
-d 'your.domain.com' \
-a dns-transip \
--dns-transip-credentials /etc/letsencrypt/transip.ini \
--dns-transip-propagation-seconds 240 \
-m your@domain.com \
--agree-tos \
--eff-email
The contents of transip.ini
are as follows. ::
dns_transip_key_file = transip.key
dns_transip_username = my_user
Finally, the key file is an RSA private key
dns_transip_global_key
as option in ini fileFAQs
Certbot plugin to authenticate using dns TXT records via Transip API
We found that certbot-dns-transip 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.