# ProtonVPN

For certain pentest tasks I've found it's handy to use ProtonVPN CLI on my Kali box.

# Install (Ubuntu)

sudo apt install protonvpn-cli -y

# Login

protonvpn-cli login YOUR-USERNAME-HERE

# Connect to a random ProtonVPN server

protonvpn-cli c -r

# Disconnect from ProtonVPN

protonvpn-cli -d