
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Connect to Tor. Discovery and connective tissue for interacting with a local tor binary.
Supply Chain Security
Vulnerability
Quality
Maintenance
License
Connect to a local tor binary on the system. Do path discovery and provide a common interface to remove platform-specific clumsiness when dealing with the external process.
var connecttor = require('connecttor');
connecttor.connect(function (socket) {
// returns a net.socket connected to Tor's control port.
});
Connecttor uses a platform-dependent mechanism to connect with tor. Sorry.
On known linux distributions (currently debian variants), connecttor expects to
use the system-bundled tor distribution. These implementations compartmentalize
security, by running the tor process as a different user, so that even if the
node process is compromised, it will not be able to read the private keys to
subsequently impersonate onion addresses. Several Caveats apply. The first is
that apt-get install tor
does not set up an installation which can be
controlled by other users. In addition, the user running node will need to be
in the debian-tor
unix group in order to connect to the tor control socket.
On Mac and Windows distributions where tor does not attempt to user-isolate its keys, connecttor will attempt to find an installation of tor browser bundle or tor binary in standard locations, and will download a local copy if one is not found. It will then run its own instance of tor with a custom torrc configuration.
apt-get install tor
debian-tor
group:usermod -a -G debian-tor `whoami`
FAQs
Connect to Tor. Discovery and connective tissue for interacting with a local tor binary.
The npm package connecttor receives a total of 1 weekly downloads. As such, connecttor popularity was classified as not popular.
We found that connecttor 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
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.