/AutoConnect

AutoConnect is WIP program to automatically connect Cisco AnyConnect VPN using WinAuth Authentication Code in Windows10

Primary LanguageJava

AutoConnect

AutoConnect is abandoned (-.-) program to automatically connect Cisco AnyConnect VPN using WinAuth Authentication Code in Windows10

AutoConnect.mp4

Ahem, cough cough... Oops! I accidentally recorded the background music too. Consider it a bonus track and enjoy the unexpected musical accompaniment to your day!

Requirements

Running from Source

  1. Clone the repo

    git clone https://github.com/Guleri24/AutoConnect.git

  2. Open AnyConnect folder

    cd AnyConnect

  3. Install project dependencies

    mvn install

  4. Compile

    mvn compile

  5. Run

    mvn test

If you don't want to change the current Maven version using you can use Maven wrapper included. Replace mvn <command> with .\mvnw.cmd <command>