Skip to content

Instantly share code, notes, and snippets.

View davidnguyen2205's full-sized avatar

David Nguyen davidnguyen2205

  • Vietnam
  • 07:54 (UTC +07:00)
View GitHub Profile
@davidnguyen2205
davidnguyen2205 / forticlientsslvpn-expect.sh
Created March 30, 2021 18:14 — forked from mgeeky/forticlientsslvpn-expect.sh
Simple script intended to automate Fortinet SSL VPN Client connection on Linux using expect scripting.
#!/bin/bash
# Forticlient SSL VPN Client launching script utilizing expect.
# --------------------------------------------
# CONFIGURATION
# If empty - script will take some simple logic to locate appropriate binary.
FORTICLIENT_PATH=""