Giter VIP home page Giter VIP logo

autoanyconnectscript's Introduction

AutoAnyConnectScipt

A script to automate connect to Cisco AnyConnect with second authorized security code with Symantec VIP Access.

Usage

Generate token with keys with command (need to install python-vipaccess firstly): $python TokenGeneratorWithKey.py

After generated the token with key, copy the TOKEN_ID and TOKEN_KEY to your configure file (make sure put it in a security place). Then register the TOKEN_ID with your VPN provider if you are required.

If you are required to provide the security code in registering the TOKEN_ID, you can use oathtool in linux by:

$ oathtool --totp $key_plain

$ python AutoAnyConnectScript.py your_config_file.json

It will toggle between connect/disconnect VPN with this command.

Dependences

  • python 2.7.3
  • oath
  • json
  • python-vipaccess (if need to use TokenGeneratorWithKey.py)

Notes

Before you can use this script to login your VPN automatically, you should register a new credential ID from Symantec and get the ID's secret key. I use the python-vipaccess to register a new credential ID and get its secret key. Here are 2 references I searched from Google:

After you register your credential ID and get the ID's secret key, you can fill in the user_profile_config_template.json (I just use plaintext to store it in my case, you can encrypt it or use other method to store it, as it contains many sensitive account information) and use this configure file to login your VPN. Enjoy it.

autoanyconnectscript's People

Contributors

pxzhang avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

ceasers

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.