Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
URL Shortener using s.lain.la API.
requests
is used to send the API request.
pyperclip
is used to copy the link to the clipboard.
If you want to build this on your own, you can install the requirements with
pip install -r requirements.txt
or install the package by running
pip install lain-shorten
Python's native re
(used to check validity of the url), argparse
(parse return request and set command argument) and setuptools
(used to build the script) packages are also used.
s.lain.la
can shorten URLs using curl. I tend to forget the curl syntax and arguments quite easily, so I made a Python package to streamline things. Below is the aforementioned curl command.
curl -X POST -d 'url=https://yoururlhere.com' https://s.lain.la
I just wrapped it inside Python and added validation to check for links and copied the return address to clipboard for ease of use.
You can run the script with
lain-shorten <your-url-here>
I added support for links not starting with http/https as well.
FAQs
URL Shortener using s.lain.la API.
We found that lain-shorten 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.