
Research
Security News
Malicious npm Packages Target BSC and Ethereum to Drain Crypto Wallets
Socket uncovered four malicious npm packages that exfiltrate up to 85% of a victim’s Ethereum or BSC wallet using obfuscated JavaScript.
unofficial NordVPN linux client ( command line interface )
download the latest release
sudo curl -L "https://github.com/AhmedAli7O1/nordvpn/releases/latest/download/nordvpn" -o /usr/local/bin/nordvpn
sudo chmod +x /usr/local/bin/nordvpn
instead you can install specific binary version from here
start the vpn using sudo nordvpn
, the first time it's going to prompt you to enter your nordvpn username and password, however it will be saved in /home/${USER}/.nordvpn/auth.txt
to be used later and avoid writing the user/pass everytime.
next it'll prompt you to search and select a country, after this you'll have to select one of the supported protocols (tcp, and udp)
now it'll sort all available servers by the selected country, protocol, and current load.
it'll select the best server, download it's configurations file, append your credentials and connect to this server using the native openvpn implementation on your system.
FAQs
linux client for nordvpn
We found that nordvpn demonstrated a not healthy version release cadence and project activity because the last version was released 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
Socket uncovered four malicious npm packages that exfiltrate up to 85% of a victim’s Ethereum or BSC wallet using obfuscated JavaScript.
Security News
TC39 advances 9 JavaScript proposals, including Array.fromAsync, Error.isError, and Explicit Resource Management, which are now headed into the ECMAScript spec.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.