Skip to content

a little wrapper tool around openvpn that makes connecting to the HackTheBox network a bit more fun!

Notifications You must be signed in to change notification settings

xfcasio/htb-vpn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

htb-vpn

A little wrapper around openvpn that makes connecting to the HTB network fun!
Written in rust, however it currently depends on the following system binaries
{ sudo, openvpn, killall }

Usage:

usage: htb-vpn [OPTION] [CONFIG_PATH]
 OPTIONS:
    -c, --connect          Connect to the HTB network with your configuration file.
    -d, --disconnect       Disconnect from the HTB network.

Compile & Install:

$ make            # requires rust and cargo to build
$ make install    # installs executable to /usr/local/bin

About

a little wrapper tool around openvpn that makes connecting to the HackTheBox network a bit more fun!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published