
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
pfsense-blink1
Advanced tools
<img src="https://raw.githubusercontent.com/amacado/pfsense-blink1/main/docs/images/pfsense-logo
Watch your pfSense® firewall temperature with blink(1) using Node.js® runtime
docker pull ghcr.io/amacado/pfsense-blink1:latest
mk2
or mk3
by THINGM mk1
does not have two LEDs on both top and bottom which are independently addressable. It might work, but not tested.The intended deployment of this script is on another machine (or container) than the pfSense®. It's recommended to keep your firewall server as "clean" as possible.
jaredhendrickson13/pfsense-api
instructions)apt-get install libusb-1.0-0
which is required to access the blink(1) device using the node package sandeepmistry/node-blink1nodejs
(see nodejs.org)config/config.sample.json5
, rename it to /path/to/config.json5
(default /config/config.json5
) and paste API credentials and pfSense® URI (see json5.org for more information about the this next level json project)config/config.json5
to your needs. The default values are defined in ConfigurationManager
pfsense-blink1
application
npm i pfsense-blink1 -g
pfsense-blink1 [--config "/path/to/config.json5"]
yarn
package manager (see yarnpkg.com)gh repo clone amacado/pfsense-blink1
)yarn install
yarn serve
for TypeScript watcheryarn build
to build the project and create production ready project in /dist/pre-push
hook with following script
#!/bin/sh
yarn build
git add dist/
git diff-index --quiet HEAD || git commit -m ":octocat: build sources via pre-push hook"
exit 0
This project follows Semantic Versioning 2.0.0 with the help ofnp
CLI tool
to ensure quality.
yarn global add np
npm install np -g
Create a new version and publish (np
is installed as dev-dependency):
np
TypeError: cannot open device with path
This error may occurs when the current user is not allowed to access the attached blink(1) device:
TypeError: cannot open device with path /dev/hidraw0
If you're running this script in a docker container you might want to check the bindings and
mount /dev:/dev
which allows the container to access the device.
libusb-1.0.so.0: cannot open shared object file
Error: libusb-1.0.so.0: cannot open shared object file: No such file or directory
This error occurs if you haven't installed libusb driver apt-get install libusb-1.0-0
.
ERR! self signed certificate
This error occurs when the SSL certificate which should secure your REST API connection
is self signed. There are two solutions for this problem: Either authorize your SSL certificate
or skip the check by setting configuration option api.httpsAgent.rejectUnauthorized = false
(see /config/config.sample.json5
).
Special thanks to these projects:
FAQs
<img src="https://raw.githubusercontent.com/amacado/pfsense-blink1/main/docs/images/pfsense-logo
The npm package pfsense-blink1 receives a total of 0 weekly downloads. As such, pfsense-blink1 popularity was classified as not popular.
We found that pfsense-blink1 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.