Socket
Socket
Sign inDemoInstall

insecure-auto-vpn

Package Overview
Dependencies
50
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

6

package.json

@@ -6,3 +6,3 @@ {

},
"version": "1.0.0",
"version": "1.0.1",
"description": "",

@@ -13,2 +13,6 @@ "main": "src/main.js",

},
"repository": {
"url": "https://github.com/zephinzer/insecure-auto-vpn",
"type": "git"
},
"keywords": [],

@@ -15,0 +19,0 @@ "author": "",

@@ -6,4 +6,8 @@ # Insecure Auto VPN

# Install
<span style="color: red">
<b>WARNING</b>: This is just a proof-of-concept. Do not use this in secure environments. Alternatively, clone this repository locally, verify the code and then use `npm link` to run the code instead of installing over NPM.
</span>
# Installation
```bash

@@ -13,2 +17,4 @@ sudo npm i -g insecure-auto-vpn;

This exposes an `iavpn` command on your local machine.
# Create Configuration File

@@ -20,2 +26,6 @@

Enter in the path to the `.ovpn` file, your username, your password, followed by the 2FA seed, and finally a password to encrypt the information.
A file encrypted with your chosen last password will result in a directory at `~/.iavpn`
# Usage

@@ -22,0 +32,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc