Sick of having to put in a 2fa code to log into vpn? This is the tool for you.
- Python 51.5%
- Shell 48.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .gitignore | ||
| 2fa-key-gen.py | ||
| LICENSE | ||
| login.sh | ||
| README.md | ||
| requirements.txt | ||
| screen-starter.sh | ||
| screen-stopper.sh | ||
OpenVPN 2FA Automator
Sick of having to put in a 2fa code to log into vpn? This is the tool for you.
Install:
On Ubuntu 17.04
Installation:
apt install openvpn screen python python-pip libzbar-dev
pip install -r requirements.txt
Howto:
Copy your client.ovpn file into companyName/client.ovpn
Copy a screenshot of your qrcode into companyName/2fa.jpg
Run like so:
./login.sh companyName username password
and off you go!
Dependencies:
- Python
- Bash
- Screen
- libzbar0
- OpenVPN (duh)