
Research
PyPI Package Impersonates SymPy to Deliver Cryptomining Malware
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.
Spy on a running node program by having a man on the inside
npm install spies
The first thing you need is to setup a spy inside your program
var spies = require('spies');
spies(9999, function(spy) {
spy.on('echo', function(value) {
spy.log(value);
});
spy.on('load-avg', function() {
spy.log(require('os').loadavg());
});
});
Afterwards you can use netcat to contact and debrief your spy
nc localhost 9999
This starts a repl where you can type in commands
help
$ : help
: watch
: echo
: load-avg
help and watch are build in commands than print the help and runs the same command every 1 second.
You invoke a command simply typing it and pressing enter and the result will be pretty printed below.
load-avg
$ : 0.30126953125
: 0.3203125
: 0.33642578125
To pass arguments to the commands simply seperate them them by a space
echo hello
$ : hello
FAQs
spy on a running program
The npm package spies receives a total of 1 weekly downloads. As such, spies popularity was classified as not popular.
We found that spies 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
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.

Product
Create and share saved alert views with custom tabs on the org alerts page, making it easier for teams to return to consistent, named filter sets.

Product
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.