package
Version:
v1.4.1
Opens a new window with list of versions in this module.
Published: Nov 13, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
DownloadAll downloads VPN configurations from HackTheBox for different server types.
Start starts the VPN connection using an OpenVPN configuration file.
Status checks the current status of the VPN connection.
Stop attempts to stop the currently active VPN connection.
type Assigned struct {
ID int `json:"id"`
FriendlyName string `json:"friendly_name"`
}
type Data struct {
Disabled bool `json:"disabled"`
Assigned Assigned `json:"assigned"`
}
type Response struct {
Status bool `json:"status"`
Data Data `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.