
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
another-sender is a command-line tool for sending command files over UDP (SPI and I2C coming soon). Designed for embedded development, hardware testing, and automation workflows.
text
, hex
, json
command.meta.json
and udp_config.json
pip install another-sender
Or for development:
git clone https://github.com/minipcb/another-sender.git
cd another-sender
pip install -e .
Launch the CLI:
another-sender
Or check the version:
another-sender --version
A
– Send all files in the selected folderT
– Set delay (in seconds) between sending each lineC
– Change active command folder (commands/
)M
– Change communication mode (UDP
, SPI
, I2C
)P
– Change parser type (text
, hex
, json
)Q
– QuitCommand files are plain text and support:
#
comments (ignored)text
)# type: text
PING
RESET
START
hex
)01 FF A0 0D
02 00 3B
Stored in:
command.meta.json
udp_config.json
commands/
├── default/
│ ├── INIT_SYSTEM.txt
│ ├── CMD_ALL.txt
--send <file>
)MIT License © 2025 Nolan Manteufel
FAQs
CLI to send command files over UDP, SPI, and more.
We found that another-sender 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
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.