
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.
If you, like me, have a dynamic web projects environment, it means, if you have something like this on your Apache configurations (or whatever you use):
<Virtualhost *:80>
VirtualDocumentRoot "D:/Dev/www/%1/wwwroot"
ServerName sites.dev
ServerAlias *.dev
UseCanonicalName Off
</Virtualhost>
You know that if you go to webproj.dev it will show you the content of the D:/Dev/www/webproj/wwwroot folder. It is dynamic.
After mounted this system, I wanted for a tool which function is the automatic creation of those folders and the respective hosts entry.
Firstly, make sure if you have Node.js installed. After that you should run:
$ [sudo] npm install sitify -g
First of all, you must configure Sitify. To do it you should run the following command and set all of the configurations:
$ sitify config -c
To get more information about all of the commands, you just have to run sitify or even sitify -h.
FAQs
An hosts file manager and virtual hosts manager.
We found that sitify 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.