This simple extension is designed to work with the University of Lincoln's AnyConnect Portal of a Cisco VPN installation. All it does is extracting the VPN cookie from the portal to generate a command line for openconnect to be used on Linux or OSX. It's open source and available from https://github.com/marc-hanheide/openconnect_cookie_extractor to be customised also for other portals.
Simple!
- Install the extension
- from Chrome webstore
- for now download
.crx
file from releases, enable developer mode in chrome://extensions/ and drag the downloaded.crx
file into the window to install. If that fails, use setup for development for now.
- navigate to https://remote.lincoln.ac.uk
- log in (with MFA if needed)
- click on the extension icon to display the command line for open connect with the secret auth cookies put already in place
- go to the terminal and paste the command line
- Enjoy VPN!
git clone https://github.com/marc-hanheide/openconnect_cookie_extractor.git
- open your chrome and open the url chrome://extensions/
- load unpacked extension where you just cloned(note: open your dev mode)
- to use "Open in Terminal" btn you must install locally and run install.sh before hand.
forked from https://github.com/billyct/cookies_json_chrome_extension (thanks to billyct) and adapted for our special use case.