
Research
/Security News
Malicious npm Packages Target WhatsApp Developers with Remote Kill Switch
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Status: experimental
PeekPoke is a tool for reading and writing a Propeller's hub memory from a PC. It consists of two parts: a Python module for sending commands from the PC, and a Propeller program for responding to commands.
The Python module has methods to read and write hub memory as bytes, strings, integers, and lists of integers.
The Propeller program can be configured to restrict reads and writes to specific ranges, or to disable writes altogether.
PeekPoke has these additional features:
identifier
constant that can read by the PC,token
variable is 0 on launch and can be set by the PC,PeekPoke requires Python 3. It can be installed with the command pip install peekpoke
, or the package may be downloaded from https://pypi.org/project/peekpoke/. PeekPoke also requires the https://pypi.org/project/crow-serial/ and https://pypi.org/project/pyserial/ packages (pip automatically handles these dependencies).
To run PeekPoke on the Propeller include PeekPoke.spin
in your project, and use the Spin methods to set up and launch a PeekPoke instance. The latest version of PeekPoke.spin
can be found at https://github.com/chris-siedell/PeekPoke.
Python: https://github.com/chris-siedell/PeekPoke/wiki/PeekPoke-Python-Documentation
Spin: https://github.com/chris-siedell/PeekPoke/wiki/PeekPoke-Spin-Documentation
FAQs
Remote hub memory tool for the Propeller microcontroller.
We found that peekpoke demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Research
/Security News
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.