
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.
Crabtrap is an http proxy that can capture and replay requests.
It was originally developed to help with testing web crawlers in the Crabfarm project.

Features:
To record every passing requests, first start the proxy:
crabtrap capture ./somefile
then configure your browser's proxy to use localhost:4000 and navigate.
When you are done, terminate the proxy process with Ctrl-C or TERM signal
To start replay mode use:
crabtrap replay ./somefile
The proxy will use the capture file to respond recorded requests (other requests will produce a 404 response)
To get more help on usage use
crabtrap -h
git checkout -b my-new-feature)git commit -am 'Add some feature')git push origin my-new-feature)Thank you contributors!
Crabtrap is part of the Crabfarm Framework.
Crabtrap is © 2015 Platanus, SpA. It is free software and may be redistributed under the MIT License.
FAQs
Recording and replaying HTTP proxy
The npm package crabtrap receives a total of 15 weekly downloads. As such, crabtrap popularity was classified as not popular.
We found that crabtrap 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.