
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.
This package is in early development and is lacking core features, right now only basic http serving is supported and little hardening system are implemented such as the method filtering. All support and contribution would be amazing and hopefully cthulhu becomes a main stream module ! Wiki.
// Import the Cthulhu module
const cthulhu = require('cthulhu_js')
// Serve the Webpage '/' allowing only 'GET' and 'POST' requests
cthulhu.server.serve('/', ['GET','POST'], function (req, res){
res.write('Hello World') // Write hello to the page
})
// Start the server on port 8080 in hardened mode, Default: 80,false
cthulhu.server.start(8080,true)
This is a Node.js module available through the npm registry.
Installation is done using the
npm install
command:
$ npm install cthulhu_js
For more help follow our installing guide
If you discover a vulnerability in Cthulhu, Please review our Security Policies and Procedures.
FAQs
^(;,;)^ Cthulhu is a minimul hardend http framework
We found that cthulhu_js demonstrated a not healthy version release cadence and project activity because the last version was released 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
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.