Skip to content

Instantly share code, notes, and snippets.

View felicson's full-sized avatar

felicson felicson

View GitHub Profile
@felicson
felicson / main.go
Last active December 27, 2023 11:16
cisco anyconnect golang otp autologin
package main
import (
"fmt"
"os"
"os/exec"
"time"
"github.com/pquerna/otp"
"github.com/pquerna/otp/totp"