Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
cisco-vpn-rdp-connecter
Advanced tools
Connect to Cisco AnyConnect VPN and open a Microsoft Remote Desktop (RDP) window
Connect to Cisco AnyConnect VPN and open a Microsoft Remote Desktop (RDP) window
See FAQ for more details and background.
npm install --global cisco-vpn-rdp-connecter
$ cisco-vpn-rdp-connecter --help
Usage
$ cisco-vpn-rdp-connecter
Commands
<none> Connect to both VPN and RDP
disconnect, d Disconnect from both VPN and RDP
status, s Show connection statuses for VPN and RDP
print-config, p Print the VPN and RDP config
Options
--setup, -s Setup the credentials for Cisco VPN and Microsoft RDP
--only-vpn, -o Only connect to VPN
--save Used together with --only-vpn to change the default command behavior
--show-password Show password in plain text when printing the password
npm install cisco-vpn-rdp-connecter
import {connectToVpnAndOpenRdp} from 'cisco-vpn-rdp-connecter';
const vpnCredentials = {
server: 'server.name',
group: '1',
username: 'knut',
password: 'super_secure_password'
};
const rdpServer = 'rdp.server.name';
await connectToVpnAndOpenRdp(vpnCredentials, rdpServer);
Instead of:
Just open a terminal and type cisco-vpn-rdp-connecter
to do all that without the hassle.
I personally use this to efficiently connect to a remote work computer.
FAQs
Connect to Cisco AnyConnect VPN and open a Microsoft Remote Desktop (RDP) window
The npm package cisco-vpn-rdp-connecter receives a total of 8 weekly downloads. As such, cisco-vpn-rdp-connecter popularity was classified as not popular.
We found that cisco-vpn-rdp-connecter 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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
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.