
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.
This tool is nice to simulate slow or fickle webservices. Once started, it provides you a HTTP endpoint pointing to your origin of choice.
You can configure random response times and a HTTP 503 response ratio.
npm install http-troll -g // <- global required
Start reverse proxy to example.com, listening on port 7000 with enabled access log.
troll http://example.com -p 7000 --access-log
Usage: troll http://example.com [OPTIONS]
-p, --port=ARG port for proxy to listen on
-l, --access-log print access log
-r, --replay replays previously made calls
-h, --help display this help
Once the server is started, you can just start typing those commands. They will be applied immediately.
Just type in your terminal: 50%
Just type in your terminal: 50,150
Just type... ye you guess it: stop
Once started, it can be configured via console or http api. These changes will be applied immediately.
curl -H 'response-times: 20,500' http://localhost:7000/configure
curl -H 'error-503: 0.4' http://localhost:7000/configure
FAQs
lightweight http reverse proxy to simulate faulty services/connections
We found that http-troll 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.