
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.
A command line tool to generate and decode UUID/GUID that are either sequential and database friendly (versions 7), name based (versions 5) or random (version 4).
A command line tool to generate and decode UUID/GUID that are either sequential and database friendly (versions 7 & 8) or random (version 4).
UUIDNext.Cli is available as a tool on nuget.org
dotnet tool install --global UUIDNext.Cli
# Creating a UUID Version 4
uuidnext random
# Creating a UUID Version 7
uuidnext sequential
# Creating a database friendly UUID for MS SQL Server (Version 8)
uuidnext database sqlServer
# Decoding version, timestamp and sequence from a UUID version 7
uuidnext decode 017F22E2-79B0-7CC3-98C4-DC0C0C07398F
Description :
Generate a new UUID
Usage :
uuidnext command [options] [--clipboard]
Commands :
Random Create a new UUID v4
Sequential Create a new UUID v7
Database [dbName] Create a UUID to be used as a database primary key (v7 or v8 depending on the database)
dbName can be "PostgreSQL", "SqlServer", "SQLite" or "Other"
Decode [UUID] Decode the versioo of the UUID and optionally the timestamp an sequence number of UUID v1, 6, 7 and 8
Version Show the version
--clipboard : copy output to clipboard
FAQs
A command line tool to generate and decode UUID/GUID that are either sequential and database friendly (versions 7), name based (versions 5) or random (version 4).
We found that uuidnext.cli 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.