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.
github.com/visgean/qr-wifi
New versions of Android and iPhone can connect to wifi just by scanning QR code in the default camera application. I think this is pretty cool. Creating these QR code is a bit cumbersome in my experience. You have to generate it manually which requires remembering the password in the first place.
To make it a bit easier I wanted to just type the wifi name and get the QR code, which is what this project does!
This is very hacky:
.ini
files in /etc/NetworkManager/system-connections
and . This is almost certainly a bad way of getting wifi passwords.$ go get github.com/Visgean/qr-wifi
(Plus you need to make sure that you have a $GO_PATH/bin
in your .bashrc
path.)
Show QR codes for all networks:
$ sudo $GOPATH/bin/qr-wifi
Filter networks by name:
$ sudo $GOPATH/bin/qr-wifi cafe1
I only use it on personal, encrypted computer to which no-one else has access to, so I don't care much for security on this level. Therefore I am happy to use this permission to avoid typing sudo:
$ sudo chown root:root `which qr-wifi`
$ sudo chmod 4775 `which qr-wifi`
Read more about it here
This project is based on @fumiyas/qrc.
FAQs
Unknown package
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.