
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.
This is a nodejs service which exposes the UART of a bluetooth low energy device via sockets.
It can be used to communicate with Adafruits Bluefruit module without having to fiddle arround with the bluetooth stack. Multiple clients can connect via the network socket.
Data from the clients will only be written to the UART module.
Data from the UART module will be broadcasted to all connected clients.
It uses the noble library as the bluetooth stack.
Run npm install to fetch the dependencies.
Run npm install -g to install as system-wide binary bbowl.
Simply run ./bbowl.js or after a global installation bbowl.
If no parameters are set, the following defaults are used:
-a "" //connect to the first device discovered
-s 6e400001b5a3f393e0a9e50e24dcca9e //look for service of adafruits bluefruit UART
-RXChar 6e400003b5a3f393e0a9e50e24dcca9e //look for adafruits bluefruit RX characterstic
-TXChar 6e400002b5a3f393e0a9e50e24dcca9e //look for adafruits bluefruit TX characterstic
-b localhost //bind to localhost
-p 8000 //use port 8000
-b localhost -p 8000
Bind to the specified ip and port.
-a aa:bb:cc:11:22:33
Only connect to the specified mac address.
-s 6e400001b5a3f393e0a9e50e24dcca9e
Use the specified bluetooth service of the device to discover the UART characteristics.
-RXChar 6e400003b5a3f393e0a9e50e24dcca9e
Use the specified characteristic of the service as RX.
-TXChar 6e400002b5a3f393e0a9e50e24dcca9e
Use the specified characteristic of the service as TX.
FAQs
service for exposing a low energy bluetooth UART device via sockets
We found that bbowl 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.