
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.
windows host file manage
usage: host <command> <params> [options]
command: get | set | del | enable | disable | ip
params: [ip string] [domain string] [group string]
options: -h | -c comment | -e isEnabled
example:
host -h # show this help
host get 127.0.0.1 # get ip(127.0.0.1)'s host
host get plus.google.com default # get domain(plus.google.com) and group(default)'s host
host get 127.0.0.1 192.168.1.101 # get ip(127.0.0.1) and ip(192.168.1.101)'s host
host del 127.0.0.1
host del 127.0.0.1 192.168.1.101
host del "default" test.com
host set <domain> <ip> [group] [-e enabled] [-c comment]
host set test.com 127.0.0.1 "personal use" -e true -c "this is comment"
host enable 127.0.0.1
host enable test.com "google group" "personal use"
host disable 127.0.0.1 192.168.1.102
host ip <old ip> <new ip> # change all <old ip> to <new ip>
host ip 192.168.1.101 192.168.1.102
FAQs
host manage
The npm package host receives a total of 71 weekly downloads. As such, host popularity was classified as not popular.
We found that host 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.