
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.
parses iwlist output on linux computers. tested on raspberry pi running raspbian (debian)
@substack wrote this for hacking into flying robots but told me to publish it to github and npm because he was busy
npm install iwlist
var iw = require('iwlist')('wlan0')
returns list of nearby wireless networks sorted by signal strength (high to low)
joins a wireless network by ESSID
disconnects from the current network. callback not implemented yet but it returns the spawned child process stream for iwconfig
note: this doesnt seem to work on raspbian
cb takes (err, associated) where associated is true if the computer is currently connected to a wireless access point
tries to resolve google.com and calls the callback with (err). if there is no err it means you are online
BSD LICENSED
FAQs
parses iwlist output. scan, join and disconnect from wireless networks
We found that iwlist 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.