
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Minimal QtWebEngine-based Web UI to extract the Pulse Connect Secure authentication cookie for use with OpenConnect VPN
Pulse Cookie is a minimal web GUI that helps you connect to Pulse Connect Secure VPN servers that require Web-based multi-factor authentication (SSO/SAML). This script is intended to be used in conjunction with the OpenConnect VPN CLI client using the --protocol=nc
option.
You might want to use this script if:
get-pulse-cookie [-n <cookie-name>] <server-url>
.<cookie-name>
(you need to know this name in advance!)stdout
.sudo openconnect --protocol nc -C <cookie-name>=<cookie-value> <server-url>
If my organization's Pulse Connect Secure VPN server is https://vpn.jh.edu/Linux
and the name of the authentication cookie it stores is DSID
, I can run get-pulse-cookie -n DSID "https://vpn.jh.edu/Linux"
, which will print the cookie to stdout
.
You will need to install Qt WebEngine, which provides the web GUI for the authentication workflow. On Arch Linux, this is provided by the qt6-webengine
package.
This is a standard Python package that can be installed using pip
, perhaps directly from this repository as pip install <url-of-this-repo>
.
FAQs
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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.