Autovpn – Create On Demand Disposable OpenVPN Endpoints On AWS

Hakin9 -  IT Security Magazine

Autovpn is a script that enables the straightforward development of OpenVPN endpoints in any AWS location. Creating a VPN endpoint is accomplished with a one command that can take ~3 minutes. It will produce the proper security groups. It spins up a tagged ec2 instance and configures OpenVPN software package. When the instance is configured an OpenVPN configuration file is downloaded and completely ready to use. There is also operation to see which scenarios are functioning in which area and the means to terminate the instance when completed. Further performance includes specifying instance type, produce ssh keypairs, specify personalized AMI, transform login buyers, and more to appear.

Use Situation

  • Create on-desire OpenVPN Endpoints in AWS that can quickly be destroyed immediately after performed only pay out for what you use.

Dependencies

  1. Generate a virtualenv:
mkvirtualenv -p python3 env/
resource env/bin/activate
  1. Set up dependencies by working pip set up -r needs.txt
  2. Ensure that you have an AWS .credentials file by managing:
vi ~/.aws/credentials

Then type in the pursuing and include your keys (clear away the parenthesis):

[default]
aws_accessibility_important_id = (your_entry_vital_here)
aws_magic formula_obtain_crucial = (your_magic formula_important_right here)
  1. Put in OpenVPN consumer (if necessary)

Installation

  1. Assure dependencies are all installed.
  2. Clone repo to the system.
git clone https://github.com/ttlequals0/autovpn.git
  1. To make SSH keypair execute autovpn with -G and -r alternatives for AWS region of choice. (optional) Note: Make confident to increase a new essential to your ssh-agent.
./autovpn -G -r us-east-1
  1. Execute autovpn with -C -k and -r solutions to deploy to AWS:
./autovpn -C -r us-east-1 -k us-east-1_vpnkey
  1. OpenVPN config documents are downloaded to the recent working directory.
  2. Import the OpenVPN config file and hook up:
sudo openvpn us-east-1_aws_vpn.ovpn

Most important web page

DESCRIPTION:
    autovpn - On Demand AWS OpenVPN Endpoint Deployment Resource.
Job identified at https://github.com/ttlequals0/autovpn
Use:
        Action [OPTIONS]
       -C    Generate VPN endpoint.
       -D    Delete keypair from location.
       -G    Generate new keypair.
       -S    Get all managing scenarios in a presented area.
       -T    Terminate a OpenVPN endpoint.
       -d    Specify custom made DNS server. (ex. 4.2.2.1)
       -h    Shows this message.
       -i    AWS Instance variety (Optional, Default is t2.micro)
     t2.nano t2.micro t2.compact t2.medium t2.significant.**
       -k    Specify the name of AWS keypair (Required)
       -m    Allow for a number of connections to similar endpoint.
       -r    Specify AWS Location (Needed)
     us-east-1 us-west-1 us-east-2 us-west-2 eu-west-1 eu-west-2
     eu-west-3 eu-central-1 eu-north-1 ap-southeast-1 ap-northeast-1
     ap-northeast-2 ap-northeast-3 ap-southeast-2 sa-east-1
       ap-east-1 ca-central-1 me-south-1
       -p    Specify custom made OpenVPN UDP port
       -u    Specify tailor made ssh person.***
       -y    Skip confirmations
       -z    Specify occasion id.
Examples:
  Generate OpenVPN endpoint:
autovpn -C -r us-east-1 -k us-east-1_vpnkey
  Deliver keypair in a area.
autovpn -G -r us-east-1
  Get managing instances
autovpn -S -r us-east-1
  Terminate OpenVPN endpoint
autovpn -T -r us-east-1 -z i-b933e00c
  Working with tailor made choices
    autovpn -C -r us-east-1 -k us-east-1_vpnkey -a ami-fce3c696 -u ec2_person -i m3.medium
NOTES:
        * - Custom AMI may perhaps be wanted if changing instance sort.
        ** - Any occasion size can be provided but the t2.micro is much more than sufficient.
        *** - Tailor made person may well be need to have if utilizing a tailor made ami.
**** - AWS IAM person should have EC2 or Administrator permissions set.

To Do

  • Continue on to update documentation
  • Insert deletion of Protection Team if it is no for a longer period in use.
  • Increase the capacity to generate extra client configs for one particular endpoint.
  • Pull Requests are welcome.

More: https://github.com/ttlequals0/autovpn

The submit Autovpn – Produce On Need Disposable OpenVPN Endpoints On AWS appeared very first on Hakin9 – IT Safety Journal.

Resource link

Read Additional on Pentesting Tools

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *