
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
A simple command line tool and Node.js module to setup **[AMX Netlinx](http://www.amx.com)** touch panels and processors.
A simple command line tool and Node.js module to setup AMX Netlinx touch panels and processors.
A connection is made to the device over telnet and commands are sent to configure the device.
$ npm install amx-setup
connect to a device and change it's ip address
$ amx-setup --host 192.168.1.10 --ip 10.10.201.20
connect to a device and change it's ip address
const setupAMX = require('amx-setup')
const device = new setupAMX({
host: '192.168.1.20',
ip: '10.10.201.20'
})
device.connectAMX()
{
host: '',
name: '',
type: 's',
ip: '',
sub: '',
gate: '',
username: 'administrator',
password: 'password',
device: '',
pin: '1988',
master: '',
mode: 'u',
system: '0',
masterPass: '',
masterUser: '',
masterPort: ''
}
arguements available with CLI usage:
The device to connect to
IP address to set
new host name for the device
's' for static or 'd' for dhcp
subnet mask
gateway
telent username
telent password
device ID for touch panels
pin password for touch panels
master connection ip address for touch panels
master connection mode. 'u' for url
system number for master connection from touch panel
password for master from touch panel
username for master from touch panel
port to connect to from touch panel to master
Currently only NX processors and G4 touch panels have been tested so there might be a difference with other touch panels or older processors.
FAQs
A simple command line tool and Node.js module to setup **[AMX Netlinx](http://www.amx.com)** touch panels and processors.
We found that amx-setup 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
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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.