
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.
quassel-mitm
Advanced tools
The purpose of this tool is to ease the debugging of quassel clients. It stands between the core and the client.
All packets transiting through quassel-mitm will be printed to the console, in hexadecimal and interpreted json format.
:warning: It disables compression and encryption !
It requires at least node>=4 in order to run
git clone https://github.com/magne4000/quassel-mitm.git && cd quassel-mitm && npm install
DEBUG=* node app.js
:warning: Do not forget DEBUG=*.
Usage: app [options]
Options:
-h, --help output usage information
-V, --version output the version number
--quasselhost [quasselhost] Quasselcore host (default: localhost)
--quasselport [quasselport] Quasselcore port (default: 4242)
-p, --port [port] Port on which the application listens (default: 64242)
Once quassel-mitm is started, it listens to connection on port specified by --port (or 64242 by default).
In your client use this port instead of the port of quasselcore. Check quassel-mitm console. Profit !
FAQs
Quassel man-in-the-middle
We found that quassel-mitm 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.