Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guleri24/autoconnect
AutoConnect is WIP program to automatically connect Cisco AnyConnect VPN using WinAuth Authentication Code in Windows10
https://github.com/guleri24/autoconnect
anyconnect java20 winauth windows-automation windows10
Last synced: about 1 month ago
JSON representation
AutoConnect is WIP program to automatically connect Cisco AnyConnect VPN using WinAuth Authentication Code in Windows10
- Host: GitHub
- URL: https://github.com/guleri24/autoconnect
- Owner: Guleri24
- Created: 2023-07-07T09:29:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-28T19:20:10.000Z (about 1 year ago)
- Last Synced: 2024-10-18T16:38:29.903Z (2 months ago)
- Topics: anyconnect, java20, winauth, windows-automation, windows10
- Language: Java
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AutoConnect
AutoConnect is abandoned (-.-) program to automatically connect Cisco AnyConnect VPN using WinAuth Authentication Code in Windows10
https://github.com/Guleri24/AutoConnect/assets/43719098/a4f539c6-6a9c-4e5e-b250-d9ed4ed15ebc
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
* Java 20
* Maven 3.9.3 (Optional)
* WinAppDriver https://github.com/microsoft/WinAppDriver## 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 ` with `.\mvnw.cmd `