
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
See https://github.com/breedhub/interconnect
Install PostgreSQL 9.4+. Debian example:
# apt-get install postgresql postgresql-client
Install Redis 3.0+. Debian example:
Jessie:
# wget https://www.dotdeb.org/dotdeb.gpg
# apt-key add dotdeb.gpg
# echo "deb http://packages.dotdeb.org jessie all" >> /etc/apt/sources.list
# apt-get update
Now Jessie and Stretch:
# apt-get install redis-server
Debian:
# curl -s http://tracker.breedhub.net/bhit/install.sh | sh -s
Manually:
Replace 1.2.3.4 with your IP address. You can also any hostname here. The tracker will be known to daemons by this address or name.
# cd /
# bhitctl install 1.2.3.4
# sudo -u postgres bhitctl create-db
# bhitctl migrate-db
# systemctl enable bhit
# systemctl start bhit
You can limit who can use your tracker by whitelisting their emails:
[tracker]
allow_users[] = user1@example.com
allow_users[] = user2@example.com
allow_users[] = user3@example.com
FAQs
Tracker for Breedhub Interconnect (connect server and client both behind NAT)
The npm package bhit receives a total of 25 weekly downloads. As such, bhit popularity was classified as not popular.
We found that bhit 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.