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!
- Java 20
- Maven 3.9.3 (Optional)
- WinAppDriver https://github.com/microsoft/WinAppDriver
-
Clone the repo
-
Open
AnyConnect
foldercd AnyConnect
-
Install project dependencies
mvn install
-
Compile
mvn compile
-
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>