Last active
June 15, 2021 09:18
-
-
Save bmaddy/dc720f494fa4de28ffc03cc6a472e965 to your computer and use it in GitHub Desktop.
Connecting to Cisco's AnyConnect SSL VPN on MacOS (bypassing the EOL'd Cisco Secure Desktop)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Moved to https://github.com/bmaddy/csd-vpn/blob/master/csd-responder-exec.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Moved to https://github.com/bmaddy/csd-vpn/blob/master/csd-responder.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm making a gist to show how to do this because it took me a while to find a script that worked.
Usage
Alternatively, on OSX you can store your pwd in your keychain and run it like this (place it in a new, 3rd file):
Most of this was copied from here: https://github.com/sourcesimian/vpn-porthole/blob/master/PROFILES.md#cisco-hostscan
which was inspired by this: https://gist.github.com/l0ki000/56845c00fd2a0e76d688#gistcomment-2015122
Resources
openconnect manual: http://www.infradead.org/openconnect/manual.html
Info about using a wrapper script to bypass CSD: http://www.infradead.org/openconnect/csd.html
Cisco Secure Desktop seems to be end-of-life'd: https://www.cisco.com/c/en/us/obsolete/security/cisco-secure-desktop.html
Shimo appears to use openconnect: https://gist.github.com/l0ki000/56845c00fd2a0e76d688#gistcomment-1666416