
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@chapeaux/cpx-cookie
Advanced tools
The cpx-cookie
component is meant to be a declarative interface for getting and setting
browser cookies and parsing them in various ways. JSON and JWT parsing is built in.
npm install @chapeaux/cpx-cookie
or consume from a CDN via @chapeaux/cpx-cookie
cpx-cookie.js
file on a page prior to any event tracking that should occur<script type="module" src="path/to/@chapeaux/cpx-cookie/cpx-cookie.js"></script>
import { CPXWebSocket } from "path/to/@chapeaux/cpx-cookie/cpx-cookie.js";
<cpx-cookie action="set" key="user_data" parse="json" value="{name:'shadowman',account_id:'rh1234'}"></cpx-cookie>
<cpx-cookie action="set" key="username" value="shadowman"></cpx-cookie>
<cpx-cookie action="get" key="rhc_sso" parse="jwt" emit="token-ready"></cpx-cookie>
deno test
runner and assertions: https://deno.land/manual/testing/assertionsFAQs
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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.