
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.
modbus-repl
Advanced tools
- `--host`, `-h` address of the machine hosting modbus server - `--port`, `-p` port on which modbus server is listening, by default `502` - `--proto`, `-P` protocol to be used, possible options are `udp` or `tcp`, by default `tcp` - `--headless`, `-H`
--host, -h address of the machine hosting modbus server--port, -p port on which modbus server is listening, by default 502--proto, -P protocol to be used, possible options are udp or tcp, by default tcp--headless, -H if set, given --command will be executed after successful connection, it's result will be printed to stdout and application will exit--command, -c command to be executed in headless mode# write coils
wc A C1 C2 ... Cn
# write holding registers
wh A R1 R2 ... Rn
where:
A is address on which writing should startC is coil value 1 or 0 that should be setR is 16-bit register value that should be set, hexadecimal format is supported with prefix 0x# read coils
rc A N
# read descrete coils
rd A N
# read input registers
ri A N
# read holding registers
rh A N
where:
A address on which reading should startN number of registers or coils to readFAQs
- `--host`, `-h` address of the machine hosting modbus server - `--port`, `-p` port on which modbus server is listening, by default `502` - `--proto`, `-P` protocol to be used, possible options are `udp` or `tcp`, by default `tcp` - `--headless`, `-H`
We found that modbus-repl 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.